Commit 0289f775 authored by 李苏's avatar 李苏 💬

1

parent 83ffb747
...@@ -27,7 +27,968 @@ import Layout from '@/layout' ...@@ -27,7 +27,968 @@ import Layout from '@/layout'
activeMenu: '/system/user' // 当路由设置了该属性,则会高亮相对应的侧边栏。 activeMenu: '/system/user' // 当路由设置了该属性,则会高亮相对应的侧边栏。
} }
*/ */
export const powerRoutes=[
{
path: '/basicData',
component:() => import( "@/layout/index"),
hidden: false,
alwaysShow:true,
redirect: 'organizationalManagement',
meta: {title: "基础数据", icon: "fa-cog", noCache: false, link: null,mkid:105000000},
children: [
{
commonComponent:'organizationalManagement',
component:() => import( "@/views/basicData/organizationalManagement/index"),
hidden:false,
meta:{
"title": "组织管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'organizationalManagement',
path:"organizationalManagement"
},
{
commonComponent:'scgw',
component:() => import( "@/views/basicData/scgw/index"),
hidden:false,
meta:{
"title": "岗位管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'scgw',
path:"scgw"
},
{
commonComponent:'announcementManagement',
component:() => import( "@/views/basicData/announcementManagement/index"),
hidden:false,
meta:{
"title": "公告管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'announcementManagement',
path:"announcementManagement"
},
{
commonComponent:'securityDocumentManagement',
component:() => import( "@/views/basicData/securityDocumentManagement/index"),
hidden:false,
meta:{
"title": "安全文档管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'securityDocumentManagement',
path:"securityDocumentManagement"
},
{
commonComponent:'operationDcManagement',
component:() => import( "@/views/basicData/operationDcManagement/index"),
hidden:false,
meta:{
"title": "标准作业文档管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'operationDcManagement',
path:"operationDcManagement"
}
]
},
/* 隐患管理*/
{
path: '/dangerManagement',
component: Layout,
hidden: false,
alwaysShow:true,
redirect: 'maintenanceDg',
meta: {title: "隐患管理", icon: "fa-cog", noCache: false, link: null,mkid:105000000},
children: [
{
commonComponent:'yhfl',
component:() => import( "@/views/dangerManagement/yhfl/index"),
hidden:false,
meta:{
"title": "隐患分类",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'yhfl',
path:"yhfl"
},
{
commonComponent:'yhbzfl',
component:() => import( "@/views/dangerManagement/yhbzfl/index"),
hidden:false,
meta:{
"title": "隐患标准分类",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'yhbzfl',
path:"yhbzfl"
},
{
commonComponent:'maintenanceDg',
component:() => import( "@/views/dangerManagement/maintenanceDg/index"),
hidden:false,
meta:{
"title": "维护隐患检查标准",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'maintenanceDg',
path:"maintenanceDg"
},
{
commonComponent:'enterSafetyRecords',
component:() => import( "@/views/dangerManagement/enterSafetyRecords/index"),
hidden:false,
meta:{
"title": "录入安全隐患记录",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'enterSafetyRecords',
path:"enterSafetyRecords"
},
{
commonComponent:'safetyDisposalRecord',
component:() => import( "@/views/dangerManagement/safetyDisposalRecord/index"),
hidden:false,
meta:{
"title": "安全隐患处理记录",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'safetyDisposalRecord',
path:"safetyDisposalRecord"
},
{
commonComponent:'dangerRectificationRecord',
component:() => import( "@/views/dangerManagement/dangerRectificationRecord/index"),
hidden:false,
meta:{
"title": "录入隐患整改情况",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'dangerRectificationRecord',
path:"dangerRectificationRecord"
},
/* 10 13*/
{
commonComponent:'dangerReviewRecord',
component:() => import( "@/views/dangerManagement/dangerReviewRecord/index"),
hidden:false,
meta:{
"title": "录入隐患复查记录",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'dangerReviewRecord',
path:"dangerReviewRecord"
},
{
commonComponent:'queryDangerRecords',
component:() => import( "@/views/dangerManagement/queryDangerRecords/index"),
hidden:false,
meta:{
"title": "查询安全隐患记录",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'queryDangerRecords',
path:"queryDangerRecords"
}
]
},
/* 风险域控*/
{
path: '/riskPrecontrol',
component: Layout,
hidden: false,
alwaysShow:true,
redirect: 'screeningCriteria',
meta: {title: "风险预控", icon: "fa-cog", noCache: false, link: null,mkid:105000000},
children: [
{
commonComponent:'screeningCriteria',
component:() => import( "@/views/riskPrecontrol/screeningCriteria/index"),
hidden:false,
meta:{
"title": "维护风险排查标准",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'screeningCriteria',
path:"screeningCriteria"
},
{
commonComponent:'maintenanceRiskTask',
component:() => import( "@/views/riskPrecontrol/maintenanceRiskTask/index"),
hidden:false,
meta:{
"title": "维护风险排查任务",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'maintenanceRiskTask',
path:"maintenanceRiskTask"
},
{
commonComponent:'riskAnalysis',
component:() => import( "@/views/riskPrecontrol/riskAnalysis/index"),
hidden:false,
meta:{
"title": "风险排查综合分析",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'riskAnalysis',
path:"riskAnalysis"
},
{
commonComponent:'shlx',
component:() => import( "@/views/riskPrecontrol/shlx/index"),
hidden:false,
meta:{
"title": "伤害类型维护",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'shlx',
path:"shlx"
},
{
commonComponent:'maintenanceRisk',
component:() => import( "@/views/riskPrecontrol/maintenanceRisk/index"),
hidden:false,
meta:{
"title": "维护风险事件库",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'maintenanceRisk',
path:"maintenanceRisk"
},
{
commonComponent:'queryRisk',
component:() => import( "@/views/riskPrecontrol/queryRisk/index"),
hidden:false,
meta:{
"title": "查询风险事件库",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'queryRisk',
path:"queryRisk"
}
]
},
/* 三违管理*/
{
path: '/threeViolations',
component: Layout,
hidden: false,
alwaysShow:true,
redirect: 'maintainTV',
meta: {title: "三违管理", icon: "fa-cog", noCache: false, link: null,mkid:105000000},
children: [
{
commonComponent:'maintainTV',
component:() => import( "@/views/threeViolations/maintainTV/index"),
hidden:false,
meta:{
"title": "维护三违处罚标准",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'maintainTV',
path:"maintainTV"
},
{
commonComponent:'enterTV',
component:() => import( "@/views/threeViolations/enterTV/index"),
hidden:false,
meta:{
"title": "录入三违情况记录",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'enterTV',
path:"enterTV"
},
{
commonComponent:'tFPasses',
component:() => import( "@/views/threeViolations/tFPasses/index"),
hidden:false,
meta:{
"title": "三违过五关",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'tFPasses',
path:"tFPasses"
},
{
commonComponent:'correctTV',
component:() => import( "@/views/threeViolations/correctTV/index"),
hidden:false,
meta:{
"title": "三违行为纠正",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'correctTV',
path:"correctTV"
},
{
commonComponent:'queryRecords',
component:() => import( "@/views/threeViolations/queryRecords/index"),
hidden:false,
meta:{
"title": "查询人员三违记录",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'queryRecords',
path:"queryRecords"
},
{
commonComponent:'punishmentRecord',
component:() => import( "@/views/threeViolations/punishmentRecord/index"),
hidden:false,
meta:{
"title": "安全处罚记录管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'punishmentRecord',
path:"punishmentRecord"
}
]
},
/* 日差管理*/
{
path: '/daily',
component: Layout,
hidden: false,
alwaysShow:true,
redirect: 'planManage',
meta: {title: "日常管理", icon: "fa-cog", noCache: false, link: null,mkid:105000000},
children: [
// 分级暂时统一由后台设置
// {
// commonComponent:'planClassification',
// component:() => import( "@/views/daily/planClassification/index"),
// hidden:false,
// meta:{
// "title": "应急预案分级",
// "icon": "",
// "noCache": false,
// "link": null,
// "mkid":1010013009,
// },
// name:'planClassification',
// path:"planClassification"
// },
{
commonComponent:'planManage',
component:() => import( "@/views/daily/planManage/index"),
hidden:false,
meta:{
"title": "应急预案管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'planManage',
path:"planManage"
},
{
commonComponent:'holdCertificate',
component:() => import( "@/views/daily/holdCertificate/index"),
hidden:false,
meta:{
"title": "职工持证信息管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'holdCertificate',
path:"holdCertificate"
},
{
commonComponent:'activityRecord',
component:() => import( "@/views/daily/activityRecord/index"),
hidden:false,
meta:{
"title": "维护安全活动记录",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'activityRecord',
path:"activityRecord"
},
{
commonComponent:'nrtm',
component:() => import( "@/views/daily/nrtm/index"),
hidden:false,
meta:{
"title": "非常规作业类型维护",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'nrtm',
path:"nrtm"
},
{
commonComponent:'nros',
component:() => import( "@/views/daily/nros/index"),
hidden:false,
meta:{
"title": "非常规作业标准",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'nros',
path:"nros"
},
{
commonComponent:'nroa',
component:() => import( "@/views/daily/nroa/index"),
hidden:false,
meta:{
"title": "非常规作业申请",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'nroa',
path:"nroa"
},
{
commonComponent:'hotWorkApp',
component:() => import( "@/views/daily/hotWorkApp/index"),
hidden:false,
meta:{
"title": "动火作业申请",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'hotWorkApp',
path:"hotWorkApp"
},
{
commonComponent:'classification',
component:() => import( "@/views/daily/classification/index"),
hidden:false,
meta:{
"title": "履职分类",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'classification',
path:"classification"
},
{
commonComponent:'maintenanceDuty',
component:() => import( "@/views/daily/maintenanceDuty/index"),
hidden:false,
meta:{
"title": "履职报告标准维护",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'maintenanceDuty',
path:"maintenanceDuty"
},
{
commonComponent:'duty',
component:() => import( "@/views/daily/duty/index"),
hidden:false,
meta:{
"title": "履职任务",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'duty',
path:"duty"
},
{
commonComponent:'performanceReport',
component:() => import( "@/views/daily/performanceReport/index"),
hidden:false,
meta:{
"title": "履职报告填写",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'performanceReport',
path:"performanceReport"
},
{
commonComponent:'wxzyfl',
component:() => import( "@/views/daily/wxzyfl/index"),
hidden:false,
meta:{
"title": "危险作业分类",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'wxzyfl',
path:"wxzyfl"
},
{
commonComponent:'maintenanceStandards',
component:() => import( "@/views/daily/maintenanceStandards/index"),
hidden:false,
meta:{
"title": "危险作业标准维护",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'maintenanceStandards',
path:"maintenanceStandards"
},
{
commonComponent:'workInspection',
component:() => import( "@/views/daily/workInspection/index"),
hidden:false,
meta:{
"title": "危险作业检查",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'workInspection',
path:"workInspection"
},
{
commonComponent:'summary',
component:() => import( "@/views/daily/summary/index"),
hidden:false,
meta:{
"title": "危险作业汇总",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'summary',
path:"summary"
},
]
},
/* 培训管理*/
/* 三违管理*/
{
path: '/train',
component: Layout,
hidden: false,
alwaysShow:true,
redirect: 'planning',
meta: {title: "培训管理", icon: "fa-cog", noCache: false, link: null,mkid:105000000},
children: [
{
commonComponent:'planning',
component:() => import( "@/views/train/planning/index"),
hidden:false,
meta:{
"title": "培训计划制定",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'planning',
path:"planning"
},
{
commonComponent:'assessment',
component:() => import( "@/views/train/assessment/index"),
hidden:false,
meta:{
"title": "培训评估管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'assessment',
path:"assessment"
},
{
commonComponent:'trainRecord',
component:() => import( "@/views/train/trainRecord/index"),
hidden:false,
meta:{
"title": "培训记录管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'trainRecord',
path:"trainRecord"
},
{
commonComponent:'questionManage',
component:() => import( "@/views/train/questionManage/index"),
hidden:false,
meta:{
"title": "试题管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'questionManage',
path:"questionManage"
},
{
commonComponent:'paperManagement',
component:() => import( "@/views/train/paperManagement/index"),
hidden:false,
meta:{
"title": "试卷管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'paperManagement',
path:"paperManagement"
},
{
commonComponent:'onlinExamination',
component:() => import( "@/views/train/onlinExamination/index"),
hidden:false,
meta:{
"title": "在线考试管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'onlinExamination',
path:"onlinExamination"
},
{
commonComponent:'marking',
component:() => import( "@/views/train/marking/index"),
hidden:false,
meta:{
"title": "阅卷管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'marking',
path:"marking"
},
{
commonComponent:'achievement',
component:() => import( "@/views/train/achievement/index"),
hidden:false,
meta:{
"title": "考试成绩管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'achievement',
path:"achievement"
}
]
},
/* 查询统计 */
{
path: '/statistics',
component: Layout,
hidden: false,
alwaysShow:true,
redirect: 'securitySituation',
meta: {title: "查询统计", icon: "fa-cog", noCache: false, link: null,mkid:105000000},
children: [
{
commonComponent:'securitySituation',
component:() => import( "@/views/statistics/securitySituation/index"),
hidden:false,
meta:{
"title": "培训计划制定",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'securitySituation',
path:"securitySituation"
},
{
commonComponent:'dangeRecords',
component:() => import( "@/views/statistics/dangeRecords/index"),
hidden:false,
meta:{
"title": "查询超期隐患记录",
"icon": "",
"noCache": false,
"link": null,
"mkid":1010013009,
},
name:'dangeRecords',
path:"dangeRecords"
}
]
},
/* 设备管理 */
{
path: '/equipment',
component: Layout,
hidden: false,
alwaysShow:true,
redirect: 'equipmentClass',
meta: {title: "设备管理", icon: "fa-cog", noCache: false, link: null,mkid:908000000},
children: [
{
commonComponent:'equipmentClass',
component:() => import( "@/views/equipment/equipmentClass/index"),
hidden:false,
meta:{
"title": "维护设备分类",
"icon": "",
"noCache": false,
"link": null,
"mkid":908000100,
},
name:'equipmentClass',
path:"equipmentClass"
},
{
commonComponent:'archives',
component:() => import( "@/views/equipment/archives/index"),
hidden:false,
meta:{
"title": "设备档案管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":908000200,
},
name:'archives',
path:"archives"
},
{
commonComponent:'archives',
component:() => import( "@/views/equipment/specialEquipment/index"),
hidden:false,
meta:{
"title": "特种设备档案管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":908000400,
},
name:'specialEquipment',
path:"specialEquipment"
},
{
commonComponent:'environment',
component:() => import( "@/views/equipment/environment/index"),
hidden:false,
meta:{
"title": "环保设备档案管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":908000800,
},
name:'environment',
path:"environment"
},
{
commonComponent:'maintain',
component:() => import( "@/views/equipment/maintain/index"),
hidden:false,
meta:{
"title": "维护防护设施档案",
"icon": "",
"noCache": false,
"link": null,
"mkid":908001000,
},
name:'maintain',
path:"maintain"
},
{
commonComponent:'inspection',
component:() => import( "@/views/equipment/inspection/index"),
hidden:false,
meta:{
"title": "设备设施巡检管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":908001200,
},
name:'inspection',
path:"inspection"
}
]
},
/* 外协管理 */
{
path: '/outsourcingDirector',
component: Layout,
hidden: false,
alwaysShow:true,
redirect: 'declare',
meta: {title: "外协管理", icon: "fa-cog", noCache: false, link: null,mkid:909000000},
children: [
{
commonComponent:'declare',
component:() => import( "@/views/outsourcingDirector/declare/index"),
hidden:false,
meta:{
"title": "外协单位准入申报",
"icon": "",
"noCache": false,
"link": null,
"mkid":909000200,
},
name:'declare',
path:"declare"
},
{
commonComponent:'process',
component:() => import( "@/views/outsourcingDirector/approve/index"),
hidden:false,
meta:{
"title": "外协单位准入审批",
"icon": "",
"noCache": false,
"link": null,
"mkid":909000400,
},
name:'approve',
path:"approve"
},
{
commonComponent:'process',
component:() => import( "@/views/outsourcingDirector/process/index"),
hidden:false,
meta:{
"title": "外协单位过程管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":909000600,
},
name:'process',
path:"process"
},
{
commonComponent:'archives',
component:() => import( "@/views/outsourcingDirector/archives/index"),
hidden:false,
meta:{
"title": "外协单位档案管理",
"icon": "",
"noCache": false,
"link": null,
"mkid":909000900,
},
name:'archives',
path:"archives"
}
]
}
]
// 公共路由 // 公共路由
export const constantRoutes = [ export const constantRoutes = [
{ {
...@@ -107,7 +1068,7 @@ export const constantRoutes = [ ...@@ -107,7 +1068,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'organizationalManagement', name:'organizationalManagement',
path:"organizationalManagement" path:"organizationalManagement"
...@@ -121,25 +1082,11 @@ export const constantRoutes = [ ...@@ -121,25 +1082,11 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'scgw', name:'scgw',
path:"scgw" path:"scgw"
}, },
// {
// commonComponent:'test',
// component:() => import( "common/src/views/development/taskLog/index"),
// hidden:false,
// meta:{
// "title": "TEST",
// "icon": "",
// "noCache": false,
// "link": null,
// "mkid":101001300,
// },
// name:'test',
// path:"test"
// },
{ {
commonComponent:'announcementManagement', commonComponent:'announcementManagement',
component:() => import( "@/views/basicData/announcementManagement/index"), component:() => import( "@/views/basicData/announcementManagement/index"),
...@@ -149,7 +1096,7 @@ export const constantRoutes = [ ...@@ -149,7 +1096,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'announcementManagement', name:'announcementManagement',
path:"announcementManagement" path:"announcementManagement"
...@@ -163,7 +1110,7 @@ export const constantRoutes = [ ...@@ -163,7 +1110,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'securityDocumentManagement', name:'securityDocumentManagement',
path:"securityDocumentManagement" path:"securityDocumentManagement"
...@@ -177,7 +1124,7 @@ export const constantRoutes = [ ...@@ -177,7 +1124,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'operationDcManagement', name:'operationDcManagement',
path:"operationDcManagement" path:"operationDcManagement"
...@@ -202,7 +1149,7 @@ export const constantRoutes = [ ...@@ -202,7 +1149,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'yhfl', name:'yhfl',
path:"yhfl" path:"yhfl"
...@@ -216,7 +1163,7 @@ export const constantRoutes = [ ...@@ -216,7 +1163,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'yhbzfl', name:'yhbzfl',
path:"yhbzfl" path:"yhbzfl"
...@@ -230,7 +1177,7 @@ export const constantRoutes = [ ...@@ -230,7 +1177,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'maintenanceDg', name:'maintenanceDg',
path:"maintenanceDg" path:"maintenanceDg"
...@@ -244,7 +1191,7 @@ export const constantRoutes = [ ...@@ -244,7 +1191,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'enterSafetyRecords', name:'enterSafetyRecords',
path:"enterSafetyRecords" path:"enterSafetyRecords"
...@@ -258,7 +1205,7 @@ export const constantRoutes = [ ...@@ -258,7 +1205,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'safetyDisposalRecord', name:'safetyDisposalRecord',
path:"safetyDisposalRecord" path:"safetyDisposalRecord"
...@@ -273,7 +1220,7 @@ export const constantRoutes = [ ...@@ -273,7 +1220,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'dangerRectificationRecord', name:'dangerRectificationRecord',
path:"dangerRectificationRecord" path:"dangerRectificationRecord"
...@@ -288,7 +1235,7 @@ export const constantRoutes = [ ...@@ -288,7 +1235,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'dangerReviewRecord', name:'dangerReviewRecord',
path:"dangerReviewRecord" path:"dangerReviewRecord"
...@@ -302,7 +1249,7 @@ export const constantRoutes = [ ...@@ -302,7 +1249,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'queryDangerRecords', name:'queryDangerRecords',
path:"queryDangerRecords" path:"queryDangerRecords"
...@@ -327,7 +1274,7 @@ export const constantRoutes = [ ...@@ -327,7 +1274,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'screeningCriteria', name:'screeningCriteria',
path:"screeningCriteria" path:"screeningCriteria"
...@@ -341,7 +1288,7 @@ export const constantRoutes = [ ...@@ -341,7 +1288,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'maintenanceRiskTask', name:'maintenanceRiskTask',
path:"maintenanceRiskTask" path:"maintenanceRiskTask"
...@@ -355,7 +1302,7 @@ export const constantRoutes = [ ...@@ -355,7 +1302,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'riskAnalysis', name:'riskAnalysis',
path:"riskAnalysis" path:"riskAnalysis"
...@@ -369,7 +1316,7 @@ export const constantRoutes = [ ...@@ -369,7 +1316,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'shlx', name:'shlx',
path:"shlx" path:"shlx"
...@@ -383,7 +1330,7 @@ export const constantRoutes = [ ...@@ -383,7 +1330,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'maintenanceRisk', name:'maintenanceRisk',
path:"maintenanceRisk" path:"maintenanceRisk"
...@@ -397,7 +1344,7 @@ export const constantRoutes = [ ...@@ -397,7 +1344,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'queryRisk', name:'queryRisk',
path:"queryRisk" path:"queryRisk"
...@@ -422,7 +1369,7 @@ export const constantRoutes = [ ...@@ -422,7 +1369,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'maintainTV', name:'maintainTV',
path:"maintainTV" path:"maintainTV"
...@@ -436,7 +1383,7 @@ export const constantRoutes = [ ...@@ -436,7 +1383,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'enterTV', name:'enterTV',
path:"enterTV" path:"enterTV"
...@@ -450,7 +1397,7 @@ export const constantRoutes = [ ...@@ -450,7 +1397,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'tFPasses', name:'tFPasses',
path:"tFPasses" path:"tFPasses"
...@@ -464,7 +1411,7 @@ export const constantRoutes = [ ...@@ -464,7 +1411,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'correctTV', name:'correctTV',
path:"correctTV" path:"correctTV"
...@@ -478,7 +1425,7 @@ export const constantRoutes = [ ...@@ -478,7 +1425,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'queryRecords', name:'queryRecords',
path:"queryRecords" path:"queryRecords"
...@@ -492,7 +1439,7 @@ export const constantRoutes = [ ...@@ -492,7 +1439,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'punishmentRecord', name:'punishmentRecord',
path:"punishmentRecord" path:"punishmentRecord"
...@@ -518,7 +1465,7 @@ export const constantRoutes = [ ...@@ -518,7 +1465,7 @@ export const constantRoutes = [
// "icon": "", // "icon": "",
// "noCache": false, // "noCache": false,
// "link": null, // "link": null,
// "mkid":101001300, // "mkid":1010013009,
// }, // },
// name:'planClassification', // name:'planClassification',
// path:"planClassification" // path:"planClassification"
...@@ -532,7 +1479,7 @@ export const constantRoutes = [ ...@@ -532,7 +1479,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'planManage', name:'planManage',
path:"planManage" path:"planManage"
...@@ -546,7 +1493,7 @@ export const constantRoutes = [ ...@@ -546,7 +1493,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'holdCertificate', name:'holdCertificate',
path:"holdCertificate" path:"holdCertificate"
...@@ -560,7 +1507,7 @@ export const constantRoutes = [ ...@@ -560,7 +1507,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'activityRecord', name:'activityRecord',
path:"activityRecord" path:"activityRecord"
...@@ -574,7 +1521,7 @@ export const constantRoutes = [ ...@@ -574,7 +1521,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'nrtm', name:'nrtm',
path:"nrtm" path:"nrtm"
...@@ -588,7 +1535,7 @@ export const constantRoutes = [ ...@@ -588,7 +1535,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'nros', name:'nros',
path:"nros" path:"nros"
...@@ -602,7 +1549,7 @@ export const constantRoutes = [ ...@@ -602,7 +1549,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'nroa', name:'nroa',
path:"nroa" path:"nroa"
...@@ -616,7 +1563,7 @@ export const constantRoutes = [ ...@@ -616,7 +1563,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'hotWorkApp', name:'hotWorkApp',
path:"hotWorkApp" path:"hotWorkApp"
...@@ -630,7 +1577,7 @@ export const constantRoutes = [ ...@@ -630,7 +1577,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'classification', name:'classification',
path:"classification" path:"classification"
...@@ -644,7 +1591,7 @@ export const constantRoutes = [ ...@@ -644,7 +1591,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'maintenanceDuty', name:'maintenanceDuty',
path:"maintenanceDuty" path:"maintenanceDuty"
...@@ -658,7 +1605,7 @@ export const constantRoutes = [ ...@@ -658,7 +1605,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'duty', name:'duty',
path:"duty" path:"duty"
...@@ -672,7 +1619,7 @@ export const constantRoutes = [ ...@@ -672,7 +1619,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'performanceReport', name:'performanceReport',
path:"performanceReport" path:"performanceReport"
...@@ -686,7 +1633,7 @@ export const constantRoutes = [ ...@@ -686,7 +1633,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'wxzyfl', name:'wxzyfl',
path:"wxzyfl" path:"wxzyfl"
...@@ -700,7 +1647,7 @@ export const constantRoutes = [ ...@@ -700,7 +1647,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'maintenanceStandards', name:'maintenanceStandards',
path:"maintenanceStandards" path:"maintenanceStandards"
...@@ -714,7 +1661,7 @@ export const constantRoutes = [ ...@@ -714,7 +1661,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'workInspection', name:'workInspection',
path:"workInspection" path:"workInspection"
...@@ -728,7 +1675,7 @@ export const constantRoutes = [ ...@@ -728,7 +1675,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'summary', name:'summary',
path:"summary" path:"summary"
...@@ -756,7 +1703,7 @@ export const constantRoutes = [ ...@@ -756,7 +1703,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'planning', name:'planning',
path:"planning" path:"planning"
...@@ -770,7 +1717,7 @@ export const constantRoutes = [ ...@@ -770,7 +1717,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'assessment', name:'assessment',
path:"assessment" path:"assessment"
...@@ -784,7 +1731,7 @@ export const constantRoutes = [ ...@@ -784,7 +1731,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'trainRecord', name:'trainRecord',
path:"trainRecord" path:"trainRecord"
...@@ -798,7 +1745,7 @@ export const constantRoutes = [ ...@@ -798,7 +1745,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'questionManage', name:'questionManage',
path:"questionManage" path:"questionManage"
...@@ -812,7 +1759,7 @@ export const constantRoutes = [ ...@@ -812,7 +1759,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'paperManagement', name:'paperManagement',
path:"paperManagement" path:"paperManagement"
...@@ -826,7 +1773,7 @@ export const constantRoutes = [ ...@@ -826,7 +1773,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'onlinExamination', name:'onlinExamination',
path:"onlinExamination" path:"onlinExamination"
...@@ -840,7 +1787,7 @@ export const constantRoutes = [ ...@@ -840,7 +1787,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'marking', name:'marking',
path:"marking" path:"marking"
...@@ -854,7 +1801,7 @@ export const constantRoutes = [ ...@@ -854,7 +1801,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'achievement', name:'achievement',
path:"achievement" path:"achievement"
...@@ -881,7 +1828,7 @@ export const constantRoutes = [ ...@@ -881,7 +1828,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'securitySituation', name:'securitySituation',
path:"securitySituation" path:"securitySituation"
...@@ -895,7 +1842,7 @@ export const constantRoutes = [ ...@@ -895,7 +1842,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":1010013009,
}, },
name:'dangeRecords', name:'dangeRecords',
path:"dangeRecords" path:"dangeRecords"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment