diff --git a/QMPlusVuePage/src/view/login/login.vue b/QMPlusVuePage/src/view/login/login.vue index 4159a358..e22492b9 100644 --- a/QMPlusVuePage/src/view/login/login.vue +++ b/QMPlusVuePage/src/view/login/login.vue @@ -86,7 +86,8 @@ export default { async submitForm() { this.$refs.loginForm.validate(async v => { if (v) { - await this.login() + this.login() + this.loginVefify() } else { this.$message({ type: 'error',