2024-11-13 中铁十一局修改
This commit is contained in:
parent
7c65b49bdd
commit
0194f5b983
@ -25,7 +25,7 @@ NODE_ENV = "production"
|
||||
# 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'
|
||||
VITE_API_URL = 'http://101.43.164.214:11111'
|
||||
# 中科安信
|
||||
# VITE_API_URL = 'http://8.136.222.164:8808'
|
||||
# 中科佳成
|
||||
@ -45,7 +45,7 @@ NODE_ENV = "production"
|
||||
# 大连金笔
|
||||
# VITE_API_URL = 'http://101.43.164.214:11126'
|
||||
# 新能源智慧基建管理平台
|
||||
VITE_API_URL = 'http://121.37.106.37:9820'
|
||||
# VITE_API_URL = 'http://121.37.106.37:9820'
|
||||
# 打包
|
||||
VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url='
|
||||
|
||||
|
||||
@ -1895,7 +1895,7 @@ export const WHZTMenu: Array<any> = [
|
||||
export const ZTSYJMenu: Array<any> = [
|
||||
{
|
||||
moduleName: "综合管理",
|
||||
modulePath: "/projectOverview",
|
||||
modulePath: "/projectOverview"
|
||||
},
|
||||
{
|
||||
moduleName: "视频管理",
|
||||
@ -1927,12 +1927,25 @@ export const ZTSYJMenu: Array<any> = [
|
||||
moduleName: "车辆测速",
|
||||
modulePath: "/vehicleManagspeed"
|
||||
},
|
||||
|
||||
] // 中铁十一局
|
||||
{
|
||||
moduleName: "安全监测",
|
||||
modulePath: "/highsloperitem",
|
||||
menuList: [
|
||||
{
|
||||
menuName: "高边坡监测",
|
||||
companyPath: "/highsloperitem"
|
||||
},
|
||||
{
|
||||
menuName: "基站监测",
|
||||
companyPath: "/trench"
|
||||
}
|
||||
]
|
||||
}
|
||||
]; // 中铁十一局
|
||||
export const XNYZHJJMenu: Array<any> = [
|
||||
{
|
||||
moduleName: "项目信息管理",
|
||||
modulePath: "/projectOverview",
|
||||
modulePath: "/projectOverview"
|
||||
},
|
||||
{
|
||||
moduleName: "人员管理",
|
||||
@ -1973,9 +1986,8 @@ export const XNYZHJJMenu: Array<any> = [
|
||||
{
|
||||
moduleName: "视频管理",
|
||||
modulePath: "/videoManagement"
|
||||
},
|
||||
] // 新能源智慧基建管理平台
|
||||
|
||||
}
|
||||
]; // 新能源智慧基建管理平台
|
||||
|
||||
export const ALLXMMenu: Array<any> = [
|
||||
{
|
||||
@ -1993,7 +2005,7 @@ export const ALLXMMenu: Array<any> = [
|
||||
{
|
||||
menuName: "双碳管理",
|
||||
companyPath: "/projectioter"
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -2011,7 +2023,7 @@ export const ALLXMMenu: Array<any> = [
|
||||
{
|
||||
menuName: "车辆管理",
|
||||
companyPath: "/vehicleManagement"
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -2085,7 +2097,7 @@ export const ALLXMMenu: Array<any> = [
|
||||
{
|
||||
companyPath: "/waterMonitor",
|
||||
menuName: "用水监测"
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -2103,8 +2115,8 @@ export const ALLXMMenu: Array<any> = [
|
||||
{
|
||||
menuName: "卸料平台",
|
||||
companyPath: "/unloadPlatform"
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{ moduleName: "BIM模型", modulePath: "/bImModel" }
|
||||
] // 安立路项目
|
||||
]; // 安立路项目
|
||||
|
||||
@ -62,21 +62,21 @@ export const staticRouter: RouteRecordRaw[] = [
|
||||
name: "车辆测速",
|
||||
component: () => import("@/views/sevenLargeScreen/vehicleManagespeed/index.vue")
|
||||
},
|
||||
{
|
||||
path: "/highsloperitem",
|
||||
name: "高边坡监测",
|
||||
component: () => import("@/views/sevenLargeScreen/ztsyjitem/highslope.vue")
|
||||
},
|
||||
{
|
||||
path: "/trench",
|
||||
name: "基站监测",
|
||||
component: () => import("@/views/sevenLargeScreen/ztsyjitem/trench.vue")
|
||||
},
|
||||
{
|
||||
path: "/towerCraneMonitoring",
|
||||
name: "塔吊监测",
|
||||
component: () => import("@/views/sevenLargeScreen/towerCraneMonitoring/index.vue")
|
||||
},
|
||||
{
|
||||
path: "/cathangCrane",
|
||||
name: "汽车吊监测",
|
||||
component: () => import("@/views/sevenLargeScreen/cathangCrane/index.vue")
|
||||
},
|
||||
{
|
||||
path: "/trackCrane",
|
||||
name: "履带吊监测",
|
||||
component: () => import("@/views/sevenLargeScreen/trackCrane/index.vue")
|
||||
},
|
||||
{
|
||||
path: "/elevatorMonitoring",
|
||||
name: "升降机监测",
|
||||
|
||||
17
src/views/sevenLargeScreen/ztsyjitem/highslope.vue
Normal file
17
src/views/sevenLargeScreen/ztsyjitem/highslope.vue
Normal file
@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="iframe">
|
||||
<iframe src="http://60.29.100.18:8001/" width="100%" height="100%" frameborder="0"></iframe>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.iframe {
|
||||
border: none; /* 去掉默认的边框 */
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
/* background: skyblue; */
|
||||
}
|
||||
</style>
|
||||
17
src/views/sevenLargeScreen/ztsyjitem/trench.vue
Normal file
17
src/views/sevenLargeScreen/ztsyjitem/trench.vue
Normal file
@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="iframe">
|
||||
<iframe src=" http://www.owleyehome.com:40000/" width="100%" height="100%" frameborder="0"></iframe>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.iframe {
|
||||
border: none; /* 去掉默认的边框 */
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
/* background: skyblue; */
|
||||
}
|
||||
</style>
|
||||
Loading…
x
Reference in New Issue
Block a user