zy-asrs-admin/src/views/login/LoginView.vue @@ -51,6 +51,11 @@ }) }) hostList.value = tmp; if(tmp.length > 0) { let tmpHost = tmp[0] hostId.value = tmpHost.value; } } else { message.error(result.data.msg) }