From 0606c430d50d9b994814970dcc0e93d62c6042d8 Mon Sep 17 00:00:00 2001 From: smallchill Date: Mon, 3 Jun 2019 16:40:43 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20=E4=BF=AE=E5=A4=8D=E7=99=BB=E9=99=86lo?= =?UTF-8?q?ading=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/login/userlogin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/login/userlogin.vue b/src/page/login/userlogin.vue index e4b6940..822ce77 100644 --- a/src/page/login/userlogin.vue +++ b/src/page/login/userlogin.vue @@ -100,8 +100,8 @@ }); this.$store.dispatch("LoginByUsername", this.loginForm).then(() => { this.$router.push({ path: this.tagWel.value }); - loading.close(); }); + loading.close(); } }); }