From 12df9df45937c98da8410464296d506293aee482 Mon Sep 17 00:00:00 2001 From: smallchill Date: Mon, 3 Jun 2019 16:41:45 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BF=AE=E5=A4=8D=E7=99=BB=E9=99=86loa?= =?UTF-8?q?ding=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 ad99ff3..574cc72 100644 --- a/src/page/login/userlogin.vue +++ b/src/page/login/userlogin.vue @@ -100,8 +100,8 @@ export default { }); this.$store.dispatch("LoginByUsername", this.loginForm).then(() => { this.$router.push({ path: this.tagWel.value }); - loading.close(); }); + loading.close(); } }); }