diff --git a/.env.production b/.env.production index 201db88..943a0f2 100644 --- a/.env.production +++ b/.env.production @@ -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=' diff --git a/src/config/config.ts b/src/config/config.ts index 170db23..e4e0ea9 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -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"; // 国维科技 diff --git a/src/views/sevenLargeScreen/indexL.vue b/src/views/sevenLargeScreen/indexL.vue index eb0e9de..7365b82 100644 --- a/src/views/sevenLargeScreen/indexL.vue +++ b/src/views/sevenLargeScreen/indexL.vue @@ -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 {