|
@@ -343,7 +343,6 @@ export default { |
|
|
this.$store |
|
|
this.$store |
|
|
.dispatch("Login", this.formData) |
|
|
.dispatch("Login", this.formData) |
|
|
.then((resp) => { |
|
|
.then((resp) => { |
|
|
console.log(resp); |
|
|
|
|
|
this.$router.push({ path: "/onlineHome/workbench" }).catch(() => {}); |
|
|
this.$router.push({ path: "/onlineHome/workbench" }).catch(() => {}); |
|
|
}) |
|
|
}) |
|
|
.catch((error) => { |
|
|
.catch((error) => { |
|
|