|
|
@ -129,7 +129,6 @@ export default { |
|
|
|
this.$store |
|
|
|
this.$store |
|
|
|
.dispatch("Login", this.loginForm) |
|
|
|
.dispatch("Login", this.loginForm) |
|
|
|
.then(() => { |
|
|
|
.then(() => { |
|
|
|
this.loading = false; |
|
|
|
|
|
|
|
this.$router.push({ path: this.redirect || "/" }); |
|
|
|
this.$router.push({ path: this.redirect || "/" }); |
|
|
|
}) |
|
|
|
}) |
|
|
|
.catch(() => { |
|
|
|
.catch(() => { |
|
|
|