| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/family/note1', |
| | | path: '/familymodel/Property', |
| | | component: Layout, |
| | | permissions: ['family:note:list'], |
| | | |
| | | hidden: true, |
| | | permissions: ['familymodel:property:info'], |
| | | |
| | | |
| | | children: [ |
| | | { |
| | | path: 'propertyInfo/:id(\\d+)', |
| | | component: () => import('@/views/note/propertyInfo'), |
| | | name: 'propertyInfo', |
| | | meta: { title: '查询详情'} |
| | | meta: { title: '家庭资产查询详情', activeMenu: '/familymodel/zfProperty' } |
| | | } |
| | | ] |
| | | }, |
| | | //家大事记的详情 |
| | | { |
| | | path: '/family1/bignote', |
| | | path: '/familymodel/bignote', |
| | | component: Layout, |
| | | // permissions: [], |
| | | permissions: ['family1:bignote:list'], |
| | | hidden: true, |
| | | permissions: ['familymodel:bignote:list'], |
| | | |
| | | children: [ |
| | | { |
| | | path: 'familyeventInfo/:id(\\d+)', |
| | | component: () => import('@/views/bignote/familyeventInfo'), |
| | | name: 'familyeventInfo', |
| | | meta: { title: '查询详情'} |
| | | meta: { title: '家大事记查询详情',activeMenu: '/familymodel/zfEvent'} |
| | | } |
| | | ] |
| | | }, |
| | | //通讯录详情 |
| | | { |
| | | path: '/familymodel/Contact', |
| | | component: Layout, |
| | | // permissions: [], |
| | | hidden: true, |
| | | permissions: ['familymodel:contact:info'], |
| | | |
| | | children: [ |
| | | { |
| | | path: 'contactsInfo/:id(\\d+)', |
| | | component: () => import('@/views/contacts/contactsInfo'), |
| | | name: 'contactsInfo', |
| | | meta: { title: '通讯录查询详情',activeMenu: '/familymodel/zfContact'} |
| | | } |
| | | ] |
| | | }, |
| | | //家庭设备 |
| | | { |
| | | path: '/familymodel/Device', |
| | | component: Layout, |
| | | // permissions: [], |
| | | hidden: true, |
| | | permissions: ['familymodel:device:info'], |
| | | |
| | | children: [ |
| | | { |
| | | path: 'equipmentInfo/:id(\\d+)', |
| | | component: () => import('@/views/device/equipmentInfo'), |
| | | name: 'equipmentInfo', |
| | | meta: { title: '家庭设备查询详情',activeMenu: '/familymodel/zfDevice'} |
| | | } |
| | | ] |
| | | }, |
| | | //编辑个人信息 |
| | | { |
| | | path: '/self/self', |