From f1222b510cae2c6f0cc687d6b72076e6adc8e49c Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Thu, 16 May 2024 09:53:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .env.production | 4 ++-- src/config/config.ts | 4 ++-- src/config/staticMenu.ts | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env.development b/.env.development index 31b7352..092d7e7 100644 --- a/.env.development +++ b/.env.development @@ -3,7 +3,7 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # 后端本地 -VITE_API_URL = 'http://192.168.34.221:19111' +# VITE_API_URL = 'http://192.168.34.221:19111' # VITE_API_URL = 'http://192.168.34.221:9111' # VITE_API_URL = 'http://192.168.34.221:28888' # VITE_API_URL = 'http://121.196.214.246/api' @@ -23,7 +23,7 @@ VITE_API_URL = 'http://192.168.34.221:19111' # VITE_API_URL = 'http://182.90.224.237:15551' # agjt # VITE_API_URL = 'http://42.180.188.17:9809' #生产环境 -# VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 +VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 # VITE_API_URL = 'http://jxj.zhgdyun.com:19812' # 苏立信 # VITE_API_URL = 'http://101.43.164.214:11111' diff --git a/.env.production b/.env.production index 8d311ae..8c0991e 100644 --- a/.env.production +++ b/.env.production @@ -21,8 +21,8 @@ NODE_ENV = "production" # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt -# VITE_API_URL = 'http://42.180.188.17:9809' #生产环境 -VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 +VITE_API_URL = 'http://42.180.188.17:9809' #生产环境 +# VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 # 苏立信 # VITE_API_URL = 'http://101.43.164.214:11111' diff --git a/src/config/config.ts b/src/config/config.ts index f2bf641..1653e5f 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -27,8 +27,8 @@ export const BASE_IMAGE_URL = import.meta.env.VITE_BASE_IMAGE_URL; // export const COMPANY: string = "zhzrf"; //中海·臻如府 // export const COMPANY: string = "zsbf"; //中水北方 // export const COMPANY: string = "as"; //鞍山项目 -// export const COMPANY: string = "agjt"; //鞍钢集团 -export const COMPANY: string = "agjtCommand"; //鞍钢集团指挥部大屏 +export const COMPANY: string = "agjt"; //鞍钢集团 +// export const COMPANY: string = "agjtCommand"; //鞍钢集团指挥部大屏 // export const COMPANY: string = "slx"; //苏立信项目 // export const COMPANY: string = "hfqc"; //合肥启程项目 // export const COMPANY: string = "jsyc"; // 江苏盐城项目 diff --git a/src/config/staticMenu.ts b/src/config/staticMenu.ts index d963055..ac8b7bc 100644 --- a/src/config/staticMenu.ts +++ b/src/config/staticMenu.ts @@ -789,11 +789,11 @@ export const AGJTMenu: Array = [ // ] }, { - moduleName: "机械设备定位", + moduleName: "车辆定位", modulePath: "/equipmentPosition" }, { - moduleName: "智能安全帽", + moduleName: "人员定位", modulePath: "/smartSafeHat" } ]; //鞍钢集团