|
|
@@ -12,7 +12,7 @@ const hosRouter = [
|
|
|
path: 'overview',
|
|
|
component: () => import('@/views/hos/overview'),
|
|
|
name: 'hos_overview',
|
|
|
- meta: { title: '数据总览', icon: 'icon-common_digitization', affix: true, permit: 'hos_overview' }
|
|
|
+ meta: { title: '数据总览', noCache: true, icon: 'icon-common_panorama1', permit: 'hos_overview' }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -27,7 +27,7 @@ const hosRouter = [
|
|
|
path: 'index',
|
|
|
component: () => import('@/views/system/task/index'),
|
|
|
name: 'hos_task',
|
|
|
- meta: { title: '任务中心', noCache: true, icon: 'icon-common_satisfaction', permit: 'hos_task' }
|
|
|
+ meta: { title: '任务中心', noCache: true, icon: 'icon-common_ledger', permit: 'hos_task' }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -42,22 +42,7 @@ const hosRouter = [
|
|
|
path: 'index',
|
|
|
component: () => import('@/views/system/leadingGroup/index'),
|
|
|
name: 'hos_leading_group',
|
|
|
- meta: { title: '领导小组', noCache: true, icon: 'icon-common_management', permit: 'hos_leading_group' }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/hos/regulation',
|
|
|
- component: Layout,
|
|
|
- name: 'HosRegulation',
|
|
|
- redirect: '/hos/regulation/index',
|
|
|
- groupId: [0],
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'index',
|
|
|
- component: () => import('@/views/system/regulation/index'),
|
|
|
- name: 'hos_regulation',
|
|
|
- meta: { title: '管理制度', noCache: true, icon: 'icon-common_management', permit: 'hos_regulation' }
|
|
|
+ meta: { title: '领导小组', noCache: true, icon: 'icon-common_group1', permit: 'hos_leading_group' }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -72,7 +57,7 @@ const hosRouter = [
|
|
|
path: 'index',
|
|
|
component: () => import('@/views/hos/story/index'),
|
|
|
name: 'hos_story',
|
|
|
- meta: { title: '建设规范', noCache: true, icon: 'icon-common_evaluate', permit: 'hos_story' }
|
|
|
+ meta: { title: '建设规范', noCache: true, icon: 'icon-common_industry', permit: 'hos_story' }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -87,7 +72,7 @@ const hosRouter = [
|
|
|
path: 'index',
|
|
|
component: () => import('@/views/hos/instruction/index'),
|
|
|
name: 'hos_instruction',
|
|
|
- meta: { title: '实施方案', noCache: true, icon: 'icon-common_evaluate', permit: 'hos_instruction' }
|
|
|
+ meta: { title: '实施方案', noCache: true, icon: 'icon-common_performance', permit: 'hos_instruction' }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -102,7 +87,7 @@ const hosRouter = [
|
|
|
path: 'index',
|
|
|
component: () => import('@/views/hos/plan/index'),
|
|
|
name: 'hos_plan',
|
|
|
- meta: { title: '工作计划', noCache: true, icon: 'icon-common_knowledge', permit: 'hos_plan' }
|
|
|
+ meta: { title: '工作计划', noCache: true, icon: 'icon-common_task', permit: 'hos_plan' }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -147,7 +132,7 @@ const hosRouter = [
|
|
|
path: 'index',
|
|
|
component: () => import('@/views/hos/report/index'),
|
|
|
name: 'hos_report',
|
|
|
- meta: { title: '评价报告', noCache: true, icon: 'icon-common_knowledge', permit: 'hos_report' }
|
|
|
+ meta: { title: '评价报告', noCache: true, icon: 'icon-common_health', permit: 'hos_report' }
|
|
|
}
|
|
|
]
|
|
|
},
|