diff --git a/.env.production b/.env.production index 539a273..4078b96 100644 --- a/.env.production +++ b/.env.production @@ -25,7 +25,7 @@ NODE_ENV = "production" # VITE_API_URL = 'http://42.180.188.17:9809' #生产环境 # VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 # 苏立信/重庆市南岸区 -# VITE_API_URL = 'http://101.43.164.214:11111' +VITE_API_URL = 'http://101.43.164.214:11111' # 中科安信 # VITE_API_URL = 'http://8.136.222.164:8808' # 中科佳成 @@ -45,7 +45,7 @@ NODE_ENV = "production" # 大连金笔 # VITE_API_URL = 'http://101.43.164.214:11126' # 新能源智慧基建管理平台 -VITE_API_URL = 'http://121.37.106.37:9820' +# VITE_API_URL = 'http://121.37.106.37:9820' # 打包 VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url=' diff --git a/dist.rar b/dist.rar index 88bb13b..cfdc06f 100644 Binary files a/dist.rar and b/dist.rar differ diff --git a/src/config/staticMenu.ts b/src/config/staticMenu.ts index 3387705..1d3c87c 100644 --- a/src/config/staticMenu.ts +++ b/src/config/staticMenu.ts @@ -1895,7 +1895,7 @@ export const WHZTMenu: Array = [ export const ZTSYJMenu: Array = [ { moduleName: "综合管理", - modulePath: "/projectOverview", + modulePath: "/projectOverview" }, { moduleName: "视频管理", @@ -1927,12 +1927,25 @@ export const ZTSYJMenu: Array = [ moduleName: "车辆测速", modulePath: "/vehicleManagspeed" }, - -] // 中铁十一局 + { + moduleName: "安全监测", + modulePath: "/highsloperitem", + menuList: [ + { + menuName: "高边坡监测", + companyPath: "/highsloperitem" + }, + { + menuName: "基站监测", + companyPath: "/trench" + } + ] + } +]; // 中铁十一局 export const XNYZHJJMenu: Array = [ { moduleName: "项目信息管理", - modulePath: "/projectOverview", + modulePath: "/projectOverview" }, { moduleName: "人员管理", @@ -1973,9 +1986,8 @@ export const XNYZHJJMenu: Array = [ { moduleName: "视频管理", modulePath: "/videoManagement" - }, -] // 新能源智慧基建管理平台 - + } +]; // 新能源智慧基建管理平台 export const ALLXMMenu: Array = [ { @@ -1993,7 +2005,7 @@ export const ALLXMMenu: Array = [ { menuName: "双碳管理", companyPath: "/projectioter" - }, + } ] }, { @@ -2011,7 +2023,7 @@ export const ALLXMMenu: Array = [ { menuName: "车辆管理", companyPath: "/vehicleManagement" - }, + } ] }, { @@ -2085,7 +2097,7 @@ export const ALLXMMenu: Array = [ { companyPath: "/waterMonitor", menuName: "用水监测" - }, + } ] }, { @@ -2103,8 +2115,8 @@ export const ALLXMMenu: Array = [ { menuName: "卸料平台", companyPath: "/unloadPlatform" - }, + } ] }, { moduleName: "BIM模型", modulePath: "/bImModel" } -] // 安立路项目 \ No newline at end of file +]; // 安立路项目 diff --git a/src/routers/modules/staticRouter.ts b/src/routers/modules/staticRouter.ts index 538e212..ba51b99 100644 --- a/src/routers/modules/staticRouter.ts +++ b/src/routers/modules/staticRouter.ts @@ -62,21 +62,21 @@ export const staticRouter: RouteRecordRaw[] = [ name: "车辆测速", component: () => import("@/views/sevenLargeScreen/vehicleManagespeed/index.vue") }, + { + path: "/highsloperitem", + name: "高边坡监测", + component: () => import("@/views/sevenLargeScreen/ztsyjitem/highslope.vue") + }, + { + path: "/trench", + name: "基站监测", + component: () => import("@/views/sevenLargeScreen/ztsyjitem/trench.vue") + }, { path: "/towerCraneMonitoring", name: "塔吊监测", component: () => import("@/views/sevenLargeScreen/towerCraneMonitoring/index.vue") }, - { - path: "/cathangCrane", - name: "汽车吊监测", - component: () => import("@/views/sevenLargeScreen/cathangCrane/index.vue") - }, - { - path: "/trackCrane", - name: "履带吊监测", - component: () => import("@/views/sevenLargeScreen/trackCrane/index.vue") - }, { path: "/elevatorMonitoring", name: "升降机监测", diff --git a/src/views/sevenLargeScreen/ztsyjitem/highslope.vue b/src/views/sevenLargeScreen/ztsyjitem/highslope.vue new file mode 100644 index 0000000..e9851a5 --- /dev/null +++ b/src/views/sevenLargeScreen/ztsyjitem/highslope.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/src/views/sevenLargeScreen/ztsyjitem/trench.vue b/src/views/sevenLargeScreen/ztsyjitem/trench.vue new file mode 100644 index 0000000..7091bdb --- /dev/null +++ b/src/views/sevenLargeScreen/ztsyjitem/trench.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file