2024-11-21 监测模块-路由调整

This commit is contained in:
Rain 2024-11-21 09:08:29 +08:00
parent dddced633d
commit 4a09085890
3 changed files with 8 additions and 8 deletions

View File

@ -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'
# 七参数标准版(测试平台)

BIN
dist.rar Normal file

Binary file not shown.

View File

@ -1963,8 +1963,12 @@ export const ZTSYJMenu: Array<any> = [
},
{
moduleName: "安全监测",
modulePath: "/highsloperitem",
modulePath: "/safetycat",
menuList: [
{
menuName: "越界停车监测",
companyPath: "/safetycat"
},
{
menuName: "高边坡监测",
companyPath: "/highsloperitem"
@ -1972,11 +1976,7 @@ export const ZTSYJMenu: Array<any> = [
{
menuName: "基站监测",
companyPath: "/trench"
},
{
menuName: "越界停车监测",
companyPath: "/safetycat"
},
}
]
},
{