diff --git a/src/views/sevenLargeScreen/indexL_syhy.vue b/src/views/sevenLargeScreen/indexL_syhy.vue index 0f20f9c..57e0d54 100644 --- a/src/views/sevenLargeScreen/indexL_syhy.vue +++ b/src/views/sevenLargeScreen/indexL_syhy.vue @@ -92,162 +92,7 @@ const store = GlobalStore(); let nowTime = ref("2023-04-16 09:22:12" as any); let showUserBox = ref(false as any); let adminName = ref("" as any); -//标准版页面 -// let menuList = ref([ -// { -// moduleName: "综合管理", -// modulePath: "/projectOverview", -// menuList: [ -// { -// menuName: "工程概况", -// companyPath: "/projectOverview" -// }, -// { -// menuName: "智慧党建", -// companyPath: "/smartPartyBuilding" -// } -// ] -// }, -// { -// moduleName: "数字工地", -// modulePath: "/aIEarlyWarning", -// menuList: [ -// { -// menuName: "视频管理", -// companyPath: "/videoManagement" -// }, -// { -// menuName: "AI预警", -// companyPath: "/aIEarlyWarning" -// }, -// { -// menuName: "地磅管理", -// companyPath: "/loadometerManage" -// }, -// { -// menuName: "车辆管理", -// companyPath: "/vehicleManagement" -// }, -// { -// menuName: "配电箱监测", -// companyPath: "/distributionMonitoring" -// }, -// { -// menuName: "标养室监测", -// companyPath: "/standardCureRoom" -// } -// ] -// }, -// { -// moduleName: "劳务管理", -// modulePath: "/laborManagement" -// }, -// { -// moduleName: "安全管理", -// modulePath: "/securityManagement", -// menuList: [ -// { -// menuName: "安全管理", -// companyPath: "/securityManagement" -// }, -// { -// companyPath: "/foundationPitMonitor", -// menuName: "基坑监测" -// }, -// { -// menuName: "隧道定位监测", -// companyPath: "/tunnelPosition" -// }, -// { -// menuName: "临边防护", -// companyPath: "/edgeProtection" -// }, -// { -// menuName: "有毒气体监测", -// companyPath: "/toxicGasMonitor" -// }, -// { -// menuName: "高支模监测", -// companyPath: "/highFormwork" -// }, -// { -// menuName: "高边坡监测", -// companyPath: "/highSlope" -// }, -// { -// menuName: "烟感监测", -// companyPath: "/smokeSensor" -// }, -// { -// menuName: "安全教育", -// companyPath: "/safeEducation" -// } -// ] -// }, -// { -// moduleName: "质量管理", -// modulePath: "/qualityManagement", -// menuList: [ -// { -// menuName: "质量管理", -// companyPath: "/qualityManagement" -// }, -// { -// menuName: "混凝土测温", -// companyPath: "/concreteMonitor" -// } -// ] -// }, -// { -// moduleName: "绿色施工", -// modulePath: "/electricityMonitor", -// menuList: [ -// { -// menuName: "扬尘噪声", -// companyPath: "/headNoise" -// }, -// { -// companyPath: "/electricityMonitor", -// menuName: "用电监测" -// }, -// { -// companyPath: "/waterMonitor", -// menuName: "用水监测" -// }, -// { -// companyPath: "/sewageMonitor", -// menuName: "污水监测" -// } -// ] -// }, -// { -// moduleName: "大型机械", -// modulePath: "/towerCraneMonitoring", -// menuList: [ -// { -// menuName: "塔吊监测", -// companyPath: "/towerCraneMonitoring" -// }, -// { -// menuName: "升降机监测", -// companyPath: "/elevatorMonitoring" -// }, -// { -// menuName: "卸料平台", -// companyPath: "/unloadPlatform" -// }, -// { -// menuName: "混凝土拌合站", -// companyPath: "/concreteMixingPlant" -// }, -// { -// menuName: "龙门吊监测", -// companyPath: "/gantryCrane" -// } -// ] -// }, -// { moduleName: "BIM模型", modulePath: "/bImModel" } -// ]); + //沈阳和盈项目模块 let menuList = ref([ { @@ -279,44 +124,8 @@ let menuList = ref([ modulePath: "/electricityMonitor" }, { - moduleName: "进度计划", - modulePath: "/schedulePlan" - } -]); - -//嘉兴王江泾公用码头项目模块 -let menuListJiaXing = ref([ - { - moduleName: "工程概况", - modulePath: "/projectOverview" - }, - { - moduleName: "绿色施工", - modulePath: "/headNoise" - }, - { - moduleName: "劳务管理", - modulePath: "/laborManagement" - }, - { - moduleName: "安全管理", - modulePath: "/securityManagement" - }, - { - moduleName: "AI预警中心", - modulePath: "/aIEarlyWarning" - }, - { - moduleName: "视频管理", - modulePath: "/videoManagement" - }, - { - moduleName: "车辆管理", - modulePath: "/vehicleManagement" - }, - { - moduleName: "进度计划", - modulePath: "/schedulePlan" + moduleName: "BIM模型", + modulePath: "/bImModel" } ]); @@ -348,9 +157,6 @@ const navigateTo = (path, type) => { } }; onMounted(async () => { - if (COMPANY === "jxwjj") { - menuList.value = menuListJiaXing.value; - } //这里是跳转过来后免登录的操作,接收token 登录 懂了 //数据看板跳转免登录 if (window.location.href.indexOf("token") != -1) {