diff --git a/src/views/yinnong/workbench.vue b/src/views/yinnong/workbench.vue index 2d86d7a2..76d825fe 100644 --- a/src/views/yinnong/workbench.vue +++ b/src/views/yinnong/workbench.vue @@ -179,7 +179,7 @@ if (response.code === 200) { this.$store.dispatch("GetInfo").then(() => { // this.$router.go(0); - window.location.href = "/onlineHome/workbench"; + window.location.href = "/yinnong/workbench"; }); } }); @@ -212,7 +212,7 @@ if (response.code === 200) { this.$store.dispatch("GetInfo").then(() => { // this.$router.go(0); - window.location.href = "/onlineHome/workbench"; + window.location.href = "/yinnong/workbench"; }); } });