🎉 修复登陆loading的问题

This commit is contained in:
smallchill 2019-06-03 16:40:43 +08:00
parent 40ed72a5fc
commit 0606c430d5
1 changed files with 1 additions and 1 deletions

View File

@ -100,8 +100,8 @@
}); });
this.$store.dispatch("LoginByUsername", this.loginForm).then(() => { this.$store.dispatch("LoginByUsername", this.loginForm).then(() => {
this.$router.push({ path: this.tagWel.value }); this.$router.push({ path: this.tagWel.value });
loading.close();
}); });
loading.close();
} }
}); });
} }