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 {