export default [ // 消息记录 { path: 'messageReminder', name: 'messageReminder', component: () => import('@/views/MessageReminder') }, // /* 设备管理首页*/ { path: 'Equipment/EquipmentIndex', name: 'EquipmentIndex', component: () => import('@/views/Device/EquipmentIndex.vue') }, { path: 'Equipment/EquipmentMap', name: 'EquipmentMap', component: () => import('@/views/Device/performanceAnalysis/EquipmentMap.vue') }, // /* 资源管理 ---> 基础扩展配置 */ { path: 'Equipment/resourceManage/BasicExtension', name: 'BasicExtension', component: () => import('@/views/Device/resourceManage/BasicExtension.vue') }, // /* 资源管理 ---> 单位管理 */ { path: 'Equipment/resourceManage/UnitManage', name: 'UnitManage', component: () => import('@/views/Device/resourceManage/UnitManage.vue') }, // /* 资源管理 ---> 人员管理 */ { path: 'Equipment/resourceManage/UserManage', name: 'UserManage', component: () => import('@/views/Device/resourceManage/UserManage.vue') }, // /* 资源管理 ---> 合同管理 */ { path: 'Equipment/resourceManage/ContractManage', name: 'ContractManage', component: () => import('@/views/Device/resourceManage/ContractManage.vue') }, // /* 资源管理 ---> 合同管理 ---> 关联设备 */ { path: 'Equipment/resourceManage/components/relatedEquiment', name: 'relatedEquiment', component: () => import('@/views/Device/resourceManage/components/relatedEquiment.vue') }, // /* 资源管理 ---> 备品件管理 */ { path: 'Equipment/resourceManage/SpareManage', name: 'SpareManage', component: () => import('@/views/Device/resourceManage/SpareManage.vue') }, // /* 资源管理 ---> 备件库管理 */ { path: 'Equipment/resourceManage/SpareWarehouseManage', name: 'SpareWarehouseManage', component: () => import('@/views/Device/resourceManage/SpareWarehouseManage.vue') }, // /* 资源管理 ---> 区域管理 */ { path: 'Equipment/resourceManage/RegionManage', name: 'RegionManage', component: () => import('@/views/Device/resourceManage/RegionManage.vue') }, // /* 资源管理 ---> 采集任务 */ { path: 'Equipment/resourceManage/CollectionTask', name: 'CollectionTask', component: () => import('@/views/Device/resourceManage/CollectionTask.vue') }, // /* 资源管理 ---> 采集任务 ---> 任务日志 */ { path: 'Equipment/resourceManage/components/LogQuery', name: 'LogQuery', component: () => import('@/views/Device/resourceManage/components/logQuery.vue') }, // /* 设备管理 ---> 设备管理 */ { path: 'Equipment/deviceManage/EquipmentManage', name: 'EquipmentManage', component: () => import('@/views/Device/deviceManage/EquipmentManage.vue') }, // /* 设备管理 ---> 对接设备监控 */ { path: 'Equipment/deviceManage/EquipmentMonitoring', name: 'EquipmentMonitoring', component: () => import('@/views/Device/deviceManage/EquipmentMonitoring.vue') }, // /* 设备管理 ---> 设备管理 ---> 设备详情 */ { path: 'Equipment/deviceManage/components/EquipmentDetails', name: 'EquipmentDetails', component: () => import('@/views/Device/deviceManage/components/EquipmentDetails/index.vue') }, // /* 设备管理 ---> 产品管理 */ { path: 'Equipment/deviceManage/ProductManage', name: 'ProductManage', component: () => import('@/views/Device/deviceManage/ProductManage.vue') }, // /* 设备管理 ---> 视频设施 */ { path: 'Equipment/deviceManage/VideoFacilities', name: 'VideoFacilities', component: () => import('@/views/Device/deviceManage/VideoFacilities.vue') }, // /* 设备管理 ---> 视频导入 */ { path: 'Equipment/deviceManage/videoImport', name: 'videoImport', component: () => import('@/views/Device/deviceManage/videoImport.vue') }, // /* 设备管理 ---> 视频设施 ---> 视频详情 */ { path: 'Equipment/deviceManage/components/VideoDetails', name: 'VideoDetails', component: () => import('@/views/Device/deviceManage/components/VideoDetails.vue') }, // /* 设备管理 ---> 产品管理 ---> 产品管理 */ { path: 'Equipment/deviceManage/ProductManage/ProductDetails', name: 'ProductDetails', component: () => import('@/views/Device/deviceManage/components/ProductDetails.vue') }, // /* 设备管理 ---> 产品管理 */ { path: 'Equipment/deviceManage/GroupingManage', name: 'GroupingManage', component: () => import('@/views/Device/deviceManage/GroupingManage.vue') }, // /* 设备管理 ---> 产品分类 */ { path: 'Equipment/deviceManage/ProductType', name: 'ProductType', component: () => import('@/views/Device/deviceManage/ProductType.vue') }, // /* 设备监测 ---> 设备告警 */ { path: 'Equipment/deviceMonitor/deviceAlarm', name: 'deviceAlarm', component: () => import('@/views/Device/deviceMonitor/deviceAlarm.vue') }, // /* 设备监测 ---> 视频监控 */ { path: 'Equipment/deviceMonitor/VideoMonitor', name: 'VideoMonitor', component: () => import('@/views/Device/deviceMonitor/VideoMonitor.vue') }, // /* 设备管理 ---> 设备维护 */ { path: 'Equipment/deviceMonitor/EquipmentMaintain', name: 'EquipmentMaintain', component: () => import('@/views/Device/deviceMonitor/EquipmentMaintain.vue') }, // /* 设备管理 ---> 预警信息 */ { path: 'Equipment/deviceMonitor/EquipmentEventInfo', name: 'EquipmentEventInfo', component: () => import('@/views/Device/deviceMonitor/EquipmentEventInfo.vue') }, // /* 设备管理 ---> 设备管理 ---> 设备维护弹层 */ { path: 'Equipment/deviceMonitor/components/MaintainDetails', name: 'MaintainDetails', component: () => import('@/views/Device/deviceMonitor/components/MaintainDetails.vue') }, // /* 运维考核 ---> 单位考核 */ { path: 'Equipment/operationCheck/UnitCheck', name: 'UnitCheck', component: () => import('@/views/Device/operationCheck/UnitCheck.vue') }, // /* 运维考核 ---> 合同考核 */ { path: 'Equipment/operationCheck/ContractCheck', name: 'ContractCheck', component: () => import('@/views/Device/operationCheck/ContractCheck.vue') }, // /* 运维考核 ---> 考核项目 */ { path: 'Equipment/operationCheck/CheckItem', name: 'CheckItem', component: () => import('@/views/Device/operationCheck/CheckItem.vue') }, // /* 危险源设备 ---> 实时监测 */ { path: 'Equipment/dangerousDevice/RealTimeMonitor', name: 'RealTimeMonitor', component: () => import('@/views/Device/dangerousDevice/RealTimeMonitor.vue') }, // /* 危险源设备 ---> 事件信息 */ { path: 'Equipment/dangerousDevice/EventInfo', name: 'EventInfo', component: () => import('@/views/Device/dangerousDevice/EventInfo.vue') }, // /* 危险源设备 ---> 统计分析 */ { path: 'Equipment/dangerousDevice/Analysis', name: 'Analysis', component: () => import('@/views/Device/dangerousDevice/Analysis.vue') }, // /* 危险源设备 ---> 预警监控 */ { path: 'Equipment/dangerousDevice/EarlyWarningMonitoring', name: 'EarlyWarningMonitoring', component: () => import('@/views/Device/dangerousDevice/EarlyWarningMonitoring') }, // /* 危险源设备 ---> 设备维护 */ { path: 'Equipment/dangerousDevice/dangerousDeviceMaintenance', name: 'dangerousDeviceMaintenance', component: () => import('@/views/Device/deviceManage/EquipmentManage.vue') }, // /* 积水设备 ---> 实时监测 */ { path: 'Equipment/hydropsDevice/RealTimeMonitorHydrops', name: 'RealTimeMonitorHydrops', component: () => import('@/views/Device/hydropsDevice/RealTimeMonitorHydrops.vue') }, // /* 积水设备 ---> 事件信息 */ { path: 'Equipment/hydropsDevice/EventInfoHydrops', name: 'EventInfoHydrops', component: () => import('@/views/Device/hydropsDevice/EventInfoHydrops.vue') }, // /* 积水设备 ---> 统计分析 */ { path: 'Equipment/hydropsDevice/AnalysisHydrops', name: 'AnalysisHydrops', component: () => import('@/views/Device/hydropsDevice/AnalysisHydrops.vue') }, // /* 积水设备 ---> 年度统计 */ { path: 'Equipment/hydropsDevice/hydropsYear', name: 'hydropsYear', component: () => import('@/views/Device/hydropsDevice/hydropsYear.vue') }, // /* 积水设备 ---> 预警监控 */ { path: 'Equipment/hydropsDevice/EarlyWarningMonitoringH', name: 'EarlyWarningMonitoringH', component: () => import('@/views/Device/hydropsDevice/EarlyWarningMonitoringH') }, // /* 积水设备 ---> 设备维护 */ { path: 'Equipment/hydropsDevice/hydropsDeviceMaintenance', name: 'hydropsDeviceMaintenance', component: () => import('@/views/Device/deviceManage/EquipmentManage.vue') }, // /* 标识牌设备 ---> 实时监测 */ { path: 'Equipment/signboardDevice/RealTimeMonitorSignboard', name: 'RealTimeMonitorSignboard', component: () => import('@/views/Device/signboardDevice/RealTimeMonitorSignboard.vue') }, // /* 标识牌设备 ---> 事件信息 */ { path: 'Equipment/signboardDevice/EventInfoSignboard', name: 'EventInfoSignboard', component: () => import('@/views/Device/signboardDevice/EventInfoSignboard.vue') }, // /* 标识牌设备 ---> 统计分析 */ { path: 'Equipment/signboardDevice/AnalysisSignboard', name: 'AnalysisSignboard', component: () => import('@/views/Device/signboardDevice/AnalysisSignboard.vue') }, // /* 标识牌设备 ---> 预警监控 */ { path: 'Equipment/signboardDevice/EarlyWarningMonitoringS', name: 'EarlyWarningMonitoringS', component: () => import('@/views/Device/signboardDevice/EarlyWarningMonitoringS') }, // /* 标识牌设备 ---> 设备维护 */ { path: 'Equipment/signboardDevice/signboardDeviceMaintenance', name: 'signboardDeviceMaintenance', component: () => import('@/views/Device/deviceManage/EquipmentManage.vue') }, // /* 防爆路障 ---> 实时监测 */ { path: 'Equipment/riotBarricade/RealTimeMonitorBiot', name: 'RealTimeMonitorBiot', component: () => import('@/views/Device/riotBarricade/RealTimeMonitorBiot.vue') }, // /* 防爆路障 ---> 事件信息 */ { path: 'Equipment/riotBarricade/EventInfoRiot', name: 'EventInfoRiot', component: () => import('@/views/Device/riotBarricade/EventInfoRiot.vue') }, // /* 防爆路障 ---> 操控日志 */ { path: 'Equipment/riotBarricade/ControlLog', name: 'ControlLog', component: () => import('@/views/Device/riotBarricade/ControlLog.vue') }, // /* 防爆路障 ---> 路障设备 */ { path: 'Equipment/riotBarricade/BarricadeEquipment', name: 'BarricadeEquipment', component: () => import('@/views/Device/riotBarricade/BarricadeEquipment/index.vue') }, // /* 防爆路障 ---> 统计分析 */ { path: 'Equipment/riotBarricade/AnalysisRiot', name: 'AnalysisRiot', component: () => import('@/views/Device/riotBarricade/AnalysisRiot.vue') }, // /* 防爆路障 ---> 设备维护 */ { path: 'Equipment/riotBarricade/riotBarricadeMaintenance', name: 'riotBarricadeMaintenance', component: () => import('@/views/Device/deviceManage/EquipmentManage.vue') }, // /* 性能分析 ---> 设备地图 */ // { // path: "Equipment/performanceAnalysis/EquipmentMap", // name: "EquipmentMap", // component: () => import("@/views/Device/performanceAnalysis/EquipmentMap.vue") // }, // { // path: "Equipment/performanceAnalysis/href/template/:alias", // name: "href", // component: () => import("@/components/common/ComponentHref.vue") // }, // /* 性能分析 ---> 故障统计 */ { path: 'Equipment/performanceAnalysis/gztj', name: 'gztj', component: () => import('@/views/Device/performanceAnalysis/gztj.vue') }, // /* 性能分析 ---> 时长统计 */ { path: 'Equipment/performanceAnalysis/DurationAnalysis', name: 'DurationAnalysis', component: () => import('@/views/Device/performanceAnalysis/DurationAnalysis.vue') }, // /* 性能分析 ---> 健康分析 */ { path: 'Equipment/performanceAnalysis/HealthAnalysis', name: 'HealthAnalysis', component: () => import('@/views/Device/performanceAnalysis/HealthAnalysis.vue') }, // /* 性能分析 ---> 设备分析 */ { path: 'Equipment/performanceAnalysis/DeviceAnalysis', name: 'DeviceAnalysis', component: () => import('@/views/Device/EquipmentIndex.vue') }, // /* 设备统计---设备 */ { path: 'Equipment/performanceAnalysis/devicePage', name: 'DevicePage', component: () => import('@/views/Device/components/devicePage.vue') }, // /* 设备统计---设备详情 */ { path: 'Equipment/performanceAnalysis/deviceDetails', name: 'DeviceDetails', component: () => import('@/views/Device/components/deviceDetails.vue') }, // /* 设备统计---监控 */ { path: 'Equipment/performanceAnalysis/monitorPage', name: 'MonitorPage', component: () => import('@/views/Device/components/monitorPage.vue') }, // /* 性能分析 ---> 报警分析 */ { path: 'Equipment/performanceAnalysis/AlarmAnalysis', name: 'AlarmAnalysis', component: () => import('@/views/Device/ResourceInspection/DailyInspection') }, // /* 资源巡检 ---> 巡检计划 */ { path: 'Equipment/resourceInspection/EquipmentInspectionPlan', name: 'EquipmentInspectionPlan', component: () => import('@/views/Device/ResourceInspection/EquipmentInspectionPlan') }, // /* 资源巡检 ---> 巡检任务 */ { path: 'Equipment/resourceInspection/DeviceInspectionTask', name: 'DeviceInspectionTask', component: () => import('@/views/Device/ResourceInspection/DeviceInspectionTask') }, // /* 资源巡检 ---> 巡检结果 */ { path: 'Equipment/resourceInspection/DeviceInspectionResult', name: 'DeviceInspectionResult', component: () => import('@/views/Device/ResourceInspection/DeviceInspectionResult') }, // /* 资源巡检 ---> 设备运维统分析 */ { path: 'Equipment/resourceInspection/DeviceOMAnalysis', name: 'DeviceOMAnalysis', component: () => import('@/views/Device/ResourceInspection/DeviceOMAnalysis') }, // /* 资源巡检 ---> 巡检计划 */ { path: 'Equipment/resourceInspection/dailyInspection', name: 'dailyInspection', component: () => import('@/views/Device/ResourceInspection/DailyInspection') }, // /* 资源巡检 ---> 巡检台账 */ { path: 'Equipment/resourceInspection/inspectionLedger', name: 'inspectionLedger', component: () => import('@/views/Device/ResourceInspection/InspectionLedger') }, // /* 资源巡检 ---> 日常巡检 */ { path: 'Equipment/resourceInspection/routineInspection', name: 'routineInspection', component: () => import('@/views/Device/ResourceInspection/RoutineInspection') }, // /* 资源巡检 ---> 特殊巡检 */ { path: 'Equipment/resourceInspection/specialInspection', name: 'specialInspection', component: () => import('@/views/Device/ResourceInspection/SpecialInspection') }, // /* 资源巡检 ---> 巡检结果分析 */ { path: 'Equipment/resourceInspection/analysisInspectionResults', name: 'analysisInspectionResults', component: () => import('@/views/Device/ResourceInspection/AnalysisInspectionResults') }, // /* 资源巡检 ---> 工单信息 */ { path: 'Equipment/resourceInspection/workOrderInformation', name: 'workOrderInformation', component: () => import('@/views/Device/ResourceInspection/WorkOrderInformation') }, // /* 资源巡检 ---> 维护维修 */ { path: 'Equipment/resourceInspection/maintenanceRepair', name: 'maintenanceRepair', component: () => import('@/views/Device/ResourceInspection/MaintenanceRepair') }, // /* 资源巡检 ---> 工单分析 */ { path: 'Equipment/resourceInspection/workOrderAnalysis', name: 'workOrderAnalysis', component: () => import('@/views/Device/ResourceInspection/WorkOrderAnalysis') } ]