flx:修改包头内网

This commit is contained in:
Rain_ 2025-08-20 10:24:55 +08:00
parent 331fe9e81b
commit b2460da678
2 changed files with 4 additions and 3 deletions

View File

@ -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 {

View File

@ -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 {