fix: 新建待开发页面路由

This commit is contained in:
cjp 2023-09-20 09:24:45 +08:00
parent 14b7cb5896
commit 946cc4de29
5 changed files with 42 additions and 0 deletions

View File

@ -122,6 +122,21 @@ export const staticRouter: RouteRecordRaw[] = [
path: "/foundationPitMonitor",
name: "基坑监测",
component: () => import("@/views/sevenLargeScreen/safetyManagement/foundationPitMonitor/index.vue")
},
{
path: "/highFormwork",
name: "高支模监测",
component: () => import("@/views/sevenLargeScreen/safetyManagement/highFormwork/index.vue")
},
{
path: "/highSlope",
name: "高边坡监测",
component: () => import("@/views/sevenLargeScreen/safetyManagement/highSlope/index.vue")
},
{
path: "/smokeSensor",
name: "烟感监测",
component: () => import("@/views/sevenLargeScreen/safetyManagement/smokeSensor/index.vue")
}
],
meta: {

View File

@ -150,6 +150,18 @@ let menuList = ref([
{
menuName: "有毒气体监测",
companyPath: "/toxicGasMonitor"
},
{
menuName: "高支模监测",
companyPath: "/highFormwork"
},
{
menuName: "高边坡监测",
companyPath: "/highSlope"
},
{
menuName: "烟感监测",
companyPath: "/smokeSensor"
}
]
},

View File

@ -0,0 +1,5 @@
<template>
<div>111</div>
</template>
<script lang="ts" setup></script>
<style lang="scss" scoped></style>

View File

@ -0,0 +1,5 @@
<template>
<div>111</div>
</template>
<script lang="ts" setup></script>
<style lang="scss" scoped></style>

View File

@ -0,0 +1,5 @@
<template>
<div>111</div>
</template>
<script lang="ts" setup></script>
<style lang="scss" scoped></style>