fix: 新建待开发页面路由
This commit is contained in:
parent
14b7cb5896
commit
946cc4de29
@ -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: {
|
||||
|
||||
@ -150,6 +150,18 @@ let menuList = ref([
|
||||
{
|
||||
menuName: "有毒气体监测",
|
||||
companyPath: "/toxicGasMonitor"
|
||||
},
|
||||
{
|
||||
menuName: "高支模监测",
|
||||
companyPath: "/highFormwork"
|
||||
},
|
||||
{
|
||||
menuName: "高边坡监测",
|
||||
companyPath: "/highSlope"
|
||||
},
|
||||
{
|
||||
menuName: "烟感监测",
|
||||
companyPath: "/smokeSensor"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>111</div>
|
||||
</template>
|
||||
<script lang="ts" setup></script>
|
||||
<style lang="scss" scoped></style>
|
||||
@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>111</div>
|
||||
</template>
|
||||
<script lang="ts" setup></script>
|
||||
<style lang="scss" scoped></style>
|
||||
@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>111</div>
|
||||
</template>
|
||||
<script lang="ts" setup></script>
|
||||
<style lang="scss" scoped></style>
|
||||
Loading…
x
Reference in New Issue
Block a user