diff --git a/ZR.Vue/src/views/login.vue b/ZR.Vue/src/views/login.vue index 5e3b75b7..890e4168 100644 --- a/ZR.Vue/src/views/login.vue +++ b/ZR.Vue/src/views/login.vue @@ -126,8 +126,7 @@ export default { this.$store .dispatch("Login", this.loginForm) .then(() => { - this.msgSuccess("登陆成功"); - this.loading = true; + this.msgSuccess("登录成功"); this.$router.push({ path: this.redirect || "/" }); }) .catch((error) => {