| | |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/ancestor', |
| | | component: Layout, |
| | | hidden: true, |
| | | redirect: 'noredirect', |
| | | children: [ |
| | | { |
| | | path: 'ancestor', |
| | | component: () => import('@/views/clanManager/ancestor/index'), |
| | | name: 'ancestor', |
| | | meta: { title: '祖先管理', icon: 'user' } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/clan', |
| | | component: Layout, |
| | | hidden: true, |
| | | redirect: 'noredirect', |
| | | children: [ |
| | | { |
| | | path: 'clan', |
| | | component: () => import('@/views/clanManager/clan/index'), |
| | | name: 'clan', |
| | | meta: { title: '家族号管理', icon: 'user' } |
| | | } |
| | | ] |
| | | }, |
| | | // { |
| | | // path: '', |
| | | // component: Layout, |