From 5c4b8c40686c3374e27f71b0863ab08cdd69af52 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Mon, 1 Apr 2024 16:28:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sevenLargeScreen/indexL.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/sevenLargeScreen/indexL.vue b/src/views/sevenLargeScreen/indexL.vue index 819f113..44122d6 100644 --- a/src/views/sevenLargeScreen/indexL.vue +++ b/src/views/sevenLargeScreen/indexL.vue @@ -544,10 +544,10 @@ function loginOut() { function jumpBgd() { // 标准版——跳转演示平台项目后台 if (COMPANY == "") { - window.location.replace("http://jxj.zhgdyun.com:100/#/projectIndex"); + window.location.replace("http://jxj.zhgdyun.com:100/#/login?token=" + store.token); } else { // 新项目通用(百色服务器) - window.location.replace("http://101.43.164.214:11111/#/projectIndex"); + window.location.replace("http://101.43.164.214:11111/#/login?token=" + store.token); } }