flx:修改国维科技配置

This commit is contained in:
X_Rian 2024-11-23 15:46:22 +08:00
parent 5a47782eb7
commit c7eefe2ac3
3 changed files with 5 additions and 5 deletions

View File

@ -45,9 +45,9 @@ NODE_ENV = "production"
# 大连金笔 # 大连金笔
# VITE_API_URL = 'http://101.43.164.214:11126' # VITE_API_URL = 'http://101.43.164.214:11126'
# 新能源智慧基建管理平台|中新建电力集团 # 新能源智慧基建管理平台|中新建电力集团
VITE_API_URL = 'http://10.30.102.4:9820' # VITE_API_URL = 'http://10.30.102.4:9820'
# 国维科技 # 国维科技
# VITE_API_URL = 'http://192.168.0.12:9820' VITE_API_URL = 'http://10.216.103.99:9820'
# 打包 # 打包
VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url=' VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url='

View File

@ -53,7 +53,7 @@ export const BASE_IMAGE_URL = import.meta.env.VITE_BASE_IMAGE_URL;
// export const COMPANY: string = "jzjt"; //九柱集团 // export const COMPANY: string = "jzjt"; //九柱集团
// export const COMPANY: string = "whzt"; //武汉中铁 // export const COMPANY: string = "whzt"; //武汉中铁
// export const COMPANY: string = "ztsyj"; // 中铁十一局 // export const COMPANY: string = "ztsyj"; // 中铁十一局
export const COMPANY: string = "xnyzhjj"; // 新能源智慧基建管理平台 // export const COMPANY: string = "xnyzhjj"; // 新能源智慧基建管理平台
// export const COMPANY: string = "gwkj"; // 国维科技 export const COMPANY: string = "gwkj"; // 国维科技

View File

@ -736,7 +736,7 @@ function jumpBgd() {
} else if (COMPANY === "xnyzhjj") { } else if (COMPANY === "xnyzhjj") {
window.location.replace("http://10.30.102.4:9809/#/login?token=" + store.token); window.location.replace("http://10.30.102.4:9809/#/login?token=" + store.token);
} else if (COMPANY === "gwkj") { } else if (COMPANY === "gwkj") {
window.location.replace("http://192.168.0.12:9809/#/login?token=" + store.token); window.location.replace("http://10.216.103.99:9809/#/login?token=" + store.token);
} else if (envList.includes(COMPANY)) { } else if (envList.includes(COMPANY)) {
window.location.replace(BASEURL + "/#/login?token=" + store.token); window.location.replace(BASEURL + "/#/login?token=" + store.token);
} else { } else {