diff --git a/equipmentCenter.js b/equipmentCenter.js index 56f0f71f..3fe86772 100644 --- a/equipmentCenter.js +++ b/equipmentCenter.js @@ -69,7 +69,7 @@ const routes = [{ }, { path: 'towerCraneList', //塔吊管理 基本信息 - name: '塔吊管理_设备管理', + name: '塔吊管理_设备管理1', component: resolve => require(['../views/projectFront/towerCrane/basicInfo.vue'], resolve) }, // { @@ -84,7 +84,7 @@ const routes = [{ // }, { path: 'lifterBasicInfo', //升降机管理 基本信息 - name: '升降机管理_设备管理', + name: '升降机管理_设备管理1', component: resolve => require(['../views/projectFront/lifter/basicInfo.vue'], resolve) }, { path: 'waterDevManage', // diff --git a/src/assets/js/http.js b/src/assets/js/http.js index d10b1a48..6419b92b 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -83,11 +83,11 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL ='http://101.43.164.214:45001/' //上海张江 // axios.defaults.baseURL ='http://101.43.164.214:45011/' //上海优益(上海建工) // axios.defaults.baseURL = 'http://192.168.34.221:28889/' //郭圣雄本地 - axios.defaults.baseURL ='http://192.168.34.221:9111/' //郭圣雄本地 + // axios.defaults.baseURL ='http://192.168.34.221:9111/' //郭圣雄本地 // axios.defaults.baseURL = 'http://182.90.224.237:51234' //郭圣雄远程 // axios.defaults.baseURL ='http://101.43.164.214:45020/' //沈阳和盈 // axios.defaults.baseURL ='http://183.249.224.118:9000/' //嘉兴王江泾公用码头 - // axios.defaults.baseURL ='http://101.43.164.214:11111/' // 百色三标段项目 + axios.defaults.baseURL ='http://101.43.164.214:11111/' // 百色三标段项目 // axios.defaults.baseURL = 'http://125.88.207.86:8088/'//中建四局线上(最新)地址 // axios.defaults.baseURL = 'http://125.88.207.86:8099/'//中建四局(沙湖)线上(最新)地址 diff --git a/src/pages/index/index.js b/src/pages/index/index.js index 3419ee92..5cc95d1a 100644 --- a/src/pages/index/index.js +++ b/src/pages/index/index.js @@ -208,6 +208,8 @@ function handler(data, sn) { router.push('/projectIndex') } else if (data.styleType == 2) { router.push('/projectV2/taskList') + } else if (data.styleType == 7) { + router.push('/projectIndex') } else { router.push('/projectV3/taskList') } diff --git a/src/router/equipmentCenter.js b/src/router/equipmentCenter.js index d429fcc8..e6bc3c33 100644 --- a/src/router/equipmentCenter.js +++ b/src/router/equipmentCenter.js @@ -69,7 +69,7 @@ const routes = [{ }, { path: 'towerCraneList', //塔吊管理 基本信息 - name: '塔吊管理_设备管理', + name: '塔吊管理_设备管理2', component: resolve => require(['../views/projectFront/towerCrane/basicInfo.vue'], resolve) }, // { diff --git a/src/router/index.js b/src/router/index.js index 52a95137..bead5090 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -167,12 +167,12 @@ const routes2 = [ children: [ { path: "/firm/towerManage/home", - name: "塔吊管理_首页", + name: "塔吊管理_首页1", component: () => import("@/views/projectFront/towerCrane/home.vue"), }, { path: "/firm/towerManage/antiCollision", //塔吊管理 群塔防碰撞 - name: "塔吊管理_群塔防碰撞", + name: "塔吊管理_群塔防碰撞1", component: (resolve) => require([ "@/views/projectFront/towerCrane/antiCollision.vue", @@ -180,7 +180,7 @@ const routes2 = [ }, { path: "/firm/towerManage/monitoringStatistics", //塔吊管理 监控统计 - name: "塔吊管理_监控统计", + name: "塔吊管理_监控统计1", component: (resolve) => require([ "@/views/projectFront/towerCrane/monitoringStatistics.vue", @@ -188,7 +188,7 @@ const routes2 = [ }, { path: "/firm/towerManage/reportForm", //塔吊管理 报表导出 - name: "塔吊管理_报表导出", + name: "塔吊管理_报表导出1", component: (resolve) => require([ "@/views/projectFront/towerCrane/reportForm.vue", @@ -197,7 +197,7 @@ const routes2 = [ { path: "/firm/towerManage/basicInfo", //塔吊管理 点位配置 - name: "塔吊管理_设备管理", + name: "塔吊管理_设备管理3", component: (resolve) => require([ "@/views/projectFront/towerCrane/basicInfo.vue", @@ -205,19 +205,19 @@ const routes2 = [ }, { path: "/firm/towerManage/Nut", //塔吊管理 设备维保 - name: "塔吊管理_螺栓列表", + name: "塔吊管理_螺栓列表1", component: (resolve) => require(["@/views/projectFront/towerCrane/Nut.vue"], resolve), }, { path: "/firm/towerManage/Jacking", //塔吊管理 设备维保 - name: "塔吊管理_顶升记录", + name: "塔吊管理_顶升记录1", component: (resolve) => require(["@/views/projectFront/towerCrane/Jacking.vue"], resolve), }, { path: "/firm/towerManage/siteVisualization", //塔吊管理 塔吊可视化 - name: "塔吊管理_工地可视化", + name: "塔吊管理_工地可视化1", component: (resolve) => require([ "@/views/projectFront/towerCrane/siteVisualization.vue", @@ -344,48 +344,48 @@ const routes2 = [ //劳务管理--人员管理 { path: "/project/labor/personManage", - name: "劳务管理_人员管理", + name: "劳务管理_人员管理1", component: () => import("@/views/projectFront/laborManage/personManage.vue"), }, // 劳务管理--人员下发记录 { path: "/project/labor/personnelRecords", - name: "劳务管理_人员下发记录", + name: "劳务管理_人员下发记录1", component: () => import("@/views/projectFront/laborManage/personnelRecords.vue"), }, // tag: luck 劳务管理--工资发放 { path: "/project/labor/payoff", - name: "劳务管理_工资发放", + name: "劳务管理_工资发放1", component: () => import("@/views/projectFront/laborManage/Payoff"), }, // tag: luck 劳务管理--防疫管理 { path: "/project/labor/epidemicPrevention", - name: "劳务管理_防疫管理", + name: "劳务管理_防疫管理1", component: () => import("@/views/projectFront/laborManage/EpidemicPrevention"), }, // 劳务管理--人员审批 { path: "/project/labor/personAudit", - name: "劳务管理_人员审核", + name: "劳务管理_人员审核1", component: () => import("@/views/projectFront/laborManage/personAudit.vue"), }, //劳务管理--人员详情 { path: "/project/labor/personDetails", - name: "劳务管理_人员信息详情", + name: "劳务管理_人员信息详情1", component: () => import("@/views/projectFront/laborManage/personDetails.vue"), }, //劳务管理--人员考勤 { path: "/project/labor/attendanceManage", - name: "劳务管理_人员考勤", + name: "劳务管理_人员考勤1", component: () => import( "@/views/projectFront/laborManage/attendanceManage/attendanceManage.vue" @@ -394,7 +394,7 @@ const routes2 = [ //劳务管理--人员考勤--珠海路由 { path: "/project/labor/zh/attendanceManage", - name: "劳务管理_人员考勤", + name: "劳务管理_人员考勤2", component: () => import( "@/views/projectFront/laborManage/attendanceManage/zhAttendanceManage.vue" @@ -403,14 +403,14 @@ const routes2 = [ //劳务管理--工种管理 { path: "/project/labor/workTypeManage", - name: "劳务管理_工种管理", + name: "劳务管理_工种管理1", component: () => import("@/views/projectFront/laborManage/workTypeManage.vue"), }, //劳务管理--考勤规则 { path: "/project/labor/attendanceRules", - name: "劳务管理_考勤规则", + name: "劳务管理_考勤规则1", component: () => import( "@/views/projectFront/laborManage/attendanceManage/attendanceRules.vue" @@ -418,73 +418,73 @@ const routes2 = [ }, { path: "/project/labor/safetyTrainManage", - name: "劳务管理_安全培训管理", + name: "劳务管理_安全培训管理1", component: () => import("@/views/projectFront/laborManage/safetyTrainManage.vue"), }, { path: "/project/labor/safeeducation", - name: "劳务管理_人员安全培训记录", + name: "劳务管理_人员安全培训记录1", component: () => import("@/views/projectFront/laborManage/safeeducation/index.vue"), }, { path: "/project/labor/blackList", - name: "劳务管理_黑名单管理", + name: "劳务管理_黑名单管理1", component: () => import("@/views/projectFront/laborManage/blackList.vue"), }, //劳务管理--人员总览 { path: "/project/labor/personnelOverview", - name: "劳务管理_人员总览", + name: "劳务管理_人员总览1", component: () => import("@/views/projectFront/laborManage/personnelOverview.vue"), }, //劳务管理--报表中心 { path: "/project/labor/reportCenter", - name: "劳务管理_报表中心", + name: "劳务管理_报表中心1", component: () => import("@/views/projectFront/laborManage/reportCenter.vue"), }, //劳务管理--评价中心 { path: "/project/labor/assessmentCentent", - name: "劳务管理_评价中心", + name: "劳务管理_评价中心1", component: () => import("@/views/projectFront/laborManage/assessmentCentent.vue"), }, //劳务管理--电子围栏 { path: "/project/labor/electronicFence", - name: "劳务管理_电子围栏", + name: "劳务管理_电子围栏1", component: () => import("@/views/projectFront/laborManage/electronicFence.vue"), }, //劳务管理--处罚单 { path: "/project/labor/penalize", - name: "劳务管理_处罚单", + name: "劳务管理_处罚单1", component: () => import("@/views/projectFront/laborManage/penalize.vue"), }, { path: "/project/labor/addLED", - name: "劳务管理_人员审核", + name: "劳务管理_人员审核2", component: () => import("@/views/projectFront/laborManage/LEDBigScreen/addLED.vue"), }, //劳务管理--花名册 { path: "/project/labor/roster", - name: "劳务管理_花名册", + name: "劳务管理_花名册1", component: () => import("@/views/projectFront/laborManage/roster.vue"), }, //劳务管理--宿舍管理 { path: "/project/labor/dormitory", - name: "劳务管理_宿舍管理", + name: "劳务管理_宿舍管理1", component: () => import("@/views/projectFront/laborManage/dormitory.vue"), }, @@ -492,42 +492,42 @@ const routes2 = [ //劳务管理--人员统计分析 { path: "/project/labor/personnelAnalysis", - name: "劳务管理_人员统计分析", + name: "劳务管理_人员统计分析1", component: () => import("@/views/projectFront/laborManage/personnelAnalysis.vue"), }, //核酸超时人员列表 { path: "/project/labor/nucleicAcidOvertimePersonnel", - name: "核酸超时人员列表", + name: "核酸超时人员列表1", component: () => import("@/views/projectFront/nucleicAcidOvertimePersonnel/index.vue"), }, // 劳务管理--访客管理 { path: "/project/labor/visitorsManage", - name: "劳务管理_访客管理", + name: "劳务管理_访客管理1", component: () => import("@/views/projectFront/laborManage/visitorsManage.vue"), }, //人员定位--卡片管理 { path: "/project/personnelPosition/cardManage", - name: "人员定位_基站管理", + name: "人员定位_基站管理1", component: () => import("@/views/projectFront/personnelPosition/cardManage.vue"), }, //人员定位--信标管理 { path: "/project/personnelPosition/beaconManage", - name: "人员定位_人员管理", + name: "人员定位_人员管理1", component: () => import("@/views/projectFront/personnelPosition/beaconManage.vue"), }, //人员定位--地图管理 { path: "/project/personnelPosition/mapManage", - name: "人员定位_地图管理", + name: "人员定位_地图管理1", component: () => import("@/views/projectFront/personnelPosition/mapManage.vue"), }, @@ -535,7 +535,7 @@ const routes2 = [ //人员定位--点位配置 { path: "/project/personnelPosition/pointConfiguration", - name: "人员定位_点位配置", + name: "人员定位_点位配置1", component: () => import( "@/views/projectFront/personnelPosition/pointConfiguration.vue" @@ -544,7 +544,7 @@ const routes2 = [ //人员定位--人员定位 { path: "/project/personnelPosition/personnelPositioning", - name: "人员定位_人员定位", + name: "人员定位_人员定位1", component: () => import( "@/views/projectFront/personnelPosition/personnelPositioning.vue" @@ -552,31 +552,31 @@ const routes2 = [ }, { path: "/project/safeManage/addSafeRecord", - name: "安全管理_新增安全检查", + name: "安全管理_新增安全检查1", component: () => import("@/views/projectFront/safeManage/addSafeRecord.vue"), }, { path: "/project/safeManage/checkItemList", - name: "安全管理_检查项管理", + name: "安全管理_检查项管理1", component: () => import("@/views/projectFront/safeManage/checkItemList.vue"), }, { path: "/project/safeManage/safeRocordList", - name: "安全管理_安全检查记录", + name: "安全管理_安全检查记录1", component: () => import("@/views/projectFront/safeManage/safeRocordList.vue"), }, { path: "/project/safeManage/checkStandingBook", - name: "安全管理_检查台账", + name: "安全管理_检查台账1", component: () => import("@/views/projectFront/safeManage/v2/checkStandingBook.vue"), }, { path: "/project/safeManage/projectSelfInspection", - name: "安全管理_项目自检", + name: "安全管理_项目自检1", component: () => import( "@/views/projectFront/safeManage/v2/projectSelfInspection.vue" @@ -584,20 +584,20 @@ const routes2 = [ }, { path: "/project/safeManage/subTasklist", - name: "安全管理_项目自检子任务", + name: "安全管理_项目自检子任务1", component: () => import("@/views/projectFront/safeManage/v2/subTasklist.vue"), }, //项目自检记录 { path: "/project/safeManage/inspectionRecord", - name: "安全管理_项目自检记录", + name: "安全管理_项目自检记录1", component: () => import("@/views/projectFront/safeManage/v2/inspectionRecord.vue"), }, { path: "/project/safeManage/hiddenDangerLibrary", - name: "安全管理_隐患库", + name: "安全管理_隐患库1", component: () => import( "@/views/companyAdmin/qualityAndSafety/hiddenDangerLibrary.vue" @@ -605,37 +605,37 @@ const routes2 = [ }, { path: "/project/safeManage/hazardAssess", - name: "安全管理_隐患考核", + name: "安全管理_隐患考核1", component: () => import("@/views/projectFront/safeManage/v2/hazardAssess.vue"), }, { path: "/project/safeManage/business", - name: "安全管理_责任区域", + name: "安全管理_责任区域1", component: () => import("@/views/projectFront/safeManage/v2/business.vue"), }, { path: "/project/environmentalMonitor/alarmValueSet", - name: "绿色施工_阈值设置", + name: "绿色施工_阈值设置1", component: () => import("@/views/projectFront/environmentalMonitor/alarmValueSet.vue"), }, { path: "/project/environmentalMonitor/alarmWarning", - name: "绿色施工_报警预警", + name: "绿色施工_报警预警1", component: () => import("@/views/projectFront/environmentalMonitor/alarmWarning.vue"), }, { path: "/project/environmentalMonitor/envirDevManage", - name: "绿色施工_扬尘设备管理", + name: "绿色施工_扬尘设备管理1", component: () => import("../views/equipmentCenter/environmentManage/devList.vue"), }, { path: "/project/environmentalMonitor/sprayDevManage", - name: "绿色施工_雾炮喷淋设备管理", + name: "绿色施工_雾炮喷淋设备管理1", component: () => import( "../views/equipmentCenter/environmentManage/sprayDevManage.vue" @@ -643,7 +643,7 @@ const routes2 = [ }, { path: "/project/electricBox/messageOverview", - name: "电箱管理_信息总览", + name: "电箱管理_信息总览1", component: (resolve) => require([ "@/views/projectFront/electricBox/messageOverview.vue", @@ -651,7 +651,7 @@ const routes2 = [ }, { path: "/project/electricBox/historyData", - name: "电箱管理_历史数据", + name: "电箱管理_历史数据1", component: (resolve) => require([ "@/views/projectFront/electricBox/historyData.vue", @@ -659,7 +659,7 @@ const routes2 = [ }, { path: "/project/electricBox/deviceManage", - name: "电箱管理_阈值设置", + name: "电箱管理_阈值设置1", component: (resolve) => require([ "@/views/projectFront/electricBox/deviceManage.vue", @@ -667,13 +667,13 @@ const routes2 = [ }, { path: "/project/carManage/carManage", - name: "车辆管理_车辆黑白名单管理", + name: "车辆管理_车辆黑白名单管理1", component: (resolve) => require(["@/views/projectFront/carManage/carManage.vue"], resolve), }, { path: "/project/carManage/carTypeManage", - name: "车辆管理_车种管理", + name: "车辆管理_车种管理1", component: (resolve) => require([ "@/views/projectFront/carManage/carTypeManage.vue", @@ -681,19 +681,19 @@ const routes2 = [ }, { path: "/project/carManage/realTimeData", - name: "车辆管理_实时数据", + name: "车辆管理_实时数据1", component: (resolve) => require(["@/views/projectFront/carManage/realTimeData.vue"], resolve), }, { path: "/project/carManage/carStatictis", - name: "车辆管理_车辆统计", + name: "车辆管理_车辆统计1", component: (resolve) => require(["@/views/projectFront/carManage/carStatictis.vue"], resolve), }, { path: "/project/carManage/carWashDevManage", - name: "车辆冲洗_设备管理", + name: "车辆冲洗_设备管理1", component: (resolve) => require([ "@/views/projectFront/carManage/carWashDevManage.vue", @@ -701,7 +701,7 @@ const routes2 = [ }, { path: "/project/carManage/carWashRealTimeData", - name: "车辆冲洗_实时数据", + name: "车辆冲洗_实时数据1", component: (resolve) => require([ "@/views/projectFront/carManage/carWashRealTimeData.vue", @@ -709,7 +709,7 @@ const routes2 = [ }, { path: "/project/configManage/roleManage", - name: "系统管理_角色管理", + name: "系统管理_角色管理1", component: (resolve) => require([ "@/views/projectFront/configManage/roleManage.vue", @@ -717,7 +717,7 @@ const routes2 = [ }, { path: "/project/configManage/personnelAccess", - name: "系统管理_人员权限", + name: "系统管理_人员权限1", component: (resolve) => require([ "@/views/projectFront/configManage/personnelAccess.vue", @@ -725,20 +725,20 @@ const routes2 = [ }, { path: "/project/configManage/operationLog", - name: "系统管理_操作日志", + name: "系统管理_操作日志1", component: (resolve) => require(["@/views/companyAdmin/operationLog.vue"], resolve), }, { path: "/project/towerCrane/home", //塔吊管理 首页 - name: "塔吊管理_首页", + name: "塔吊管理_首页2", component: (resolve) => require(["@/views/projectFront/towerCrane/home.vue"], resolve), }, { path: "/project/towerCrane/antiCollision", //塔吊管理 群塔防碰撞 - name: "塔吊管理_群塔防碰撞", + name: "塔吊管理_群塔防碰撞2", component: (resolve) => require([ "@/views/projectFront/towerCrane/antiCollision.vue", @@ -746,7 +746,7 @@ const routes2 = [ }, { path: "/project/towerCrane/monitoringStatistics", //塔吊管理 监控统计 - name: "塔吊管理_监控统计", + name: "塔吊管理_监控统计2", component: (resolve) => require([ "@/views/projectFront/towerCrane/monitoringStatistics.vue", @@ -754,20 +754,20 @@ const routes2 = [ }, { path: "/project/towerCrane/reportForm", //塔吊管理 报表导出 - name: "塔吊管理_报表导出", + name: "塔吊管理_报表导出2", component: (resolve) => require(["@/views/projectFront/towerCrane/reportForm.vue"], resolve), }, { path: "/project/towerCrane/basicInfo", //塔吊管理 点位配置 - name: "塔吊管理_设备管理", + name: "塔吊管理_设备管理4", component: (resolve) => require(["@/views/projectFront/towerCrane/basicInfo.vue"], resolve), }, { path: "/project/towerCrane/towerCraneList", //塔吊管理 点位配置 - name: "塔吊管理_塔吊列表", + name: "塔吊管理_塔吊列表1", component: (resolve) => require([ "@/views/projectFront/towerCrane/towerCraneList.vue", @@ -775,7 +775,7 @@ const routes2 = [ }, { path: "/project/towerCrane/operationInfo", //塔吊管理 运营信息 - name: "塔吊管理_运行数据", + name: "塔吊管理_运行数据1", component: (resolve) => require([ "@/views/projectFront/towerCrane/operationInfo.vue", @@ -791,7 +791,7 @@ const routes2 = [ }, { path: "/project/towerCrane/alarmAnalysis", //塔吊管理 运营信息 - name: "塔吊管理_预警分析", + name: "塔吊管理_预警分析1", component: (resolve) => require([ "@/views/projectFront/towerCrane/alarmAnalysis.vue", @@ -799,31 +799,31 @@ const routes2 = [ }, { path: "/project/towerCrane/alarmInfo", //塔吊管理 报警信息 - name: "塔吊管理_报警信息", + name: "塔吊管理_报警信息1", component: (resolve) => require(["@/views/projectFront/towerCrane/alarmInfo.vue"], resolve), }, { path: "/project/towerCrane/devMaintain", //塔吊管理 设备维保 - name: "塔吊管理_设备维保", + name: "塔吊管理_设备维保1", component: (resolve) => require(["@/views/projectFront/towerCrane/devMaintain.vue"], resolve), }, { path: "/project/towerCrane/Nut", //塔吊管理 设备维保 - name: "塔吊管理_螺栓列表", + name: "塔吊管理_螺栓列表2", component: (resolve) => require(["@/views/projectFront/towerCrane/Nut.vue"], resolve), }, { path: "/project/towerCrane/Jacking", //塔吊管理 设备维保 - name: "塔吊管理_顶升记录", + name: "塔吊管理_顶升记录2", component: (resolve) => require(["@/views/projectFront/towerCrane/Jacking.vue"], resolve), }, { path: "/project/towerCrane/siteVisualization", //塔吊管理 塔吊可视化 - name: "塔吊管理_工地可视化", + name: "塔吊管理_工地可视化2", component: (resolve) => require([ "@/views/projectFront/towerCrane/siteVisualization.vue", @@ -831,103 +831,103 @@ const routes2 = [ }, { path: "/project/towerCrane/bimDemo", //塔吊管理 塔吊可视化 - name: "塔吊管理_demo", + name: "塔吊管理_demo1", component: (resolve) => require(["@/views/projectFront/towerCrane/bimDemo.vue"], resolve), }, { path: "/project/towerCrane/brand", //塔吊管理 设备维保 - name: "塔吊管理_塔吊品牌管理", + name: "塔吊管理_塔吊品牌管理1", component: (resolve) => require(["@/views/projectFront/towerCrane/brand.vue"], resolve), }, { path: "/project/towerCrane/historyData", - name: "塔吊管理_历史数据", + name: "塔吊管理_历史数据1", component: (resolve) => require(["@/views/projectFront/towerCrane/historyData.vue"], resolve), }, { path: "/project/towerCrane/devRegister", - name: "塔吊管理_设备备案", //策划管理 + name: "塔吊管理_设备备案1", //策划管理 component: (resolve) => require(["@/views/projectFront/towerCrane/devRegister.vue"], resolve), }, { path: "/project/lifter/devRegister", - name: "升降机管理_设备备案", //策划管理 + name: "升降机管理_设备备案1", //策划管理 component: (resolve) => require(["@/views/projectFront/lifter/devRegister.vue"], resolve), }, { path: "/project/lifter/basicInfo", //升降机管理 基本信息 - name: "升降机管理_基本信息", + name: "升降机管理_基本信息1", component: (resolve) => require(["@/views/projectFront/lifter/basicInfo.vue"], resolve), }, { path: "/project/lifter/lifterInfo", //升降机管理 设备管理 - name: "升降机管理_设备管理", + name: "升降机管理_设备管理1", component: (resolve) => require(["@/views/projectFront/lifter/lifterInfo.vue"], resolve), }, { path: "/project/lifter/operationInfo", //升降机管理 运营信息 - name: "升降机管理_运行数据", + name: "升降机管理_运行数据1", component: (resolve) => require(["@/views/projectFront/lifter/operationInfo.vue"], resolve), }, { path: "/project/lifter/violationInfo", //升降机管理 违规信息 - name: "升降机管理_违规信息", + name: "升降机管理_违规信息1", component: (resolve) => require(["@/views/projectFront/lifter/violationInfo.vue"], resolve), }, { path: "/project/lifter/newOperationInfo", //升降机管理 运营信息 暗色版 - name: "升降机管理_运行数据", + name: "升降机管理_运行数据2", component: (resolve) => require(["@/views/projectFront/lifter/operationInfo2.vue"], resolve), }, { path: "/project/lifter/earlyWarning", //升降机管理 运营信息 暗色版 - name: "升降机管理_预警分析", + name: "升降机管理_预警分析1", component: (resolve) => require(["@/views/projectFront/lifter/earlyWarning.vue"], resolve), }, { path: "/project/lifter/alarmInfo", //升降机管理 报警信息 - name: "升降机管理_报警信息", + name: "升降机管理_报警信息1", component: (resolve) => require(["@/views/projectFront/lifter/alarmInfo.vue"], resolve), }, { path: "/project/lifter/devMaintain", //升降机管理 设备维保 - name: "升降机管理_设备维保", + name: "升降机管理_设备维保1", component: (resolve) => require(["@/views/projectFront/lifter/devMaintain.vue"], resolve), }, { path: "/project/quality/criterion", //质量管理 -- 标准中心 - name: "质量管理_标准中心", + name: "质量管理_标准中心1", component: (resolve) => require(["@/views/projectFront/quality/criterion.vue"], resolve), }, { path: "/project/quality/business", //质量管理 -- 业务中心 - name: "质量管理_业务中心", + name: "质量管理_业务中心1", component: (resolve) => require(["@/views/projectFront/quality/business.vue"], resolve), }, { path: "/project/quality/recordsCenter", //质量管理 -- 数据中心 - name: "质量管理_数据中心", + name: "质量管理_数据中心1", component: (resolve) => require(["@/views/projectFront/quality/recordsCenter.vue"], resolve), }, { path: "/project/quality/inspectionLedger", //质量管理 -- 检查记录 - name: "质量管理_全部检查记录", + name: "质量管理_全部检查记录1", component: (resolve) => require([ "@/views/projectFront/quality/inspectionLedger.vue", @@ -935,14 +935,14 @@ const routes2 = [ }, { path: "/project/quality/qualityProblem", //质量管理 -- 质量问题库配置 - name: "质量管理_质量问题库配置", + name: "质量管理_质量问题库配置1", component: (resolve) => require(["@/views/projectFront/quality/qualityProblem.vue"], resolve), }, //------- { path: "/project/quality/acceptanceMoudle", //质量管理 -- 分布分项验收 - name: "质量管理_分部分项验收", + name: "质量管理_分部分项验收1", component: (resolve) => require([ "@/views/projectFront/quality/acceptanceMoudle.vue", @@ -950,7 +950,7 @@ const routes2 = [ }, { path: "/project/quality/acceptanceReport", //质量管理 -- 材料检测报告 - name: "质量管理_材料检测报告", + name: "质量管理_材料检测报告1", component: (resolve) => require([ "@/views/projectFront/quality/acceptanceReport.vue", @@ -958,13 +958,13 @@ const routes2 = [ }, { path: "/project/quality/actualMeasured", //质量管理 -- 实测实量 - name: "质量管理_实测实量", + name: "质量管理_实测实量1", component: (resolve) => require(["@/views/projectFront/quality/actualMeasured.vue"], resolve), }, { path: "/project/quality/qualityHighlights", //质量管理 -- 质量亮点 - name: "质量管理_质量亮点", + name: "质量管理_质量亮点1", component: (resolve) => require([ "@/views/projectFront/quality/qualityHighlights.vue", @@ -972,7 +972,7 @@ const routes2 = [ }, { path: "/project/quality/subdivisionalWorks", //质量管理 -- 分布分项工程 - name: "质量管理_分部分项工程", + name: "质量管理_分部分项工程1", component: (resolve) => require([ "@/views/projectFront/quality/subdivisionalWorks.vue", @@ -980,7 +980,7 @@ const routes2 = [ }, { path: "/project/quality/rectificationRanking", //质量管理 -- 整改排名 - name: "质量管理_整改排名", + name: "质量管理_整改排名1", component: (resolve) => require([ "@/views/projectFront/quality/rectificationRanking.vue", @@ -988,7 +988,7 @@ const routes2 = [ }, { path: "/project/quality/qualitypersonnel", //质量管理 -- 整改排名 - name: "质量管理_人员管理", + name: "质量管理_人员管理1", component: (resolve) => require([ "@/views/projectFront/quality/qualitypersonnel.vue", @@ -996,7 +996,7 @@ const routes2 = [ }, { path: "/project/quality/materialManagement", //质量管理 -- 物料管理 --称重信息 - name: "物料管理_称重信息", + name: "物料管理_称重信息1", component: (resolve) => require([ "@/views/projectFront/quality/material/weighInfo.vue", @@ -1004,7 +1004,7 @@ const routes2 = [ }, { path: "/project/quality/forwardingUnit", //质量管理 -- 物料管理 --发货单位 - name: "物料管理_发货单位", + name: "物料管理_发货单位1", component: (resolve) => require([ "@/views/projectFront/quality/material/forwardingUnit.vue", @@ -1012,7 +1012,7 @@ const routes2 = [ }, { path: "/project/quality/receivingUnit", //质量管理 -- 物料管理 --收货单位 - name: "物料管理_收货单位", + name: "物料管理_收货单位1", component: (resolve) => require([ "@/views/projectFront/quality/material/receivingUnit.vue", @@ -1020,7 +1020,7 @@ const routes2 = [ }, { path: "/project/quality/makeAnAppointment", //质量管理 -- 物料管理 --过磅预约车辆信息 - name: "物料管理_过磅预约车辆信息", + name: "物料管理_过磅预约车辆信息1", component: (resolve) => require([ "@/views/projectFront/quality/material/makeAnAppointment.vue", @@ -1028,7 +1028,7 @@ const routes2 = [ }, { path: "/project/quality/tradeName", //质量管理 -- 物料管理 --货名 - name: "物料管理_货名", + name: "物料管理_货名1", component: (resolve) => require([ "@/views/projectFront/quality/material/tradeName.vue", @@ -1038,106 +1038,106 @@ const routes2 = [ //标养室 { path: "/project/markingRoom/devManage", - name: "标养室_设备管理", + name: "标养室_设备管理1", component: () => import("@/views/projectFront/markingRoom/devManage.vue"), }, { path: "/project/markingRoom/sampleManage", - name: "标养室_样品管理", + name: "标养室_样品管理1", component: () => import("@/views/projectFront/markingRoom/sampleManage.vue"), }, { path: "/project/markingRoom/sampleTypeMange", - name: "标养室_样品类型管理", + name: "标养室_样品类型管理1", component: () => import("@/views/projectFront/markingRoom/sampleTypeMange.vue"), }, { path: "/project/markingRoom/storageLocationManage", - name: "标养室_存放位置管理", + name: "标养室_存放位置管理1", component: () => import("@/views/projectFront/markingRoom/storageLocationManage.vue"), }, { path: "/project/markingRoom/realTime", - name: "标养室_实时数据", + name: "标养室_实时数据1", component: () => import("@/views/projectFront/markingRoom/realTime.vue"), }, { path: "/project/markingRoom/historyData", - name: "标养室_历史数据", + name: "标养室_历史数据1", component: () => import("@/views/projectFront/markingRoom/historyData.vue"), }, //用水管理 { path: "/project/waterManage/relaTimeData", - name: "用水管理_实时数据", + name: "用水管理_实时数据1", component: () => import("@/views/projectFront/waterManage/relaTimeData.vue"), }, { path: "/project/waterManage/alarmWarning", - name: "用水管理_报警信息", + name: "用水管理_报警信息1", component: () => import("@/views/projectFront/waterManage/alarmWarning.vue"), }, { path: "/project/waterManage/alarmValueSet", - name: "用水管理_基本信息", + name: "用水管理_基本信息1", component: () => import("@/views/projectFront/waterManage/alarmValueSet.vue"), }, //用电管理 { path: "/project/electricityManage/relaTimeData", - name: "用电管理_实时数据", + name: "用电管理_实时数据1", component: () => import("@/views/projectFront/electricityManage/relaTimeData.vue"), }, { path: "/project/electricityManage/alarmWarning", - name: "用电管理_报警信息", + name: "用电管理_报警信息1", component: () => import("@/views/projectFront/electricityManage/alarmWarning.vue"), }, { path: "/project/electricityManage/alarmValueSet", - name: "用电管理_基本信息", + name: "用电管理_基本信息1", component: () => import("@/views/projectFront/electricityManage/alarmValueSet.vue"), }, //进度管理 { path: "/project/scheduleManage/gantt", //该页面路由作废 - name: "进度管理_甘特图", + name: "进度管理_甘特图1", component: () => import("@/views/projectFront/scheduleManage/gantt.vue"), }, { path: "/project/scheduleManage/ganttwo", - name: "进度管理_甘特图示例", + name: "进度管理_甘特图示例1", component: () => import("@/views/projectFront/scheduleManage/ganttwo.vue"), }, { path: "/project/scheduleManage/projectNodeManages", - name: "进度管理_分布分项工程管理", + name: "进度管理_分布分项工程管理1", component: () => import("@/views/projectFront/scheduleManage/projectNodeManage2.vue"), }, { path: "/project/scheduleManage/projectNodeManage", - name: "进度管理_分布分项工程管理", + name: "进度管理_分布分项工程管理2", component: () => import("@/views/projectFront/scheduleManage/projectNodeManage.vue"), }, { path: "/project/scheduleManage/warning", - name: "进度管理_进度预警", + name: "进度管理_进度预警1", component: () => import("@/views/projectFront/scheduleManage/warning.vue"), }, @@ -1192,10 +1192,10 @@ const routes2 = [ component: () => import("@/views/projectFront/BIMCenter/BIMManageV3.vue"), }, - //BIM中心-构件关联进度 + //BIM中心-构件关联进度1 { path: "/project/bim/componentProgress", - name: "构件关联进度", + name: "构件关联进度1", component: () => import("@/views/projectFront/BIMCenter/progressManagement.vue"), }, @@ -1206,17 +1206,17 @@ const routes2 = [ component: () => import("@/views/projectFront/BIMBASECenter/BIMManage.vue"), }, - //BIMBASE中心-构件关联进度 + //BIMBASE中心-构件关联进度2 { path: "/project/bim/bimBaseComponentProgress", - name: "构件关联进度", + name: "构件关联进度2", component: () => import("@/views/projectFront/BIMBASECenter/progressManagement.vue"), }, - //BIMBASE中心-构件关联进度--江坑环境 + //BIMBASE中心-构件关联进度3--江坑环境 { path: "/project/bim/bimBaseComponentSingleProgress", - name: "构件关联进度", + name: "构件关联进度3", component: () => import("@/views/projectFront/BIMBASECenter/singleProgressManagement.vue"), }, @@ -1386,13 +1386,13 @@ const routes2 = [ }, { path: "/project/materialManage/materialWeightList", - name: "材料管理_作业中心_榜单台账", + name: "材料管理_作业中心_榜单台账1", component: () => import("@/views/projectFront/materialManage/materialWeightList.vue"), }, { path: "/project/materialManage/materialCategory", - name: "材料管理_作业中心_榜单台账", + name: "材料管理_作业中心_榜单台账2", component: () => import("@/views/projectFront/materialManage/materialCategory.vue"), }, @@ -1778,7 +1778,7 @@ const routes2 = [ }, { path: "/project/deepFoundationPitManage/realTimeData", - name: "深基坑监测系统_实时数据", + name: "深基坑监测系统_实时数据1", component: () => import( "@/views/projectFront/deepFoundationPitManage/realTimeData.vue" @@ -1786,7 +1786,7 @@ const routes2 = [ }, { path: "/project/deepFoundationPitManage/monitorData", - name: "深基坑监测系统_基坑监测", + name: "深基坑监测系统_基坑监测1", component: () => import( "@/views/projectFront/deepFoundationPitManage/monitorData.vue" @@ -1794,7 +1794,7 @@ const routes2 = [ }, { path: "/project/deepFoundationPitManage/dataConfig", - name: "深基坑监测系统_基坑配置", + name: "深基坑监测系统_基坑配置1", component: () => import("@/views/projectFront/deepFoundationPitManage/dataConfig.vue"), }, @@ -1886,13 +1886,13 @@ const routes2 = [ }, { path: "/project/hangBasketMonitor/monitorData", - name: "挂篮监测_监测数据", + name: "挂篮监测_监测数据1", component: () => import("@/views/projectFront/hangBasketMonitor/monitorData.vue"), }, { path: "/project/hangBasketMonitor/alarmManage", - name: "挂篮监测_监测数据", + name: "挂篮监测_监测数据2", component: () => import("@/views/projectFront/hangBasketMonitor/alarmManage.vue"), }, @@ -1912,25 +1912,25 @@ const routes2 = [ //高支模 { path: "/project/highModulus/pointManage", - name: "高支模监测系统_点位配置", + name: "高支模监测系统_点位配置1", component: () => import("@/views/projectFront/highModulus/pointManage.vue"), }, { path: "/project/highModulus/planConfig", - name: "高支模监测系统_平面图配置", + name: "高支模监测系统_平面图配置1", component: () => import("@/views/projectFront/highModulus/planConfig.vue"), }, { path: "/project/highModulus/manageStandards", - name: "高支模监测系统_管理标准", + name: "高支模监测系统_管理标准1", component: () => import("@/views/projectFront/highModulus/manageStandards.vue"), }, { path: "/project/highModulus/alarmInfo", - name: "高支模监测系统_报警信息", + name: "高支模监测系统_报警信息1", component: () => import("@/views/projectFront/highModulus/alarmInfo.vue"), }, @@ -2270,7 +2270,7 @@ const routes2 = [ }, { path: "/project/progressManagement/ganttChart", - name: "进度管理_甘特图", + name: "进度管理_甘特图2", component: (resolve) => require([ "@/views/projectFront/progressManagement/ganttChart.vue", @@ -2286,7 +2286,7 @@ const routes2 = [ }, { path: "/project/progressManagement/progressWarning", - name: "进度管理_进度预警", + name: "进度管理_进度预警2", component: (resolve) => require([ "@/views/projectFront/progressManagement/progressWarning.vue", @@ -2645,7 +2645,7 @@ const routes2 = [ //工作票 { path: "/project/workTicketManage/workTicket", - name: "工作票管理系统-工作票", + name: "工作票管理系统-工作票1", component: (resolve) => require([ "@/views/projectFront/workTicketManage/workTicket.vue", @@ -2654,7 +2654,7 @@ const routes2 = [ //风险清册 { path: "/project/workTicketManage/riskInventory", - name: "工作票管理系统-工作票", + name: "工作票管理系统-工作票2", component: (resolve) => require([ "@/views/projectFront/workTicketManage/riskInventory.vue", @@ -3069,14 +3069,14 @@ const routes2 = [ { //龙光大屏 原型2.0 path: "/companyAdmin/longguangBigScreen", - name: "longguangBigScreen", + name: "longguangBigScreen1", component: (resolve) => require(["@/views/companyAdmin/longguang"], resolve), }, { //龙光大屏风格 原型3.0 path: "/companyAdmin/longguangBigScreen2", - name: "longguangBigScreen", + name: "longguangBigScreen2", component: (resolve) => require(["@/views/companyAdmin/longguang2"], resolve), }, @@ -3102,7 +3102,7 @@ const routes2 = [ }, { path: "/project/environmentalOverview", - name: "绿色施工总览", + name: "绿色施工总览1", component: (resolve) => require([ "@/views/projectFront/environmentalMonitor/overview.vue", @@ -3110,7 +3110,7 @@ const routes2 = [ }, { path: "/project/electricOverview", - name: "电箱管理总览", + name: "电箱管理总览1", component: (resolve) => require(["@/views/projectFront/electricBox/overview.vue"], resolve), }, @@ -3147,12 +3147,12 @@ const routes2 = [ }, { path: "digitalSite", - name: "数据看板-数字工地", + name: "数据看板-数字工地1", component: () => import("@/views/projectAdmin/dataBoard/digitalSite"), }, { path: "laborManage", - name: "数据看板-劳务管理", + name: "数据看板-劳务管理1", component: () => import("@/views/projectAdmin/dataBoard/laborManage.vue"), }, @@ -3170,17 +3170,17 @@ const routes2 = [ }, { path: "plan", - name: "数据看板-进度计划", + name: "数据看板-进度计划1", component: () => import("@/views/projectAdmin/dataBoard/plan.vue"), }, { path: "secure", - name: "数据看板-安全管理", + name: "数据看板-安全管理1", component: () => import("@/views/projectAdmin/dataBoard/secure.vue"), }, { path: "quality", - name: "数据看板-质量管理", + name: "数据看板-质量管理1", component: () => import("@/views/projectAdmin/dataBoard/quality"), }, { @@ -3191,7 +3191,7 @@ const routes2 = [ }, { path: "AiAnalysis", - name: "数据看板-AI数据分析", + name: "数据看板-AI数据分析1", component: () => import("@/views/projectAdmin/dataBoard/AiAnalysis.vue"), }, @@ -3343,19 +3343,19 @@ const routes2 = [ }, { path: "safe", - name: "数据看板-安全管理", + name: "数据看板-安全管理2", component: () => import("@/views/projectAdmin/jlw/safeManage/index.vue"), }, { path: "quality", - name: "数据看板-质量管理", + name: "数据看板-质量管理2", component: () => import("@/views/projectAdmin/jlw/qualityManage/index.vue"), }, { path: "progress", - name: "数据看板-进度计划", + name: "数据看板-进度计划2", component: () => import("@/views/projectAdmin/jlw/planProgress/index.vue"), }, @@ -3367,19 +3367,19 @@ const routes2 = [ }, { path: "digital", - name: "数据看板-数字工地", + name: "数据看板-数字工地2", component: () => import("@/views/projectAdmin/jlw/digitalSite/index.vue"), }, { path: "labor", - name: "数据看板-劳务管理", + name: "数据看板-劳务管理2", component: () => import("@/views/projectAdmin/jlw/laborManage/index.vue"), }, { path: "aiDataAnalysis", - name: "数据看板-AI数据分析", + name: "数据看板-AI数据分析2", component: () => import("@/views/projectAdmin/jlw/aiDataAnalysis/index.vue"), }, @@ -3409,7 +3409,7 @@ const routes2 = [ }, { path: "basicInfo", //塔吊管理 基本信息 - name: "塔吊管理_设备管理", + name: "塔吊管理_设备管理5", component: (resolve) => require(["../views/projectFront/towerCrane/basicInfo.vue"], resolve), }, @@ -3463,45 +3463,45 @@ const routes2 = [ }, { path: "projectOverview/index", - name: "数据看板-首页概览", + name: "数据看板-首页概览3", component: () => import("@/views/projectAdmin/dataBoard/index.vue"), }, { path: "projectOverview/digitalSite", - name: "数据看板-数字工地", + name: "数据看板-数字工地3", component: () => import("@/views/projectAdmin/dataBoard/digitalSite"), }, { path: "projectOverview/laborManage", - name: "数据看板-劳务管理", + name: "数据看板-劳务管理3", component: () => import("@/views/projectAdmin/dataBoard/laborManage.vue"), }, { path: "projectOverview/environment", - name: "数据看板-环境监测", + name: "数据看板-环境监测3", component: () => import("@/views/projectAdmin/dataBoard/environment.vue"), }, { path: "projectOverview/material", - name: "数据看板-材料管理", + name: "数据看板-材料管理3", component: () => import("@/views/projectAdmin/dataBoard/material/index.vue"), }, { path: "projectOverview/plan", - name: "数据看板-进度计划", + name: "数据看板-进度计划3", component: () => import("@/views/projectAdmin/dataBoard/plan.vue"), }, { path: "projectOverview/secure", - name: "数据看板-安全管理", + name: "数据看板-安全管理3", component: () => import("@/views/projectAdmin/dataBoard/secure.vue"), }, { path: "projectOverview/quality", - name: "数据看板-质量管理", + name: "数据看板-质量管理3", component: () => import("@/views/projectAdmin/dataBoard/quality"), }, ], @@ -3626,7 +3626,7 @@ const routes2 = [ // 质量标准 省标准 { path: "/projectQu/qualityStandard/provincialStandard", - name: "projectQuNationalStandard", + name: "projectQuNationalStandard1", component: () => import("@/views/projectQu/qualityStandard/provincialStandard.vue"), }, @@ -3723,7 +3723,7 @@ const routes2 = [ // 劳务管理--人员审批 { path: "/projectQu/labor/personAudit", - name: "劳务管理_人员审核", + name: "劳务管理_人员审核3", component: () => import("@/views/projectFront/laborManage/personAudit.vue"), }, @@ -3737,7 +3737,7 @@ const routes2 = [ //劳务管理--人员考勤 { path: "/projectQu/labor/attendanceManage", - name: "劳务管理_人员考勤", + name: "劳务管理_人员考勤3", component: () => import( "@/views/projectFront/laborManage/attendanceManage/attendanceManage.vue" @@ -3814,7 +3814,7 @@ const routes2 = [ }, { path: "/projectQu/labor/addLED", - name: "劳务管理_人员审核", + name: "劳务管理_人员审核4", component: () => import("@/views/projectFront/laborManage/LEDBigScreen/addLED.vue"), }, @@ -3909,12 +3909,12 @@ const routes2 = [ //塔吊管理塔吊管理 { path: "/projectQu/towerCrane/home", //塔吊管理 首页 - name: "塔吊管理_首页", + name: "塔吊管理_首页3", component: () => import("@/views/projectFront/towerCrane/home.vue"), }, { path: "/projectQu/towerCrane/antiCollision", //塔吊管理 群塔防碰撞 - name: "塔吊管理_群塔防碰撞", + name: "塔吊管理_群塔防碰撞3", component: (resolve) => require([ "@/views/projectFront/towerCrane/antiCollision.vue", @@ -3922,7 +3922,7 @@ const routes2 = [ }, { path: "/projectQu/towerCrane/monitoringStatistics", //塔吊管理 监控统计 - name: "塔吊管理_监控统计", + name: "塔吊管理_监控统计3", component: (resolve) => require([ "@/views/projectFront/towerCrane/monitoringStatistics.vue", @@ -3938,7 +3938,7 @@ const routes2 = [ }, { path: "/projectQu/towerCrane/basicInfo", //塔吊管理 点位配置 - name: "塔吊管理_设备管理", + name: "塔吊管理_设备管理6", component: (resolve) => require(["@/views/projectFront/towerCrane/basicInfo.vue"], resolve), }, @@ -3956,19 +3956,19 @@ const routes2 = [ }, { path: "/projectQu/towerCrane/Nut", //塔吊管理 设备维保 - name: "塔吊管理_螺栓列表", + name: "塔吊管理_螺栓列表3", component: (resolve) => require(["@/views/projectFront/towerCrane/Nut.vue"], resolve), }, { path: "/projectQu/towerCrane/Jacking", //塔吊管理 设备维保 - name: "塔吊管理_顶升记录", + name: "塔吊管理_顶升记录3", component: (resolve) => require(["@/views/projectFront/towerCrane/Jacking.vue"], resolve), }, { path: "/projectQu/towerCrane/siteVisualization", //塔吊管理 塔吊可视化 - name: "塔吊管理_工地可视化", + name: "塔吊管理_工地可视化3", component: (resolve) => require([ "@/views/projectFront/towerCrane/siteVisualization.vue", @@ -3976,74 +3976,74 @@ const routes2 = [ }, { path: "/projectQu/towerCrane/bimDemo", //塔吊管理 塔吊可视化 - name: "塔吊管理_demo", + name: "塔吊管理_demo2", component: (resolve) => require(["@/views/projectFront/towerCrane/bimDemo.vue"], resolve), }, { path: "/projectQu/towerCrane/brand", //塔吊管理 设备维保 - name: "塔吊管理_塔吊品牌管理", + name: "塔吊管理_塔吊品牌管理2", component: (resolve) => require(["@/views/projectFront/towerCrane/brand.vue"], resolve), }, { path: "/projectQu/towerCrane/historyData", - name: "塔吊管理_历史数据", + name: "塔吊管理_历史数据2", component: (resolve) => require(["@/views/projectFront/towerCrane/historyData.vue"], resolve), }, // 升降机管理 { path: "/projectQu/lifter/basicInfo", //升降机管理 基本信息 - name: "升降机管理_基本信息", + name: "升降机管理_基本信息2", component: (resolve) => require(["@/views/projectFront/lifter/basicInfo.vue"], resolve), }, { path: "/projectQu/lifter/lifterInfo", //升降机管理 设备管理 - name: "升降机管理_设备管理", + name: "升降机管理_设备管理2", component: (resolve) => require(["@/views/projectFront/lifter/lifterInfo.vue"], resolve), }, { path: "/projectQu/lifter/operationInfo", //升降机管理 运营信息 - name: "升降机管理_运行数据", + name: "升降机管理_运行数据3", component: (resolve) => require(["@/views/projectFront/lifter/operationInfo.vue"], resolve), }, { path: "/projectQu/lifter/earlyWarning", //升降机管理 运营信息 暗色版 - name: "升降机管理_预警分析", + name: "升降机管理_预警分析2", component: (resolve) => require(["@/views/projectFront/lifter/earlyWarning.vue"], resolve), }, { path: "/projectQu/lifter/alarmInfo", //升降机管理 报警信息 - name: "升降机管理_报警信息", + name: "升降机管理_报警信息2", component: (resolve) => require(["@/views/projectFront/lifter/alarmInfo.vue"], resolve), }, { path: "/projectQu/lifter/devMaintain", //升降机管理 设备维保 - name: "升降机管理_设备维保", + name: "升降机管理_设备维保2", component: (resolve) => require(["@/views/projectFront/lifter/devMaintain.vue"], resolve), }, { path: "/projectQu/quality/criterion", //质量管理 -- 标准中心 - name: "质量管理_标准中心", + name: "质量管理_标准中心2", component: (resolve) => require(["@/views/projectFront/quality/criterion.vue"], resolve), }, { path: "/projectQu/quality/business", //质量管理 -- 业务中心 - name: "质量管理_业务中心", + name: "质量管理_业务中心2", component: (resolve) => require(["@/views/projectFront/quality/business.vue"], resolve), }, { path: "/projectQu/quality/recordsCenter", //质量管理 -- 数据中心 - name: "质量管理_数据中心", + name: "质量管理_数据中心2", component: (resolve) => require(["@/views/projectFront/quality/recordsCenter.vue"], resolve), }, @@ -4051,7 +4051,7 @@ const routes2 = [ // 材料管理 { path: "/projectQu/materialManage/constructionTeamManage", - name: "材料管理_资源中心_施工队伍管理", + name: "材料管理_资源中心_施工队伍管理2", component: () => import( "@/views/projectFront/materialManage/constructionTeamManage.vue" @@ -4059,82 +4059,82 @@ const routes2 = [ }, { path: "/projectQu/materialManage/materialManage", - name: "材料管理_资源中心_材料字典", + name: "材料管理_资源中心_材料字典2", component: () => import("@/views/projectFront/materialManage/materialManage.vue"), }, { path: "/projectQu/materialManage/cooperationUnit", - name: "材料管理_资源中心_合作单位", + name: "材料管理_资源中心_合作单位2", component: () => import("@/views/projectFront/materialManage/cooperationUnit.vue"), }, { path: "/projectQu/materialManage/projectSiteManage", - name: "材料管理_资源中心_工程部位管理", + name: "材料管理_资源中心_工程部位管理2", component: () => import("@/views/projectFront/materialManage/projectSiteManage.vue"), }, { path: "/projectQu/materialManage/materialContract", - name: "材料管理_资源中心_材料合同", + name: "材料管理_资源中心_材料合同1", component: () => import("@/views/companyAdmin/material/materialContract.vue"), }, { path: "/projectQu/materialManage/warehouseManage", - name: "材料管理_资源中心_库房字典", + name: "材料管理_资源中心_库房字典1", component: () => import("@/views/projectFront/materialManage/warehouseManage.vue"), }, { path: "/projectQu/materialManage/materialPriceBack", - name: "材料管理_资源中心_材料价格库", + name: "材料管理_资源中心_材料价格库1", component: () => import("@/views/projectFront/materialManage/materialPriceBack.vue"), }, { path: "/projectQu/materialManage/thisProjectOrder", - name: "材料管理_资源中心_本项目订单", + name: "材料管理_资源中心_本项目订单1", component: () => import("@/views/projectFront/materialManage/thisProjectOrder.vue"), }, { path: "/projectQu/materialManage/thisProjectWaybill", - name: "材料管理_资源中心_本项目运单", + name: "材料管理_资源中心_本项目运单1", component: () => import("@/views/projectFront/materialManage/thisProjectWaybill.vue"), }, { path: "/projectQu/materialManage/materialWeightList", - name: "材料管理_作业中心_榜单台账", + name: "材料管理_作业中心_榜单台账3", component: () => import("@/views/projectFront/materialManage/materialWeightList.vue"), }, // 项目概况 { path: "/projectQu/summary/baseInfo", - name: "项目概况_项目基础信息", + name: "项目概况_项目基础信息1", component: () => import("@/views/projectFront/projectSummary/baseInfo.vue"), }, //档案管理 { path: "/projectQu/fileManage/fileManage", - name: "档案管理_档案管理", + name: "档案管理_档案管理1", component: () => import("@/views/projectFront/fileManage/fileManage.vue"), }, // 进度计划 { path: "/projectQu/plan", - name: "进度计划", + name: "进度计划1", component: () => import("@/views/projectAdmin/dataBoard/plan.vue"), }, // 扬尘监测 { path: "/projectQu/environmentalMonitor/reportForm", - name: "数据台账", + name: "数据台账1", component: () => import("@/views/projectFront/environmentalMonitor/reportForm.vue"), }, @@ -4148,7 +4148,7 @@ const routes2 = [ }, { path: "/projectQu/environmentalOverview", - name: "绿色施工总览", + name: "绿色施工总览2", component: (resolve) => require([ "@/views/projectFront/environmentalMonitor/overview.vue", @@ -4175,25 +4175,25 @@ const routes2 = [ // 高支模 { path: "/projectQu/highModulus/pointManage", - name: "高支模监测系统_点位配置", + name: "高支模监测系统_点位配置2", component: () => import("@/views/projectFront/highModulus/pointManage.vue"), }, { path: "/projectQu/highModulus/planConfig", - name: "高支模监测系统_平面图配置", + name: "高支模监测系统_平面图配置2", component: () => import("@/views/projectFront/highModulus/planConfig.vue"), }, { path: "/projectQu/highModulus/manageStandards", - name: "高支模监测系统_管理标准", + name: "高支模监测系统_管理标准2", component: () => import("@/views/projectFront/highModulus/manageStandards.vue"), }, { path: "/projectQu/highModulus/alarmInfo", - name: "高支模监测系统_报警信息", + name: "高支模监测系统_报警信息2", component: () => import("@/views/projectFront/highModulus/alarmInfo.vue"), }, @@ -4216,7 +4216,7 @@ const routes2 = [ }, { path: "/projectQu/electricOverview", - name: "电箱管理总览", + name: "电箱管理总览2", component: (resolve) => require(["@/views/projectFront/electricBox/overview.vue"], resolve), }, @@ -4229,7 +4229,7 @@ const routes2 = [ // 深基坑监测系统 { path: "/projectQu/deepFoundationPitManage/realTimeData", - name: "深基坑监测系统_实时数据", + name: "深基坑监测系统_实时数据2", component: () => import( "@/views/projectFront/deepFoundationPitManage/realTimeData.vue" @@ -4237,7 +4237,7 @@ const routes2 = [ }, { path: "/projectQu/deepFoundationPitManage/monitorData", - name: "深基坑监测系统_基坑监测", + name: "深基坑监测系统_基坑监测2", component: () => import( "@/views/projectFront/deepFoundationPitManage/monitorData.vue" @@ -4245,7 +4245,7 @@ const routes2 = [ }, { path: "/projectQu/deepFoundationPitManage/dataConfig", - name: "深基坑监测系统_基坑配置", + name: "深基坑监测系统_基坑配置2", component: () => import("@/views/projectFront/deepFoundationPitManage/dataConfig.vue"), }, @@ -4400,13 +4400,13 @@ const routes2 = [ }, { path: "/projectQu/controlCenter/coordination/projectOverview", - name: "项目概览", + name: "项目概览1", component: () => import("@/views/projectQu/noData.vue"), }, // 业务中心 { path: "/projectQu/business/overview", - name: "项目概览", + name: "项目概览2", component: () => import("@/views/projectQu/noData.vue"), }, { @@ -4416,7 +4416,7 @@ const routes2 = [ }, { path: "/projectQu/business/securityManage", - name: "安全管理", + name: "安全管理2", component: () => import("@/views/projectQu/noData.vue"), }, { @@ -4441,7 +4441,7 @@ const routes2 = [ }, { path: "/projectQu/business/qualityManage", - name: "质量管理", + name: "质量管理2", component: () => import("@/views/projectQu/noData.vue"), }, { @@ -4635,7 +4635,7 @@ var devRoutes = { }, { path: "basicInfo", //塔吊管理 基本信息 - name: "塔吊管理_设备管理", + name: "塔吊管理_设备管理7", component: (resolve) => require(["../views/projectFront/towerCrane/basicInfo.vue"], resolve), }, @@ -4690,30 +4690,30 @@ if (isDockingToWoer) { }, { path: "/project/towerCrane/home", - name: "塔吊管理_首页", + name: "塔吊管理_首页4", component: () => import("@/views/projectFront/towerCrane/home.vue"), }, { path: "/project/towerCrane/antiCollision", - name: "塔吊管理_群塔防碰撞", + name: "塔吊管理_群塔防碰撞4", component: () => import("@/views/projectFront/towerCrane/antiCollision.vue"), }, { path: "/project/towerCrane/monitoringStatistics", - name: "塔吊管理_监控统计", + name: "塔吊管理_监控统计4", component: () => import("@/views/projectFront/towerCrane/monitoringStatistics.vue"), }, { path: "/project/towerCrane/reportForm", - name: "塔吊管理_报表导出", + name: "塔吊管理_报表导出3", component: () => import("@/views/projectFront/towerCrane/reportForm.vue"), }, { path: "/project/towerCrane/basicInfo", - name: "塔吊管理_设备管理", + name: "塔吊管理_设备管理8", component: () => import("@/views/projectFront/towerCrane/basicInfo.vue"), }, diff --git a/src/router/largeScreen/forth.js b/src/router/largeScreen/forth.js index b95ab0fb..09002ecc 100644 --- a/src/router/largeScreen/forth.js +++ b/src/router/largeScreen/forth.js @@ -5,7 +5,7 @@ export default { //中建四局项目 { path: 'command', - name: '指挥中心', + name: '指挥中心2', component: () => import('@/views/projectAdmin/fourEngin/command') }, { @@ -15,42 +15,42 @@ export default { }, { path: 'sourse', - name: '资源管理', + name: '资源管理1', component: () => import('@/views/projectAdmin/fourEngin/sourse') }, { path: 'progress', - name: '进度管理', + name: '进度管理1', component: () => import('@/views/projectAdmin/fourEngin/progress') }, { path: 'security', - name: '安全管理', + name: '安全管理1', component: () => import('@/views/projectAdmin/fourEngin/security') }, { path: 'quality', - name: '质量管理', + name: '质量管理1', component: () => import('@/views/projectAdmin/fourEngin/quality') }, { path: 'carbon', - name: '双碳管理', + name: '双碳管理1', component: () => import('@/views/projectAdmin/fourEngin/carbon') }, { path: 'monitor', - name: '监控大屏', + name: '监控大屏1', component: () => import('@/views/projectAdmin/fourEngin/monitor') }, { path: 'govComp', - name: '政企联合', + name: '政企联合1', component: () => import('@/views/projectAdmin/fourEngin/govComp') }, { path: 'cloudBased', - name: '云端建造', + name: '云端建造1', component: () => import('@/views/projectAdmin/fourEngin/cloudBased') }, diff --git a/src/router/largeScreen/zjsj.js b/src/router/largeScreen/zjsj.js index 483b1749..5acf1ad1 100644 --- a/src/router/largeScreen/zjsj.js +++ b/src/router/largeScreen/zjsj.js @@ -4,7 +4,7 @@ export default { children:[ { path: 'command', - name: '指挥中心', + name: '指挥中心1', component: () => import('@/views/projectAdmin/zjsj/command') }, { @@ -14,12 +14,12 @@ export default { }, { path: 'sourse', - name: '资源管理', + name: '资源管理2', component: () => import('@/views/projectAdmin/zjsj/sourse') }, { path: 'progress', - name: '进度管理', + name: '进度管理2', component: () => import('@/views/projectAdmin/zjsj/progress') }, { diff --git a/src/store/index.js b/src/store/index.js index 0d040d2b..d76a5a6e 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -46,19 +46,19 @@ export default new Vuex.Store({ PAGESIZRS: [10, 20, 30, 50], // UPLOADURL:' http://101.43.164.214:11111/upload/image/',// 百色 // FILEURL:' http://101.43.164.214:11111/image/',// 百色 - UPLOADURL:'http://192.168.34.221:9111/upload/image/',// 郭圣雄 - FILEURL:'http://192.168.34.221:9111/image/',//郭圣雄 + // UPLOADURL:'http://192.168.34.221:9111/upload/image/',// 郭圣雄 + // FILEURL:'http://192.168.34.221:9111/image/',//郭圣雄 // UPLOADURL:'http://10.0.1.43:6023/upload/image',//测试 // FILEURL:'http://10.0.1.43:6023/image/',//测试 BASEURL: baseUrl ? baseUrl : window.location.protocol + "//" + window.location.host + "/", //正式环境 - // UPLOADURL: - // window.location.protocol + - // "//" + - // window.location.host + - // "/upload/image", //正式环境 - // FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境 + UPLOADURL: + window.location.protocol + + "//" + + window.location.host + + "/upload/image", //正式环境 + FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境 //--------------------------------------------------------------------------------------------- // BASEURL: baseUrl // ? baseUrl diff --git a/src/views/home/login_v1.vue b/src/views/home/login_v1.vue index 765f3074..cf8ab3a7 100644 --- a/src/views/home/login_v1.vue +++ b/src/views/home/login_v1.vue @@ -844,6 +844,8 @@ export default { this.$router.push('/projectIndex') } else if (data.styleType == 2) { this.$router.push('/projectV2/taskList') + } else if (data.styleType == 7) { + this.$router.push('/projectIndex') } else { this.$router.push('/projectV3/taskList') } diff --git a/src/views/projectAdmin/fourEngin/govComp/Col2.vue b/src/views/projectAdmin/fourEngin/govComp/Col2.vue index cf4948fb..35289f10 100644 --- a/src/views/projectAdmin/fourEngin/govComp/Col2.vue +++ b/src/views/projectAdmin/fourEngin/govComp/Col2.vue @@ -44,6 +44,24 @@ export default { data() { return { contentList: [ + { + time: '2024-02-27', + question: 1, + utils: '广州市建设工程安全监督站', + safe: '卢位昌、王章浩', + type: '安全', + position: '地上结构', + change: '是' + }, + { + time: '2024-02-19', + question: 1, + utils: '广州市建设工程安全监督站', + safe: '卢位昌、王章浩', + type: '安全', + position: '地上结构', + change: '是' + }, { time: '2023-01-25', question: 1, diff --git a/src/views/projectAdmin/fourEngin/sourse/leftTop.vue b/src/views/projectAdmin/fourEngin/sourse/leftTop.vue index 14376599..e9a80c3b 100644 --- a/src/views/projectAdmin/fourEngin/sourse/leftTop.vue +++ b/src/views/projectAdmin/fourEngin/sourse/leftTop.vue @@ -106,15 +106,16 @@ export default { this.typeId = res.result[0].id; } else { res.result.forEach((element) => { - if (element.name === "幕墙(㎡)") { + if (element.name === "混凝土(m³)") { this.typeId = element.id; } }); } - const currentDate = new Date(); // 创建一个表示当前日期的对象 - // 设置为本年的第一天(1月1号) - currentDate.setMonth(0); - this.checkDate = moment(currentDate).format("YYYY-MM"); + // const currentDate = new Date(); // 创建一个表示当前日期的对象 + // // 设置为本年的第一天(1月1号) + // currentDate.setMonth(0); + // this.checkDate = moment(currentDate).format("YYYY-MM"); + this.checkDate = "2023-01" this.getData(); } diff --git a/src/views/projectAdmin/fourEngin/sourse/rightTop.vue b/src/views/projectAdmin/fourEngin/sourse/rightTop.vue index c3f624e4..e9ac1bea 100644 --- a/src/views/projectAdmin/fourEngin/sourse/rightTop.vue +++ b/src/views/projectAdmin/fourEngin/sourse/rightTop.vue @@ -379,13 +379,14 @@ export default { this.typeId = res.result[0].id } else { res.result.forEach(element => { - if (element.name === '幕墙(㎡)') { + if (element.name === '混凝土(m³)') { this.typeId = element.id } }) } - const currentDate = new Date(); // 创建一个表示当前日期的对象 - this.checkDate = moment(currentDate).format("YYYY"); + // const currentDate = new Date(); // 创建一个表示当前日期的对象 + // this.checkDate = moment(currentDate).format("YYYY"); + this.checkDate = "2023" this.getgetPassConsumeRatioList() this.isblock = true } diff --git a/src/views/projectAdmin/projectIndex.vue b/src/views/projectAdmin/projectIndex.vue index a94600a0..e6da5fbf 100644 --- a/src/views/projectAdmin/projectIndex.vue +++ b/src/views/projectAdmin/projectIndex.vue @@ -328,7 +328,7 @@ export default { }, //为了展示未解锁产品,所以需要查询所有模块 getAllModule(half) { - getAllModuleApi({ moduleType: 2 }).then((res) => { + getAllModuleApi({ moduleType: 2, styleType: this.$store.state.userInfo.styleType }).then((res) => { if (res.success) { var all = res.result; console.log("all", all); @@ -342,7 +342,6 @@ export default { }); }); this.list = all; - console.log(this.list); this.$nextTick(() => { var projectIndex = document.getElementById("projectIndex");