修复错别字

This commit is contained in:
不做码农 2022-03-31 13:42:50 +08:00
parent d51c004fd5
commit 990c1996a3

View File

@ -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) => {