From c1817822e3b6a5b426e304779f73fc7f784e9c0d Mon Sep 17 00:00:00 2001 From: dhy1725534722 <1725534722@qq.com> Date: Wed, 20 Sep 2023 16:01:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=80=E5=87=BA=E7=99=BB?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/newyjLayout.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layout/newyjLayout.vue b/src/layout/newyjLayout.vue index 4194247..c146953 100644 --- a/src/layout/newyjLayout.vue +++ b/src/layout/newyjLayout.vue @@ -134,8 +134,7 @@ export default { }) .then(() => { this.$store.dispatch("LogOut").then(() => { - // this.$router.replace("/login").catch(() => {}); - location.href = "/"; + location.href = "/demo/suzhouyingjiPC/"; }); }) .catch(() => {});