fix: 解决冲突;Merge branch 'shenzhen-dev' of http://139.9.66.234:18023/yjlHub/zhgdlarge into dev-cjp

This commit is contained in:
cjp 2023-09-20 09:34:05 +08:00
commit f27eaafe3d
2 changed files with 18 additions and 0 deletions

View File

@ -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: {

View File

@ -0,0 +1,13 @@
<template>
<div>
隧道定位监测
</div>
</template>
<script setup lang="ts">
</script>
<style scoped>
</style>