| | |
| | | } |
| | | ] |
| | | }, |
| | | //个人信息展示 |
| | | { |
| | | path: '/familymodel/jiagenwang', |
| | | component: Layout, |
| | | // permissions: [], |
| | | hidden: true, |
| | | permissions: ['familymodel:jiagenwang:info'], |
| | | children: [ |
| | | { |
| | | path: 'personInfo/:id(\\d+)', |
| | | component: () => import('@/views/homeRoot/personInfo'), |
| | | name: 'personInfo', |
| | | meta: { title: '个人信息查询详情',activeMenu: '/familymodel/jiagenwang'} |
| | | } |
| | | ] |
| | | }, |
| | | //家谱个人信息展示 |
| | | { |
| | | path: '/familymodel/jiagenwang', |
| | | component: Layout, |
| | | // permissions: [], |
| | | hidden: true, |
| | | permissions: ['familymodel:jiagenwang:getPInfo'], |
| | | children: [ |
| | | { |
| | | path: 'getPInfo/:id(\\d+)', |
| | | component: () => import('@/views/genealogy/perInfo'), |
| | | name: 'perInfo', |
| | | meta: { title: '个人信息查询详情',activeMenu: '/familymodel/jiagenwang'} |
| | | } |
| | | ] |
| | | }, |
| | | |
| | | //编辑个人信息 |
| | | { |