export default [ /* 二级菜单名 ---> 三级级菜单名 */ // { // path: 'xx', // name: 'xx', // component: () => import('@/views/Manage/xx.vue') // }, { // 综合业务首页 path: 'zhyw/zhywIndex', name: 'zhywIndex', component: () => import('@/views/Manage/zhywIndex.vue') }, { // 综合业务首页 path: 'zhyw/synthesisHomePage', name: 'synthesisHomePage', component: () => import('@/views/Manage/synthesisHomePage.vue') }, { // 勤务资源管理->车辆信息 path: 'zhyw/CMGTDutyResourceManage/CMGTDutyResourceVehicle', name: 'CMGTDutyResourceVehicle', component: () => import('@/views/Manage/duty/VehicleManager.vue') }, { // 勤务资源管理->勤务小组 path: 'zhyw/CMGTDutyResourceManage/CMGTDutyResourceTeam', name: 'CMGTDutyResourceTeam', component: () => import('@/views/Manage/duty/TeamManager.vue') }, { // 勤务资源管理->队员信息 path: 'zhyw/CMGTDutyResourceManage/CMGTDutyTeamMember', name: 'CMGTDutyTeamMember', component: () => import('@/views/Manage/duty/TeamMemberManager.vue') }, { // 勤务资源管理->设备绑定队员 path: 'zhyw/CMGTDutyResourceManage/deviceBoundPlayer', name: 'deviceBoundPlayer', component: () => import('@/views/Manage/duty/TeamDeviceBoundPlayer.vue') }, { // 勤务资源管理->勤务班种 path: 'zhyw/CMGTDutyArrangementManage/CMGTDutyResourceWorkClass', name: 'CMGTDutyResourceWorkClass', component: () => import('@/views/Manage/duty/WorkclassManager.vue') }, { // 勤务资源管理->排班查询 path: 'zhyw/CMGTDutyArrangementManage/CmgtDutyOrgWorkarrangeManage', name: 'CmgtDutyOrgWorkarrangeManage', component: () => import('@/views/Manage/duty/SchedulingInquire.vue') }, { // 勤务资源管理->排班部门信息 path: 'zhyw/CMGTDutyResourceManage/CmgtDutyOrgWorkarrangeManage', name: 'CmgtDutyOrgWorkarrangeManage', component: () => import('@/views/Manage/duty/CmgtDutyOrgWorkarrangeManage.vue') }, { // 勤务资源管理->重要点位信息 path: 'zhyw/CMGTDutyResourceManage/CMGTBasePosition', name: 'CmgtBasePositionManage', component: () => import('@/views/Manage/base/CmgtBasePositionManage.vue') }, { // 综合绩效考核->考核项目 path: 'zhyw/comprehensivePerformance/assessmentItem', name: 'assessmentItem', component: () => import('@/views/Manage/performance/assessmentItem.vue') }, { // 综合绩效考核->绩效考核 path: 'zhyw/comprehensivePerformance/performanceAppraisal', name: 'performanceAppraisal', component: () => import('@/views/Manage/performance/performanceAppraisal.vue') }, { // 综合绩效考核->考勤管理 path: 'zhyw/comprehensivePerformance/attendanceManagement', name: 'attendanceManagement', component: () => import('@/views/Manage/performance/attendanceManagement.vue') }, { // 综合绩效考核->请假管理 path: 'zhyw/comprehensivePerformance/leaveManagement', name: 'leaveManagement', component: () => import('@/views/Manage/performance/leaveManagement.vue') }, { // 物资管理->物资信息 path: 'zhyw/CMGTMaterialManage/CMGTMaterialInfo', name: 'CMGTMaterialInfo', component: () => import('@/views/Manage/material/MaterialInfoManager.vue') }, { // 物资管理->库存分析 path: 'zhyw/CMGTMaterialManage/CMGTMaterialAnalysisManager', name: 'CMGTMaterialAnalysisManager', component: () => import('@/views/Manage/material/CMGTMaterialAnalysisManager.vue') }, { // 物资管理->库存分析 path: 'zhyw/CMGTMaterialManage/materialAnalysis', name: 'materialAnalysis', component: () => import('@/views/Manage/material/materialAnalysis.vue') }, { // 物资管理->供应商管理 path: 'zhyw/CMGTMaterialManage/CMGTMaterialCustomManage', name: 'CMGTMaterialCustomManage', component: () => import('@/views/Manage/material/CmgtMaterialCustomManage.vue') }, { // 物资管理->物资申请单 path: 'zhyw/CMGTMaterialManage/CMGTMaterialPurchasing', name: 'CMGTMaterialPurchasing', component: () => import('@/views/Manage/material/PurchasingManager.vue') }, { // 物资管理->物资入库 path: 'zhyw/CMGTMaterialManage/CMGTMaterialIntoWareHouse', name: 'CMGTMaterialIntoWareHouse', component: () => import('@/views/Manage/material/MaterialIntoWareHouseManager.vue') }, { // 物资管理->物资领用 path: 'zhyw/CMGTMaterialManage/CMGTMaterialOutOfWareHouse', name: 'CMGTMaterialOutOfWareHouse', component: () => import('@/views/Manage/material/MaterialOutWareHouseManager.vue') }, { // 物资管理->物资台账 path: 'zhyw/CMGTMaterialManage/CMGTMaterialAccount', name: 'CMGTMaterialAccount', component: () => import('@/views/Manage/material/MaterialAccoutManager.vue') }, { // 物资管理->采购计划单 path: 'zhyw/CMGTMaterialManage/PurchaseSchedule', name: 'PurchaseSchedule', component: () => import('@/views/Manage/material/PurchaseSchedule.vue') }, { // 物资管理->领用申请 path: 'zhyw/CMGTMaterialManage/ApplicationManager', name: 'ApplicationManager', component: () => import('@/views/Manage/material/ApplicationManager.vue') }, { // 物资管理->物资分析 path: 'zhyw/CMGTMaterialManage/CMGTMaterialAnalysisManager', name: 'CMGTMaterialAnalysisManager', component: () => import('@/views/Manage/material/CMGTMaterialAnalysisManager.vue') }, { // 物资管理->成本分析 path: 'zhyw/CMGTMaterialManage/CMGTMaterialCostAnalysis', name: 'CMGTMaterialCostAnalysis', component: () => import('@/views/Manage/material/CMGTMaterialCostAnalysis.vue') }, { // 勤务资源管理->排班 path: 'zhyw/CMGTDutyArrangementManage/CMGTDutyResourceWorkArrange', name: 'CMGTDutyResourceWorkArrange', component: () => import('@/views/Manage/duty/CmgtDutyWorkarrangeManage.vue') }, { // 勤务监督管理->执法车辆停驶情况 path: 'zhyw/CMGTDutySupervise/CMGTDutyVehicleMonitor', name: 'CmgtDutyVehicleMonitor', component: () => import('@/views/Manage/duty/CmgtDutyVehicleMonitor.vue') }, { // 勤务监督管理->车辆行驶报警分析 path: 'zhyw/CMGTDutySupervise/VehicleDrivingAlarmAnalysis', name: 'VehicleDrivingAlarmAnalysis', component: () => import('@/views/Manage/duty/VehicleDrivingAlarmAnalysis.vue') }, { // 勤务监督管理->资源优化分析 path: 'zhyw/CMGTDutySupervise/ResourceOptimizationAnalysis', name: 'ResourceOptimizationAnalysis', component: () => import('@/views/Manage/duty/ResourceOptimizationAnalysis') }, { // 勤务实时监控->车辆管区设置 path: 'zhyw/CMGTDutyResourceManage/CMGTDutyVehicleArea', name: 'CmgtDutyVehicleArea', component: () => import('@/views/Manage/duty/CmgtDutyVehicleArea.vue') }, { // 勤务监督管理->车辆位置数据 path: 'zhyw/CMGTDutyResourceManage/CMGTDutyVehicleGpsData', name: 'CmgtDutyVehicleGpsinfoManage', component: () => import('@/views/Manage/duty/CmgtDutyVehicleGpsinfoManage.vue') }, { // 勤务实时监控->全区岗位实时分布 path: 'zhyw/CMGTDutySupervise/CMGTDutyMonitorMap', name: 'CMGTDutyMonitorMap', component: () => import('@/views/Manage/duty/CMGTDutyMonitorMap.vue') }, { // 勤务实时监控->全区岗位实时分布 path: 'zhyw/CMGTDutyResourceManage/serviceStrong', name: 'serviceStrong', component: () => import('@/views/Manage/duty/serviceStrong.vue') }, { // 勤务实时监控->全区岗位实时分布 path: 'zhyw/CMGTDutyResourceManage/serviceStar', name: 'serviceStar', component: () => import('@/views/Manage/duty/serviceStar.vue') }, // { // // 勤务实时监控->全区岗位实时分布 // path: 'zhyw/CMGTDutyResourceManage/serviceStar', // name: 'serviceStar', // component: () => import('@/views/Manage/duty/serviceStar.vue') // }, { // 勤务实时监控->岗位区域设置 path: 'zhyw/CMGTDutyResourceManage/CMGTDutyPostArea', name: 'CMGTDutyPostArea', component: () => import('@/views/Manage/duty/CmgtDutyJobManage.vue') }, { // 勤务实时监控->岗位区域设置 path: 'zhyw/CMGTDutyResourceManage/CMGTDutyGrid', name: 'CMGTDutyGrid', component: () => import('@/views/Manage/duty/CMGTDutyGridManage.vue') }, { // 勤务实时监控->队员位置数据 path: 'zhyw/CMGTDutyResourceManage/CMGTDutyTeamMemberGpsInfo', name: 'CmgtDutyTeamMemberGpsinfoManage', component: () => import('@/views/Manage/duty/CmgtDutyTeamMemberGpsinfoManage.vue') }, { // 勤务优化分析->岗位巡逻情况 path: 'zhyw/CMGTDutySupervise/CMGTDutyPatrolled', name: 'CMGTDutyPatrolledMap', component: () => import('@/views/Manage/duty/CMGTDutyPatrolledMap.vue') }, { // 勤务优化分析->执勤行为分析 path: 'zhyw/CMGTDutySupervise/CMGTDutyBehaviorAnalysis', name: 'CMGTDutyBehaviorAnalysis', component: () => import('@/views/Manage/duty/CMGTDutyBehaviorAnalysis/index.vue') }, { // 勤务优化分析->执勤统计分析 path: 'zhyw/CMGTDutySupervise/CMGTDutyAnalysisRelevancy', name: 'CMGTDutyAnalysisRelevancy', component: () => import('@/views/Manage/duty/CMGTDutyAnalysisRelevancy/index.vue') }, /* 安全教育培训 ---> 培训项目设置 */ { path: 'zhyw/CMGTDutySaftyTraining/CMGTDutyTrainingProject', name: 'CmgtSaftyTrainingProjectManage', component: () => import('@/views/Manage/saftyTraining/CmgtSaftyTrainingProjectManage.vue') }, /* 安全教育培训 ---> 培训计划管理 */ { path: 'zhyw/CMGTDutySaftyTraining/CMGTSaftyTrainingPlan', name: 'CmgtSaftyTrainingPlanManage', component: () => import('@/views/Manage/saftyTraining/CmgtSaftyTrainingPlanManage.vue') }, /* 安全教育培训 ---> 活动档案查询 */ { path: 'zhyw/CMGTDutySaftyTraining/activityQuery', name: 'activityQuery', component: () => import('@/views/Manage/saftyTraining/activityQuery.vue') }, /* 安全教育培训 ---> 培训记录管理 */ { path: 'zhyw/CMGTDutySaftyTraining/CMGTDutySaftyTrainingRecord', name: 'CmgtSaftyTrainingRecordManage', component: () => import('@/views/Manage/saftyTraining/CmgtSaftyTrainingRecordManage.vue') }, /* 安全教育培训 ---> 培训反馈 */ { path: 'zhyw/CMGTDutySaftyTraining/CMGTDutySaftyTrainingFeedback', name: 'CmgtSaftyTrainingRecordDetailManage', component: () => import( '@/views/Manage/saftyTraining/CmgtSaftyTrainingRecordDetailManage.vue' ) }, /* 安全教育培训 ---> 安全消息提醒 */ { path: 'zhyw/CMGTDutySaftyTraining/securityReminder', name: 'securityReminder', component: () => import('@/views/Manage/saftyTraining/SecurityReminder') }, /* 安全教育培训 ---> 安全培训考核 */ { path: 'zhyw/CMGTDutySaftyTraining/SafetyTrainingAssessment', name: 'SafetyTrainingAssessment', component: () => import('@/views/Manage/saftyTraining/SafetyTrainingAssessment.vue') }, /* 安全计划管理---> 安全目标 */ { path: 'zhyw/CMGTSaftyPlan/CMGTSaftyTarget', name: 'CmgtSaftyTargetManage', component: () => import('@/views/Manage/saftyPlan/CmgtSaftyTargetManage.vue') }, /* 安全计划管理---> 安全计划 */ { path: 'zhyw/CMGTSaftyPlan/CMGTSaftyPlanInfo', name: 'CmgtSaftyPlanManage', component: () => import('@/views/Manage/saftyPlan/CmgtSaftyPlanManage.vue') }, /* 安全计划管理---> 安全责任书 */ { path: 'zhyw/CMGTSaftyPlan/CMGTSaftyPlanResponsibility', name: 'CmgtSaftyLiabilityManage', component: () => import('@/views/Manage/saftyPlan/CmgtSaftyLiabilityManage.vue') }, /* 安全计划管理---> 安全生产目标考核 */ { path: 'zhyw/CMGTSaftyPlan/CMGTSaftyAppraisal', name: 'CmgtSaftyAppraisalManage', component: () => import('@/views/Manage/saftyPlan/CmgtSaftyAppraisalManage.vue') }, /* 安全计划管理---> 安全隐患检查 */ { path: 'zhyw/CMGTSaftyPlan/CMGTSaftyHazardCheck', name: 'CmgtSaftyAppraisalManage', component: () => import('@/views/Manage/saftyPlan/CmgTSaftyHazardCheckManage.vue') }, /* 安全计划管理---> 安全检查记录 */ { path: 'zhyw/CMGTSaftyPlan/CMGTSaftyCheckRecord', name: 'CmgtSaftyAppraisalManage', component: () => import('@/views/Manage/saftyPlan/CmgTSaftyCheckRecordManage.vue') }, /* 隐患排查治理管理----->九小场所 */ { path: 'zhyw/CMGTSaftyDanger/nineLittlePlace', name: 'nineLittlePlace', component: () => import('@/views/Manage/saftyDanger/nineLittlePlace.vue') }, /* 隐患排查治理管理----->安全隐患排查单位 */ { path: 'zhyw/CMGTSaftyDanger/CmgtSaftyDangerUnitManage', name: 'CmgtSaftyDangerUnitManage', component: () => import('@/views/Manage/saftyDanger/CmgtSaftyDangerUnitManage.vue') }, /* 隐患排查治理管理----->其它经营场所 */ { path: 'zhyw/CMGTSaftyDanger/CmgtSaftyDangerSiteManage', name: 'CmgtSaftyDangerSiteManage', component: () => import('@/views/Manage/saftyDanger/CmgtSaftyDangerSiteManage.vue') }, /* 隐患排查治理管理----->安全隐患排查方案 */ { path: 'zhyw/CMGTSaftyDanger/program', name: 'program', component: () => import('@/views/Manage/saftyDanger/program.vue') }, /* 隐患排查治理管理----->安全隐患排查计划 */ { path: 'zhyw/CMGTSaftyDanger/CmgtSaftyDangerCheckplanManage', name: 'CmgtSaftyDangerCheckplanManage', component: () => import('@/views/Manage/saftyDanger/CmgtSaftyDangerCheckplanManage.vue') }, /* 隐患排查治理管理----->安全隐患档案 */ { path: 'zhyw/CMGTSaftyDanger/SecurityFile', name: 'SecurityFile', component: () => import('@/views/Manage/saftyDanger/SecurityFile.vue') }, /* 隐患排查治理管理----->工作提醒配置 */ { path: 'zhyw/CMGTSaftyDanger/CmgtTSaftyWorkConf', name: 'CmgtTSaftyWorkConf', component: () => import('@/views/Manage/saftyDanger/CmgtTSaftyWorkConf.vue') }, /* 隐患排查治理管理----->工作提醒查询 */ { path: 'zhyw/CMGTSaftyDanger/CmgtTSaftyWorkSend', name: 'CmgtTSaftyWorkSend', component: () => import('@/views/Manage/saftyDanger/CmgtTSaftyWorkSend.vue') }, /* 隐患排查治理管理----->工作提醒查询 */ { path: 'zhyw/CMGTSaftyDanger/FireDisasterRecord', name: 'FireDisasterRecord', component: () => import('@/views/Manage/saftyDanger/FireDisasterRecord.vue') }, /* 隐患排查治理管理----->安全检查记录 */ { path: 'zhyw/CMGTSaftyDanger/CmgtSaftyDangerCheckrecordManage', name: 'CmgtSaftyDangerCheckrecordManage', component: () => import('@/views/Manage/saftyDanger/CmgtSaftyDangerCheckrecordManage.vue') }, /* 隐患排查治理管理----->隐患整改管理 */ { path: 'zhyw/CMGTSaftyDanger/CmgtSaftyDangerRectificationManage', name: 'CmgtSaftyDangerRectificationManage', component: () => import( '@/views/Manage/saftyDanger/CmgtSaftyDangerRectificationManage.vue' ) }, /* 隐患排查治理管理----->隐患统计分析 */ { path: 'zhyw/CMGTSaftyDanger/CmgtTSaftyDangerAnalysis', name: 'CmgtTSaftyDangerAnalysis', component: () => import('@/views/Manage/saftyDanger/CmgtTSaftyDangerAnalysisManage.vue') }, /* 隐患排查治理管理----->重大隐患管理 */ { path: 'zhyw/CMGTSaftyDanger/majorHiddenDanger', name: 'majorHiddenDanger', component: () => import('@/views/Manage/saftyDanger/majorHiddenDanger.vue') }, /* 隐患排查治理管理----->培训通知提醒 */ { path: 'zhyw/CMGTSaftyDanger/trainingReminder', name: 'trainingReminder', component: () => import('@/views/Manage/saftyDanger/TrainingReminder') }, /* 防疫台帐----->登记信息 */ { path: 'zhyw/CMGTDwdEpidemic/CMGTDwdPrevention', name: 'CMGTDwdPrevention', component: () => import('@/views/Manage/dwd/DwdLkEpidemicPreventionInformationManage.vue') }, /* 防疫台帐----->舆情信息检索 */ { path: 'zhyw/CMGTDwdEpidemic/FeeInfo', name: 'FeeInfo', component: () => import('@/views/Manage/dwd/FeeInfo.vue') }, /* 统一办案----->案件审批 */ { path: 'zhyw/caseHandlingUnified/ApprovalCase', name: 'approvalCase', component: () => import('@/views/Manage/handling/ApprovalCase.vue') } ]