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(() => {