diff --git a/.env.development b/.env.development index 1622c3b..faeec87 100644 --- a/.env.development +++ b/.env.development @@ -3,7 +3,7 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # 后端本地 -VITE_API_URL = 'http://192.168.34.155:19111' +# VITE_API_URL = 'http://192.168.34.155:19111' # VITE_API_URL = 'http://192.168.34.221:19112' #雄哥本地 # VITE_API_URL = 'http://192.168.34.221:28890' #雄哥本地 # VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程 @@ -18,7 +18,7 @@ VITE_API_URL = 'http://192.168.34.155:19111' # 演示平台 # VITE_API_URL = 'http://jxj.zhgdyun.com:9809' # 百色七参数线上地址 -# VITE_API_URL = 'http://101.43.164.214:11111' +VITE_API_URL = 'http://101.43.164.214:11111' # 七参数标准版(测试平台) # VITE_API_URL = 'http://jxj.zhgdyun.com:15551' # 七参数标准版(测试平台) diff --git a/dist.rar b/dist.rar new file mode 100644 index 0000000..636dd2a Binary files /dev/null and b/dist.rar differ diff --git a/src/config/staticMenu.ts b/src/config/staticMenu.ts index 0f9bf69..722dddc 100644 --- a/src/config/staticMenu.ts +++ b/src/config/staticMenu.ts @@ -1963,8 +1963,12 @@ export const ZTSYJMenu: Array = [ }, { moduleName: "安全监测", - modulePath: "/highsloperitem", + modulePath: "/safetycat", menuList: [ + { + menuName: "越界停车监测", + companyPath: "/safetycat" + }, { menuName: "高边坡监测", companyPath: "/highsloperitem" @@ -1972,11 +1976,7 @@ export const ZTSYJMenu: Array = [ { menuName: "基站监测", companyPath: "/trench" - }, - { - menuName: "越界停车监测", - companyPath: "/safetycat" - }, + } ] }, {