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); } }