2024-11-21 监测模块-路由调整
This commit is contained in:
parent
dddced633d
commit
4a09085890
@ -3,7 +3,7 @@ NODE_ENV = 'development'
|
|||||||
|
|
||||||
# 本地环境接口地址(/api/index.ts文件中使用)
|
# 本地环境接口地址(/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:19112' #雄哥本地
|
||||||
# VITE_API_URL = 'http://192.168.34.221:28890' #雄哥本地
|
# VITE_API_URL = 'http://192.168.34.221:28890' #雄哥本地
|
||||||
# VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程
|
# 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://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'
|
# VITE_API_URL = 'http://jxj.zhgdyun.com:15551'
|
||||||
# 七参数标准版(测试平台)
|
# 七参数标准版(测试平台)
|
||||||
|
|||||||
@ -1963,8 +1963,12 @@ export const ZTSYJMenu: Array<any> = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
moduleName: "安全监测",
|
moduleName: "安全监测",
|
||||||
modulePath: "/highsloperitem",
|
modulePath: "/safetycat",
|
||||||
menuList: [
|
menuList: [
|
||||||
|
{
|
||||||
|
menuName: "越界停车监测",
|
||||||
|
companyPath: "/safetycat"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
menuName: "高边坡监测",
|
menuName: "高边坡监测",
|
||||||
companyPath: "/highsloperitem"
|
companyPath: "/highsloperitem"
|
||||||
@ -1972,11 +1976,7 @@ export const ZTSYJMenu: Array<any> = [
|
|||||||
{
|
{
|
||||||
menuName: "基站监测",
|
menuName: "基站监测",
|
||||||
companyPath: "/trench"
|
companyPath: "/trench"
|
||||||
},
|
}
|
||||||
{
|
|
||||||
menuName: "越界停车监测",
|
|
||||||
companyPath: "/safetycat"
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user