From 4cb5fc9250db396976c2afabf4cfa8d411701d5c Mon Sep 17 00:00:00 2001 From: Vce Date: Fri, 5 Apr 2024 18:04:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=90=8E=E5=8F=B0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sevenLargeScreen/indexL.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/sevenLargeScreen/indexL.vue b/src/views/sevenLargeScreen/indexL.vue index 4a1ef29..bf12929 100644 --- a/src/views/sevenLargeScreen/indexL.vue +++ b/src/views/sevenLargeScreen/indexL.vue @@ -558,9 +558,10 @@ function jumpBgd() { if (COMPANY == "") { window.location.replace("http://jxj.zhgdyun.com:100/#/login?token=" + store.token); }else if(COMPANY === "as"){ - window.location.replace("http://182.90.224.237:15551/#/projectIndex" + store.token); + window.location.replace("http://182.90.224.237:15551/#/login?token=" + store.token); }else if(COMPANY === "agjt"){ - window.location.replace("http://angang.xingzong.tech:9809" + store.token); + console.log('123123') + window.location.replace("http://angang.xingzong.tech:9809/#/login?token=" + store.token); } else { // 新项目通用(百色服务器) window.location.replace("http://101.43.164.214:11111/#/login?token=" + store.token);