| | |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/tmps', |
| | | component: () => import('@/views/tmp'), |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/401', |
| | | component: () => import('@/views/error/401'), |
| | | hidden: true |
| | |
| | | name: 'Index', |
| | | meta: { title: '首页', icon: 'dashboard', affix: true } |
| | | } |
| | | |
| | | ] |
| | | }, |
| | | { |
| | |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/family/note1', |
| | | component: Layout, |
| | | permissions: ['family:note:list'], |
| | | |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: 'propertyInfo/:id(\\d+)', |
| | | component: () => import('@/views/note/propertyInfo'), |
| | | name: 'propertyInfo', |
| | | meta: { title: '查询详情'} |
| | | } |
| | | ] |
| | | }, |
| | | //家大事记的详情 |
| | | { |
| | | path: '/family1/bignote', |
| | | component: Layout, |
| | | // permissions: [], |
| | | permissions: ['family1:bignote:list'], |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: 'familyeventInfo/:id(\\d+)', |
| | | component: () => import('@/views/bignote/familyeventInfo'), |
| | | name: 'familyeventInfo', |
| | | meta: { title: '查询详情'} |
| | | } |
| | | ] |
| | | }, |
| | | |
| | | //编辑个人信息 |
| | | { |
| | | path: '/self/self', |
| | | component: Layout, |
| | | permissions: ['self:self:list'], |
| | | |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: 'edit/:id(\\d+)', |
| | | component: () => import('@/views/self/edit'), |
| | | name: 'edit', |
| | | meta: { title: '编辑'} |
| | | } |
| | | ] |
| | | }, |
| | | |
| | | { |
| | | path: '/system/role-auth', |
| | | component: Layout, |