Commit 273237c9 authored by zhoumaotao's avatar zhoumaotao

index.js

parent a053b171
...@@ -103,136 +103,6 @@ export const powerRoutes=[ ...@@ -103,136 +103,6 @@ export const powerRoutes=[
} }
] ]
}, },
/* 隐患管理*/
{
path: '/dangerManagement',
component: 'Layout',
hidden: false,
alwaysShow:true,
redirect: 'maintenanceDg',
meta: {title: "隐患管理", icon: "fa-cog", noCache: false, link: null,mkid:902000000},
children: [
{
component:'dangerManagement/yhfl/index',
hidden:false,
meta:{
"title": "隐患分类",
"icon": "",
"noCache": false,
"link": null,
"mkid":902000100,
},
name:'yhfl',
path:"yhfl"
},
{
component:'dangerManagement/yhbzfl/index',
hidden:false,
meta:{
"title": "隐患标准分类",
"icon": "",
"noCache": false,
"link": null,
"mkid":902000120,
},
name:'yhbzfl',
path:"yhbzfl"
},
{
component:'dangerManagement/maintenanceDg/index',
hidden:false,
meta:{
"title": "维护隐患检查标准",
"icon": "",
"noCache": false,
"link": null,
"mkid":902000200,
},
name:'maintenanceDg',
path:"maintenanceDg"
},
{
component:'dangerManagement/enterSafetyRecords/index',
hidden:false,
meta:{
"title": "录入安全隐患记录",
"icon": "",
"noCache": false,
"link": null,
"mkid":902000400,
},
name:'enterSafetyRecords',
path:"enterSafetyRecords"
},
{
component:'dangerManagement/safetyDisposalRecord/index',
hidden:false,
meta:{
"title": "隐患责任分配",
"icon": "",
"noCache": false,
"link": null,
"mkid":902000600,
},
name:'safetyDisposalRecord',
path:"safetyDisposalRecord"
},
{
component:'dangerManagement/dangerRectificationRecord/index',
hidden:false,
meta:{
"title": "隐患整改",
"icon": "",
"noCache": false,
"link": null,
"mkid":902000800,
},
name:'dangerRectificationRecord',
path:"dangerRectificationRecord"
},
/* 10 13*/
{
component:'dangerManagement/dangerReviewRecord/index',
hidden:false,
meta:{
"title": "隐患复查",
"icon": "",
"noCache": false,
"link": null,
"mkid":902001000,
},
name:'dangerReviewRecord',
path:"dangerReviewRecord"
},
{
component:'dangerManagement/queryDangerRecords/index',
hidden:false,
meta:{
"title": "查询安全隐患记录",
"icon": "",
"noCache": false,
"link": null,
"mkid":902001200,
},
name:'queryDangerRecords',
path:"queryDangerRecords"
},
{
component:'dangerManagement/yhtj/index',
hidden:false,
meta:{
"title": "风险点隐患统计",
"icon": "",
"noCache": false,
"link": null,
"mkid":'test',
},
name:'yhtj',
path:"yhtj"
}
]
},
/* 风险域控*/ /* 风险域控*/
{ {
path: '/riskPrecontrol', path: '/riskPrecontrol',
...@@ -240,21 +110,34 @@ export const powerRoutes=[ ...@@ -240,21 +110,34 @@ export const powerRoutes=[
hidden: false, hidden: false,
alwaysShow:true, alwaysShow:true,
redirect: 'screeningCriteria', redirect: 'screeningCriteria',
meta: {title: "风险预控", icon: "fa-cog", noCache: false, link: null,mkid:903000000}, meta: {title: "风险预控", icon: "fa-cog", noCache: false, link: null,mkid:902000000},
children: [ children: [
{ {
component:'riskPrecontrol/screeningCriteria/index', component:'riskPrecontrol/screeningCriteria/index',
hidden:false, hidden:false,
meta:{ meta:{
"title": "维护风险排查标准", "title": "风险点维护",
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":903000200, "mkid":902000200,
}, },
name:'screeningCriteria', name:'screeningCriteria',
path:"screeningCriteria" path:"screeningCriteria"
}, },
{
component:'riskPrecontrol/riskSet/index',
hidden:false,
meta:{
"title": "风险排查设置",
"icon": "",
"noCache": false,
"link": null,
"mkid":902000300,
},
name:'riskSet',
path:"riskSet"
},
{ {
component:'riskPrecontrol/maintenanceRiskTask/index', component:'riskPrecontrol/maintenanceRiskTask/index',
hidden:false, hidden:false,
...@@ -263,7 +146,7 @@ export const powerRoutes=[ ...@@ -263,7 +146,7 @@ export const powerRoutes=[
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":903000400, "mkid":902000400,
}, },
name:'maintenanceRiskTask', name:'maintenanceRiskTask',
path:"maintenanceRiskTask" path:"maintenanceRiskTask"
...@@ -276,7 +159,7 @@ export const powerRoutes=[ ...@@ -276,7 +159,7 @@ export const powerRoutes=[
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":903000600, "mkid":902000600,
}, },
name:'riskAnalysis', name:'riskAnalysis',
path:"riskAnalysis" path:"riskAnalysis"
...@@ -289,7 +172,7 @@ export const powerRoutes=[ ...@@ -289,7 +172,7 @@ export const powerRoutes=[
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":903000700, "mkid":902000700,
}, },
name:'shlx', name:'shlx',
path:"shlx" path:"shlx"
...@@ -302,7 +185,7 @@ export const powerRoutes=[ ...@@ -302,7 +185,7 @@ export const powerRoutes=[
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":903000800, "mkid":902000800,
}, },
name:'maintenanceRisk', name:'maintenanceRisk',
path:"maintenanceRisk" path:"maintenanceRisk"
...@@ -315,25 +198,142 @@ export const powerRoutes=[ ...@@ -315,25 +198,142 @@ export const powerRoutes=[
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":903001000, "mkid":902001000,
}, },
name:'queryRisk', name:'queryRisk',
path:"queryRisk" path:"queryRisk"
}, },
]
},
/* 隐患管理*/
{
path: '/dangerManagement',
component: 'Layout',
hidden: false,
alwaysShow:true,
redirect: 'maintenanceDg',
meta: {title: "隐患管理", icon: "fa-cog", noCache: false, link: null,mkid:903000000},
children: [
{ {
component:'riskPrecontrol/riskSet/index', component:'dangerManagement/yhfl/index',
hidden:false, hidden:false,
meta:{ meta:{
"title": "风险设置", "title": "隐患分类",
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":'903000300', "mkid":903000100,
}, },
name:'riskSet', name:'yhfl',
path:"riskSet" path:"yhfl"
} },
/* {
component:'dangerManagement/yhbzfl/index',
hidden:false,
meta:{
"title": "隐患标准分类",
"icon": "",
"noCache": false,
"link": null,
"mkid":903000120,
},
name:'yhbzfl',
path:"yhbzfl"
},
{
component:'dangerManagement/maintenanceDg/index',
hidden:false,
meta:{
"title": "维护隐患检查标准",
"icon": "",
"noCache": false,
"link": null,
"mkid":903000200,
},
name:'maintenanceDg',
path:"maintenanceDg"
},*/
{
component:'dangerManagement/enterSafetyRecords/index',
hidden:false,
meta:{
"title": "录入安全隐患记录",
"icon": "",
"noCache": false,
"link": null,
"mkid":903000400,
},
name:'enterSafetyRecords',
path:"enterSafetyRecords"
},
{
component:'dangerManagement/safetyDisposalRecord/index',
hidden:false,
meta:{
"title": "隐患责任分配",
"icon": "",
"noCache": false,
"link": null,
"mkid":903000600,
},
name:'safetyDisposalRecord',
path:"safetyDisposalRecord"
},
{
component:'dangerManagement/dangerRectificationRecord/index',
hidden:false,
meta:{
"title": "隐患整改",
"icon": "",
"noCache": false,
"link": null,
"mkid":903000800,
},
name:'dangerRectificationRecord',
path:"dangerRectificationRecord"
},
/* 10 13*/
{
component:'dangerManagement/dangerReviewRecord/index',
hidden:false,
meta:{
"title": "隐患复查",
"icon": "",
"noCache": false,
"link": null,
"mkid":903001000,
},
name:'dangerReviewRecord',
path:"dangerReviewRecord"
},
{
component:'dangerManagement/queryDangerRecords/index',
hidden:false,
meta:{
"title": "查询安全隐患记录",
"icon": "",
"noCache": false,
"link": null,
"mkid":903001200,
},
name:'queryDangerRecords',
path:"queryDangerRecords"
},
{
component:'dangerManagement/yhtj/index',
hidden:false,
meta:{
"title": "风险点隐患统计",
"icon": "",
"noCache": false,
"link": null,
"mkid":903001400,
},
name:'yhtj',
path:"yhtj"
}
] ]
}, },
/* 三违管理*/ /* 三违管理*/
......
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