From 8ab9a1d3526f94606e64b555ad7adb1ffbd35b89 Mon Sep 17 00:00:00 2001 From: cjp <3096114695@qq.com> Date: Wed, 20 Sep 2023 09:37:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routers/modules/staticRouter.ts | 10 +++++----- src/views/sevenLargeScreen/indexL.vue | 25 ++++++++++++++----------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/src/routers/modules/staticRouter.ts b/src/routers/modules/staticRouter.ts index bafc6a8..22fa855 100644 --- a/src/routers/modules/staticRouter.ts +++ b/src/routers/modules/staticRouter.ts @@ -123,6 +123,11 @@ export const staticRouter: RouteRecordRaw[] = [ name: "基坑监测", component: () => import("@/views/sevenLargeScreen/safetyManagement/foundationPitMonitor/index.vue") }, + { + path: "/tunnelPosition", + name: "隧道定位监测", + component: () => import("@/views/sevenLargeScreen/safetyManagement/tunnelPosition/index.vue") + }, { path: "/highFormwork", name: "高支模监测", @@ -138,11 +143,6 @@ export const staticRouter: RouteRecordRaw[] = [ name: "烟感监测", component: () => import("@/views/sevenLargeScreen/safetyManagement/smokeSensor/index.vue") }, - { - path: "/tunnelPosition", - name: "隧道定位监测", - component: () => import("@/views/sevenLargeScreen/safetyManagement/tunnelPosition/index.vue") - } ], meta: { title: "七参数大屏" diff --git a/src/views/sevenLargeScreen/indexL.vue b/src/views/sevenLargeScreen/indexL.vue index a291bef..89cbf14 100644 --- a/src/views/sevenLargeScreen/indexL.vue +++ b/src/views/sevenLargeScreen/indexL.vue @@ -2,7 +2,7 @@
-
+

数字化项目监管平台

@@ -144,6 +144,10 @@ let menuList = ref([ companyPath: "/foundationPitMonitor", menuName: "基坑监测" }, + { + menuName: "隧道定位监测", + companyPath: "/tunnelPosition" + }, { menuName: "临边防护", companyPath: "/edgeProtection" @@ -533,15 +537,14 @@ function jumpBgd() { .loginOut:hover { background-color: #2758c0; } -.hearderIcon{ - left: 1%; - top: 1%; - height: 5%; - width: 12%; - position: absolute; - img{ - width: 100%; - } +.hearderIcon { + left: 1%; + top: 1%; + height: 5%; + width: 12%; + position: absolute; + img { + width: 100%; + } } -