diff --git a/.env.development b/.env.development index ac7d406..fbc4b89 100644 --- a/.env.development +++ b/.env.development @@ -31,7 +31,7 @@ VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地 # 中科安信 # VITE_API_URL = 'http://8.136.222.164:8808' # 中科佳成 -VITE_API_URL = 'http://1.13.185.209:8089' +# VITE_API_URL = 'http://1.13.185.209:8089' # 上传 VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url=' diff --git a/.env.production b/.env.production index 9c89c0f..cb1ff4e 100644 --- a/.env.production +++ b/.env.production @@ -28,7 +28,9 @@ NODE_ENV = "production" # 中科安信 # VITE_API_URL = 'http://8.136.222.164:8808' # 中科佳成 -VITE_API_URL = 'http://1.13.185.209:8089' +# VITE_API_URL = 'http://1.13.185.209:8089' +# 合肥启程 +VITE_API_URL = 'http://192.168.100.4:9809' # 打包 VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url=' diff --git a/src/config/config.ts b/src/config/config.ts index f3f1247..e4a845e 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -32,10 +32,10 @@ export const BASE_IMAGE_URL = import.meta.env.VITE_BASE_IMAGE_URL; // export const COMPANY: string = "agjtCommand"; //鞍钢集团指挥部大屏 // export const COMPANY: string = "agjtProjectKanban"; //鞍钢集团项目看板大屏 // export const COMPANY: string = "agjtOverviewScreen"; //鞍钢集团项目总览 -export const COMPANY: string = "zkjc"; //中科佳成项目 +// export const COMPANY: string = "zkjc"; //中科佳成项目 // export const COMPANY: string = "cqna"; //重庆南岸项目 // export const COMPANY: string = "slx"; //苏立信项目 -// export const COMPANY: string = "hfqc"; //合肥启程项目 +export const COMPANY: string = "hfqc"; //合肥启程项目 // export const COMPANY: string = "jsyc"; // 江苏盐城项目 // export const COMPANY: string = "syhy"; //沈阳合盈盘锦项目 (需要去src\routers\modules\staticRouter.ts更换首页) // export const COMPANY: string = "jxwjj"; //嘉兴王江泾公用码头项目 (需要去src\routers\modules\staticRouter.ts更换首页)