fix: 解决冲突
This commit is contained in:
parent
f27eaafe3d
commit
8ab9a1d352
@ -123,6 +123,11 @@ export const staticRouter: RouteRecordRaw[] = [
|
|||||||
name: "基坑监测",
|
name: "基坑监测",
|
||||||
component: () => import("@/views/sevenLargeScreen/safetyManagement/foundationPitMonitor/index.vue")
|
component: () => import("@/views/sevenLargeScreen/safetyManagement/foundationPitMonitor/index.vue")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: "/tunnelPosition",
|
||||||
|
name: "隧道定位监测",
|
||||||
|
component: () => import("@/views/sevenLargeScreen/safetyManagement/tunnelPosition/index.vue")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: "/highFormwork",
|
path: "/highFormwork",
|
||||||
name: "高支模监测",
|
name: "高支模监测",
|
||||||
@ -138,11 +143,6 @@ export const staticRouter: RouteRecordRaw[] = [
|
|||||||
name: "烟感监测",
|
name: "烟感监测",
|
||||||
component: () => import("@/views/sevenLargeScreen/safetyManagement/smokeSensor/index.vue")
|
component: () => import("@/views/sevenLargeScreen/safetyManagement/smokeSensor/index.vue")
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: "/tunnelPosition",
|
|
||||||
name: "隧道定位监测",
|
|
||||||
component: () => import("@/views/sevenLargeScreen/safetyManagement/tunnelPosition/index.vue")
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
meta: {
|
meta: {
|
||||||
title: "七参数大屏"
|
title: "七参数大屏"
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<ScaleBox :width="1920" :height="1080" bgc="transparent" :delay="100" :isFlat="false">
|
<ScaleBox :width="1920" :height="1080" bgc="transparent" :delay="100" :isFlat="false">
|
||||||
<div class="largeScreen" ref="dataScreenRef">
|
<div class="largeScreen" ref="dataScreenRef">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="hearderIcon"><img src="@/assets/images/headerLeftIcon.png" alt=""></div>
|
<div class="hearderIcon"><img src="@/assets/images/headerLeftIcon.png" alt="" /></div>
|
||||||
<span class="projectTitle">
|
<span class="projectTitle">
|
||||||
<p>数字化项目监管平台</p>
|
<p>数字化项目监管平台</p>
|
||||||
</span>
|
</span>
|
||||||
@ -144,6 +144,10 @@ let menuList = ref([
|
|||||||
companyPath: "/foundationPitMonitor",
|
companyPath: "/foundationPitMonitor",
|
||||||
menuName: "基坑监测"
|
menuName: "基坑监测"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
menuName: "隧道定位监测",
|
||||||
|
companyPath: "/tunnelPosition"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
menuName: "临边防护",
|
menuName: "临边防护",
|
||||||
companyPath: "/edgeProtection"
|
companyPath: "/edgeProtection"
|
||||||
@ -543,5 +547,4 @@ function jumpBgd() {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user