From f3ba4b858873459b50050bced44a11e877371ab6 Mon Sep 17 00:00:00 2001 From: Vce Date: Thu, 25 Apr 2024 09:24:35 +0800 Subject: [PATCH] =?UTF-8?q?dev:=E8=B0=83=E6=95=B4=E4=B8=AD=E6=B5=B7?= =?UTF-8?q?=E8=87=BB=E5=A6=82=E5=BA=9C=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/config/config.ts | 4 +- src/config/staticMenu.ts | 99 +++++++++++++++++------------ src/routers/modules/staticRouter.ts | 4 +- 4 files changed, 63 insertions(+), 48 deletions(-) diff --git a/.env.development b/.env.development index 69ce185..74915dd 100644 --- a/.env.development +++ b/.env.development @@ -13,9 +13,9 @@ NODE_ENV = 'development' # 沈阳合盈线上 # VITE_API_URL = "http://101.43.164.214:45022" # 演示平台 -VITE_API_URL = 'http://jxj.zhgdyun.com:9809' +# VITE_API_URL = 'http://jxj.zhgdyun.com:9809' # 百色七参数线上地址 -# VITE_API_URL = 'http://101.43.164.214:11111' +VITE_API_URL = 'http://101.43.164.214:11111' # 七参数标准版(测试平台) # VITE_API_URL = 'http://jxj.zhgdyun.com:15551' # 七参数标准版(测试平台) diff --git a/src/config/config.ts b/src/config/config.ts index f2bf641..0a4fb6c 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -24,11 +24,11 @@ export const BASE_IMAGE_URL = import.meta.env.VITE_BASE_IMAGE_URL; // 项目环境标识配置 部署时需更改对应的项目 // export const COMPANY: string = ""; //标准版 -// export const COMPANY: string = "zhzrf"; //中海·臻如府 +export const COMPANY: string = "zhzrf"; //中海·臻如府 // export const COMPANY: string = "zsbf"; //中水北方 // export const COMPANY: string = "as"; //鞍山项目 // export const COMPANY: string = "agjt"; //鞍钢集团 -export const COMPANY: string = "agjtCommand"; //鞍钢集团指挥部大屏 +// export const COMPANY: string = "agjtCommand"; //鞍钢集团指挥部大屏 // export const COMPANY: string = "slx"; //苏立信项目 // export const COMPANY: string = "hfqc"; //合肥启程项目 // export const COMPANY: string = "jsyc"; // 江苏盐城项目 diff --git a/src/config/staticMenu.ts b/src/config/staticMenu.ts index ada4fbd..4fa45db 100644 --- a/src/config/staticMenu.ts +++ b/src/config/staticMenu.ts @@ -1214,6 +1214,10 @@ export const ZHZRFMenu: Array = [ { menuName: "智慧党建", companyPath: "/smartPartyBuilding" + }, + { + menuName: "进度计划", + companyPath: "/schedulePlan" } ] }, @@ -1248,53 +1252,64 @@ export const ZHZRFMenu: Array = [ ] }, { - moduleName: "升降机监测", + moduleName: "绿色施工", modulePath: "/elevatorMonitoring", menuList: [ { - menuName: "", - companyPath: "/elevatorMonitoring" - }, - ] - }, - { - moduleName: "塔吊监测", - modulePath: "/towerCraneMonitoring", - menuList: [ - { - menuName: "", - companyPath: "/towerCraneMonitoring" - }, - ] - }, - { - moduleName: "高支模监测", - modulePath: "/highFormwork", - menuList: [ - { - menuName: "", - companyPath: "/highFormwork" - }, - ] - }, - { - moduleName: "基坑监测", - modulePath: "/foundationPitMonitor", - menuList: [ - { - menuName: "", - companyPath: "/foundationPitMonitor", - }, - ] - }, - { - moduleName: "环境监测", - modulePath: "/headNoise", - menuList: [ - { - menuName: "", + menuName: "环境监测", companyPath: "/headNoise" }, + { + menuName: "升降机监测", + companyPath: "/elevatorMonitoring" + }, + { + menuName: "塔吊监测", + companyPath: "/towerCraneMonitoring" + }, + { + menuName: "高支模监测", + companyPath: "/highFormwork" + }, + { + menuName: "基坑监测", + companyPath: "/foundationPitMonitor", + }, + { + menuName: "配电箱监测", + companyPath: "/distributionMonitoring" + }, ] }, + { + moduleName: "安全管理", + modulePath: "/securityManagement", + menuList: [ + { + menuName: "", + companyPath: "/securityManagement" + }, + ] + }, + { + moduleName: "质量管理", + modulePath: "/qualityManagement", + menuList: [ + { + menuName: "", + companyPath: "/qualityManagement" + }, + ] + }, + { + moduleName: "AI预警", + modulePath: "/aIEarlyWarning", + menuList: [ + { + menuName: "", + companyPath: "/aIEarlyWarning" + }, + ] + }, + ]; //中海·臻如府 \ No newline at end of file diff --git a/src/routers/modules/staticRouter.ts b/src/routers/modules/staticRouter.ts index 617fd45..93a541c 100644 --- a/src/routers/modules/staticRouter.ts +++ b/src/routers/modules/staticRouter.ts @@ -24,8 +24,8 @@ export const staticRouter: RouteRecordRaw[] = [ { path: "/large", name: "大屏", - // component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版 - component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏 + component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版 + // component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏 // component: () => import("@/views/sevenLargeScreen/indexL_syhy.vue"), // 只有一级路由(盘锦、嘉兴、鄱湖美湾医疗项目需切换至该首页) children: [ {