正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -129,7 +129,6 @@ export default { | @@ -129,7 +129,6 @@ export default { | ||
| 129 | this.$store | 129 | this.$store |
| 130 | .dispatch("Login", this.loginForm) | 130 | .dispatch("Login", this.loginForm) |
| 131 | .then(() => { | 131 | .then(() => { |
| 132 | - this.loading = false; | ||
| 133 | this.$router.push({ path: this.redirect || "/" }); | 132 | this.$router.push({ path: this.redirect || "/" }); |
| 134 | }) | 133 | }) |
| 135 | .catch(() => { | 134 | .catch(() => { |
-
请 注册 或 登录 后发表评论