|
@@ -60,44 +60,6 @@ const aqptRouter = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
-
|
|
|
- // {
|
|
|
- // path: '/aqpt/management',
|
|
|
- // component: Layout,
|
|
|
- // redirect: '/aqpt/management/leadingGroup',
|
|
|
- // name: 'AqptManagement',
|
|
|
- // meta: {
|
|
|
- // title: '管理体系',
|
|
|
- // icon: 'icon-common_organization',
|
|
|
- // permit: 'aqpt_management'
|
|
|
- // },
|
|
|
- // groupId: [3],
|
|
|
- // children: [
|
|
|
- // {
|
|
|
- // path: 'leadingGroup',
|
|
|
- // component: () => import('@/views/system/leadingGroup/index'),
|
|
|
- // name: 'aqpt_management_leading_group',
|
|
|
- // meta: { title: '领导小组', noCache: true, permit: 'aqpt_management_leading_group' }
|
|
|
- // }, {
|
|
|
- // path: 'regulation',
|
|
|
- // component: () => import('@/views/system/regulation/index'),
|
|
|
- // name: 'aqpt_management_regulation',
|
|
|
- // meta: { title: '管理制度', noCache: true, permit: 'aqpt_management_regulation' }
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: 'hazard',
|
|
|
- // component: () => import('@/views/aqpt/hazard/index'),
|
|
|
- // name: 'aqpt_management_hazard',
|
|
|
- // meta: { title: '危险源库', noCache: true, permit: 'aqpt_management_hazard' }
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: 'checkList',
|
|
|
- // component: () => import('@/views/system/checklist/index'),
|
|
|
- // name: 'aqpt_management_checkList',
|
|
|
- // meta: { title: '检查清单', noCache: true, permit: 'aqpt_management_checklist' }
|
|
|
- // }
|
|
|
- // ]
|
|
|
- // },
|
|
|
/** 采空区*/
|
|
|
{
|
|
|
path: '/goaf',
|
|
@@ -314,69 +276,6 @@ const aqptRouter = [
|
|
|
]
|
|
|
},
|
|
|
|
|
|
- // {
|
|
|
- // path: '/aqpt/ticket',
|
|
|
- // component: Layout,
|
|
|
- // name: 'AqptTicket',
|
|
|
- // meta: {
|
|
|
- // title: '危险作业',
|
|
|
- // icon: 'icon-common_satisfaction',
|
|
|
- // permit: 'aqpt_ticket'
|
|
|
- // },
|
|
|
- // groupId: [5],
|
|
|
- // redirect: '/aqpt/ticket/dz',
|
|
|
- // children: [
|
|
|
- // {
|
|
|
- // path: 'dz',
|
|
|
- // component: () => import('@/views/aqpt/ticket/dz/index'),
|
|
|
- // name: 'aqpt_ticket_dz',
|
|
|
- // meta: { title: '吊装作业', affix: true, permit: 'aqpt_ticket_dz' }
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: 'dh',
|
|
|
- // component: () => import('@/views/aqpt/ticket/dh/index'),
|
|
|
- // name: 'aqpt_ticket_dh',
|
|
|
- // meta: { title: '动火作业', affix: true, permit: 'aqpt_ticket_dh' }
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: 'dt',
|
|
|
- // component: () => import('@/views/aqpt/ticket/dt/index'),
|
|
|
- // name: 'aqpt_ticket_dt',
|
|
|
- // meta: { title: '动土作业', affix: true, permit: 'aqpt_ticket_dt' }
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: 'dl',
|
|
|
- // component: () => import('@/views/aqpt/ticket/dl/index'),
|
|
|
- // name: 'aqpt_ticket_dl',
|
|
|
- // meta: { title: '断路作业', affix: true, permit: 'aqpt_ticket_dl' }
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: 'gk',
|
|
|
- // component: () => import('@/views/aqpt/ticket/gk/index'),
|
|
|
- // name: 'aqpt_ticket_gk',
|
|
|
- // meta: { title: '高处作业', affix: true, permit: 'aqpt_ticket_gk' }
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: 'sbjx',
|
|
|
- // component: () => import('@/views/aqpt/ticket/sbjx/index'),
|
|
|
- // name: 'aqpt_ticket_sbjx',
|
|
|
- // meta: { title: '设备检修作业', affix: true, permit: 'aqpt_ticket_sbjx' }
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: 'mbcd',
|
|
|
- // component: () => import('@/views/aqpt/ticket/mbcd/index'),
|
|
|
- // name: 'aqpt_ticket_mbcd',
|
|
|
- // meta: { title: '盲板抽堵作业', affix: true, permit: 'aqpt_ticket_mbcd' }
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: 'sxkj',
|
|
|
- // component: () => import('@/views/aqpt/ticket/sxkj/index'),
|
|
|
- // name: 'aqpt_ticket_sxkj',
|
|
|
- // meta: { title: '受限空间作业', affix: true, permit: 'aqpt_ticket_sxkj' }
|
|
|
- // }
|
|
|
- // ]
|
|
|
- // },
|
|
|
-
|
|
|
{
|
|
|
path: '/aqpt/training',
|
|
|
component: Layout,
|
|
@@ -470,33 +369,33 @@ const aqptRouter = [
|
|
|
]
|
|
|
},
|
|
|
|
|
|
- {
|
|
|
- path: '/aqpt/art',
|
|
|
- component: Layout,
|
|
|
- name: 'AqptArtCenter',
|
|
|
- redirect: '/aqpt/art/index',
|
|
|
- groupId: [7],
|
|
|
- hidden: true,
|
|
|
- meta: {
|
|
|
- title: '安全智库',
|
|
|
- permit: 'aqpt_art_center'
|
|
|
- },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'index',
|
|
|
- component: () => import('@/views/system/art/index'),
|
|
|
- name: 'aqpt_art_center',
|
|
|
- meta: { title: '安全智库', noCache: true, icon: 'icon-common_knowledge', permit: 'aqpt_art_center' }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/aqpt/art',
|
|
|
+ // component: Layout,
|
|
|
+ // name: 'AqptArtCenter',
|
|
|
+ // redirect: '/aqpt/art/index',
|
|
|
+ // groupId: [7],
|
|
|
+ // hidden: true,
|
|
|
+ // meta: {
|
|
|
+ // title: '安全智库',
|
|
|
+ // permit: 'aqpt_art_center'
|
|
|
+ // },
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'index',
|
|
|
+ // component: () => import('@/views/system/art/index'),
|
|
|
+ // name: 'aqpt_art_center',
|
|
|
+ // meta: { title: '安全智库', noCache: true, icon: 'icon-common_knowledge', permit: 'aqpt_art_center' }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/aqpt/doc',
|
|
|
component: Layout,
|
|
|
name: 'AqptDoc',
|
|
|
redirect: '/aqpt/doc/index',
|
|
|
groupId: [8],
|
|
|
- hidden: true,
|
|
|
+ // hidden: true,
|
|
|
meta: {
|
|
|
title: '文件中心',
|
|
|
permit: 'aqpt_doc_center'
|
|
@@ -507,6 +406,12 @@ const aqptRouter = [
|
|
|
component: () => import('@/views/system/doc/index'),
|
|
|
name: 'aqpt_doc_center',
|
|
|
meta: { title: '文件中心', noCache: true, icon: 'icon-common_file', permit: 'aqpt_doc_center' }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'knowledge',
|
|
|
+ component: () => import('@/views/system/art/index'),
|
|
|
+ name: 'aqpt_art_center',
|
|
|
+ meta: { title: '安全智库', noCache: true, icon: 'icon-common_knowledge', permit: 'aqpt_doc_center' }
|
|
|
}
|
|
|
]
|
|
|
},
|