| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/project', |
| | | component: Layout, |
| | | redirect: '/project', |
| | | children: [ |
| | | { |
| | | path: '/project', |
| | | component: () => import('@/views/safetyReview/projectManage/index.vue'), |
| | | name: 'Project', |
| | | meta: { title: '项目管理',icon: 'form', affix: true } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/process', |
| | | component: Layout, |
| | | redirect: '/process', |
| | | children: [ |
| | | { |
| | | path: '/process', |
| | | component: () => import('@/views/safetyReview/projectManage/process.vue'), |
| | | name: 'Process', |
| | | meta: { title: '项目信息管理'} |
| | | } |
| | | ] |
| | | }, |
| | | |
| | | { |
| | | path: '/userManage', |
| | | component: Layout, |
| | | redirect: '/userManage/supervise', |