Commit cea4fed8 authored by zhoumaotao's avatar zhoumaotao

设备分类

parent 5808788c
...@@ -894,9 +894,23 @@ export const constantRoutes = [ ...@@ -894,9 +894,23 @@ export const constantRoutes = [
component: Layout, component: Layout,
hidden: false, hidden: false,
alwaysShow:true, alwaysShow:true,
redirect: 'securitySituation', redirect: 'equipmentClass',
meta: {title: "设备管理", icon: "fa-cog", noCache: false, link: null,mkid:105000000}, meta: {title: "设备管理", icon: "fa-cog", noCache: false, link: null,mkid:908000000},
children: [ 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', commonComponent:'archives',
component:() => import( "@/views/equipment/archives/index"), component:() => import( "@/views/equipment/archives/index"),
...@@ -906,7 +920,7 @@ export const constantRoutes = [ ...@@ -906,7 +920,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":908000200,
}, },
name:'archives', name:'archives',
path:"archives" path:"archives"
...@@ -920,7 +934,7 @@ export const constantRoutes = [ ...@@ -920,7 +934,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":908000400,
}, },
name:'specialEquipment', name:'specialEquipment',
path:"specialEquipment" path:"specialEquipment"
...@@ -934,7 +948,7 @@ export const constantRoutes = [ ...@@ -934,7 +948,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":908000800,
}, },
name:'environment', name:'environment',
path:"environment" path:"environment"
...@@ -948,7 +962,7 @@ export const constantRoutes = [ ...@@ -948,7 +962,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":908001000,
}, },
name:'maintain', name:'maintain',
path:"maintain" path:"maintain"
...@@ -962,7 +976,7 @@ export const constantRoutes = [ ...@@ -962,7 +976,7 @@ export const constantRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":101001300, "mkid":908001200,
}, },
name:'inspection', name:'inspection',
path:"inspection" path:"inspection"
...@@ -975,8 +989,8 @@ export const constantRoutes = [ ...@@ -975,8 +989,8 @@ export const constantRoutes = [
component: Layout, component: Layout,
hidden: false, hidden: false,
alwaysShow:true, alwaysShow:true,
redirect: 'outsourcingDirector', redirect: 'declare',
meta: {title: "外协管理", icon: "fa-cog", noCache: false, link: null,mkid:105000000}, meta: {title: "外协管理", icon: "fa-cog", noCache: false, link: null,mkid:909000000},
children: [ children: [
{ {
commonComponent:'declare', commonComponent:'declare',
......
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