From 990c1996a3a788ddd302a8767b185a6795d09ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Thu, 31 Mar 2022 13:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Vue/src/views/login.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ZR.Vue/src/views/login.vue b/ZR.Vue/src/views/login.vue index 5e3b75b..890e416 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) => {