Merge branch 'yjl_dev' into 'shenzhen-dev'
新建隧道大屏 See merge request !21
This commit is contained in:
commit
c32064fa90
@ -122,7 +122,12 @@ export const staticRouter: RouteRecordRaw[] = [
|
|||||||
path: "/foundationPitMonitor",
|
path: "/foundationPitMonitor",
|
||||||
name: "基坑监测",
|
name: "基坑监测",
|
||||||
component: () => import("@/views/sevenLargeScreen/safetyManagement/foundationPitMonitor/index.vue")
|
component: () => import("@/views/sevenLargeScreen/safetyManagement/foundationPitMonitor/index.vue")
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
path: "/tunnelPosition",
|
||||||
|
name: "隧道定位监测",
|
||||||
|
component: () => import("@/views/sevenLargeScreen/safetyManagement/tunnelPosition/index.vue")
|
||||||
|
},
|
||||||
],
|
],
|
||||||
meta: {
|
meta: {
|
||||||
title: "七参数大屏"
|
title: "七参数大屏"
|
||||||
|
|||||||
@ -151,7 +151,11 @@ let menuList = ref([
|
|||||||
{
|
{
|
||||||
menuName: "有毒气体监测",
|
menuName: "有毒气体监测",
|
||||||
companyPath: "/toxicGasMonitor"
|
companyPath: "/toxicGasMonitor"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
companyPath: "/tunnelPosition",
|
||||||
|
menuName: "隧道定位监测",
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -0,0 +1,13 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
隧道定位监测
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
||||||
Loading…
x
Reference in New Issue
Block a user