shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit c7eefe2ac3 - Show all commits

View File

@ -45,9 +45,9 @@ NODE_ENV = "production"
# 大连金笔
# 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='

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 = "whzt"; //武汉中铁
// export const COMPANY: string = "ztsyj"; // 中铁十一局
export const COMPANY: string = "xnyzhjj"; // 新能源智慧基建管理平台
// export const COMPANY: string = "gwkj"; // 国维科技
// export const COMPANY: string = "xnyzhjj"; // 新能源智慧基建管理平台
export const COMPANY: string = "gwkj"; // 国维科技

View File

@ -736,7 +736,7 @@ function jumpBgd() {
} else if (COMPANY === "xnyzhjj") {
window.location.replace("http://10.30.102.4:9809/#/login?token=" + store.token);
} 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)) {
window.location.replace(BASEURL + "/#/login?token=" + store.token);
} else {