| | |
| | | // ] |
| | | // }, |
| | | { |
| | | path: '/noMenu', |
| | | component: Layout, |
| | | redirect: '/noMenu', |
| | | children: [ |
| | | { |
| | | path: '/noMenu', |
| | | component: () => import('@/views/error/noMenu.vue'), |
| | | name: 'noMenu', |
| | | meta: { title: '提示',icon: 'form', affix: true } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '', |
| | | component: Layout, |
| | | redirect: '/institution', |
| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/projectSupplement', |
| | | component: Layout, |
| | | redirect: '/projectSupplement', |
| | | children: [ |
| | | { |
| | | path: '/projectSupplement', |
| | | component: () => import('@/views/safetyReview/projectSupplement/index.vue'), |
| | | name: 'projectSupplement', |
| | | meta: { title: '项目补录',icon: 'form', affix: true } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/process', |
| | | component: Layout, |
| | | redirect: '/process', |