From c39ec3e703726e08fad72dc6e5afa76c794ee037 Mon Sep 17 00:00:00 2001 From: yujk <990961482@qq.com> Date: Mon, 9 May 2022 18:50:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E5=86=9Capp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/yinnong/workbench.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }); } });