src/views/login.vue @@ -216,7 +216,7 @@ }, handleLogin() { debugger this.$refs.loginForm.validate((valid) => { this.$refs.loginRef.validate((valid) => { if (valid) { this.loading = true; if (this.loginForm.rememberMe) {