shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
2 changed files with 18 additions and 0 deletions
Showing only changes of commit f27eaafe3d - Show all commits

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>