zhanghua
2024-11-22 77ad5b0177de5f112b36fe05253482de09843a13
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) {