陈婷婷
2026-01-21 c667fae1aaadb23c83e992a23aa3a081b327d76c
src/views/login.vue
@@ -203,7 +203,6 @@
            Cookies.remove("password")
            Cookies.remove('rememberMe')
          }
          this.$store.dispatch("Login", this.loginForm).then(res => {
            this.$router.push({ path: this.redirect || "/" }).catch(() => { })
          }).catch(() => {