fix: 解决冲突;Merge branch 'shenzhen-dev' of http://139.9.66.234:18023/yjlHub/zhgdlarge into dev-cjp
This commit is contained in:
commit
f27eaafe3d
@ -137,6 +137,11 @@ export const staticRouter: RouteRecordRaw[] = [
|
||||
path: "/smokeSensor",
|
||||
name: "烟感监测",
|
||||
component: () => import("@/views/sevenLargeScreen/safetyManagement/smokeSensor/index.vue")
|
||||
},
|
||||
{
|
||||
path: "/tunnelPosition",
|
||||
name: "隧道定位监测",
|
||||
component: () => import("@/views/sevenLargeScreen/safetyManagement/tunnelPosition/index.vue")
|
||||
}
|
||||
],
|
||||
meta: {
|
||||
|
||||
@ -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