bug
zhanghua
2024-11-22 9c4935fc8e6425680114bd5a365894e341779f74
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) {