From b2460da6787cfc5354a22910207bc9f4cc90c8ac Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Wed, 20 Aug 2025 10:24:55 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=8C=85?= =?UTF-8?q?=E5=A4=B4=E5=86=85=E7=BD=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homePage/index.vue | 3 ++- src/views/sevenLargeScreen/indexL.vue | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue index fb5d1a9..d4f343d 100644 --- a/src/views/homePage/index.vue +++ b/src/views/homePage/index.vue @@ -200,7 +200,8 @@ function jumpBgd() { console.log("bthg", "http://jxj.zhgdyun.com:18000/#/login?token=" + store.token); // window.location.replace("http://jxj.zhgdyun.com:18000/#/login?token=" + store.token); - window.location.replace("http://219.147.96.219:9809/#/login?token=" + store.token); + window.location.replace("http://192.168.3.9:39809/#/login?token=" + store.token); + // window.location.replace("http://219.147.96.219:9809/#/login?token=" + store.token); } else if (envList.includes(COMPANY)) { window.location.replace(BASEURL + "/#/login?token=" + store.token); } else { diff --git a/src/views/sevenLargeScreen/indexL.vue b/src/views/sevenLargeScreen/indexL.vue index c95b87b..cfa5f7a 100644 --- a/src/views/sevenLargeScreen/indexL.vue +++ b/src/views/sevenLargeScreen/indexL.vue @@ -942,8 +942,8 @@ function jumpBgd() { } else if (COMPANY === "bthg") { console.log("bthg", "http://jxj.zhgdyun.com:18000/#/login?token=" + store.token); // window.location.replace("http://jxj.zhgdyun.com:18000/#/login?token=" + store.token); - window.location.replace("http://219.147.96.219:9809/#/login?token=" + store.token); - + // window.location.replace("http://219.147.96.219:9809/#/login?token=" + store.token); + window.location.replace("http://192.168.3.9:39809/#/login?token=" + store.token); } else if (envList.includes(COMPANY)) { window.location.replace(BASEURL + "/#/login?token=" + store.token); } else {