From 5dafeb0f034b514fde358b40d8ac427c537912ef Mon Sep 17 00:00:00 2001 From: Vce Date: Sat, 30 Mar 2024 10:25:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9hfqc=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/staticMenu.ts | 42 ++++----- src/views/sevenLargeScreen/indexL.vue | 1 + .../edgeProtection/index_wdzs.vue | 89 +++---------------- .../wallScaffold/wallScaffold.vue | 78 +++------------- 4 files changed, 44 insertions(+), 166 deletions(-) diff --git a/src/config/staticMenu.ts b/src/config/staticMenu.ts index 2fdf017a..441a316d 100644 --- a/src/config/staticMenu.ts +++ b/src/config/staticMenu.ts @@ -438,16 +438,12 @@ export const HFQCMenu: Array = [ { moduleName: "综合管理", modulePath: "/projectOverview", - // menuList: [ - // { - // menuName: "工程概况", - // companyPath: "/projectOverview" - // }, - // { - // menuName: "智慧党建", - // companyPath: "/smartPartyBuilding" - // } - // ] + menuList: [ + { + menuName: "", + companyPath: "/projectOverview" + } + ] }, { moduleName: "准入管理", @@ -480,12 +476,12 @@ export const HFQCMenu: Array = [ { moduleName: "智能安全帽", modulePath: "/smartSafeHat", - // menuList: [ - // { - // menuName: "", - // companyPath: "/smartSafeHat" - // }, - // ] + menuList: [ + { + menuName: "", + companyPath: "/smartSafeHat" + }, + ] }, { moduleName: "安全风险警示", @@ -505,18 +501,18 @@ export const HFQCMenu: Array = [ }, { menuName: "智能烟感监测", - companyPath: "/qualityManagement" + companyPath: "/smokeSensor" } ] }, { moduleName: "高支模监测预警", modulePath: "/highFormwork", - // menuList: [ - // { - // menuName: "", - // companyPath: "/highFormwork" - // }, - // ] + menuList: [ + { + menuName: "", + companyPath: "/highFormwork" + }, + ] } ]; //合肥启程项目 \ No newline at end of file diff --git a/src/views/sevenLargeScreen/indexL.vue b/src/views/sevenLargeScreen/indexL.vue index c3599a70..da7e4a73 100644 --- a/src/views/sevenLargeScreen/indexL.vue +++ b/src/views/sevenLargeScreen/indexL.vue @@ -436,6 +436,7 @@ const getAllModelMenu = () => { }); console.log("筛选出的数据看板路由", menuList.value); }; +const dataBoardContent = document.querySelector(".dataBoardContent"); const navigateTo = (path, type) => { console.log("点击的路由---", path, type); if (type == 1) { diff --git a/src/views/sevenLargeScreen/safetyManagement/edgeProtection/index_wdzs.vue b/src/views/sevenLargeScreen/safetyManagement/edgeProtection/index_wdzs.vue index 48aeac01..c70656df 100644 --- a/src/views/sevenLargeScreen/safetyManagement/edgeProtection/index_wdzs.vue +++ b/src/views/sevenLargeScreen/safetyManagement/edgeProtection/index_wdzs.vue @@ -1,86 +1,23 @@ - + \ No newline at end of file diff --git a/src/views/sevenLargeScreen/safetyManagement/wallScaffold/wallScaffold.vue b/src/views/sevenLargeScreen/safetyManagement/wallScaffold/wallScaffold.vue index 0df4bbd3..12099883 100644 --- a/src/views/sevenLargeScreen/safetyManagement/wallScaffold/wallScaffold.vue +++ b/src/views/sevenLargeScreen/safetyManagement/wallScaffold/wallScaffold.vue @@ -1,79 +1,23 @@ -