| | |
| | | { |
| | | path: '/system/user-auth', |
| | | component: Layout, |
| | | hidden: true, |
| | | hidden: false, |
| | | permissions: ['system:user:edit'], |
| | | children: [ |
| | | { |
| | |
| | | } |
| | | ] |
| | | }, |
| | | //体检 |
| | | { |
| | | path: '/self/healthy', |
| | | component: Layout, |
| | | permissions: ['person:healthy:Examination'], |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: 'Examination', |
| | | component: () => import('@/views/healthy/Examination'), |
| | | name: 'Examination', |
| | | meta: { title: '体检'} |
| | | } |
| | | ] |
| | | }, |
| | | //体检详情 |
| | | { |
| | | path: '/self/healthy', |
| | | component: Layout, |
| | | permissions: ['person:healthy:ExaminationInfo'], |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: 'ExaminationInfo/:id(\\d+)', |
| | | component: () => import('@/views/healthy/ExaminationInfo'), |
| | | name: 'ExaminationInfo', |
| | | meta: { title: '体检详情'} |
| | | } |
| | | ] |
| | | }, |
| | | |
| | | //藏心密语 |
| | | { |
| | |
| | | { |
| | | path: '/system/role-auth', |
| | | component: Layout, |
| | | hidden: true, |
| | | hidden: false, |
| | | permissions: ['system:role:edit'], |
| | | children: [ |
| | | { |
| | |
| | | { |
| | | path: '/system/dict-data', |
| | | component: Layout, |
| | | hidden: true, |
| | | hidden: false, |
| | | permissions: ['system:dict:list'], |
| | | children: [ |
| | | { |
| | |
| | | { |
| | | path: '/monitor/job-log', |
| | | component: Layout, |
| | | hidden: true, |
| | | hidden: false, |
| | | permissions: ['monitor:job:list'], |
| | | children: [ |
| | | { |
| | |
| | | { |
| | | path: '/tool/gen-edit', |
| | | component: Layout, |
| | | hidden: true, |
| | | hidden: false, |
| | | permissions: ['tool:gen:edit'], |
| | | children: [ |
| | | { |