| | |
| | | children: [ |
| | | { |
| | | path: 'propertyInfo/:id(\\d+)', |
| | | component: () => import('@/views/note/propertylnfo'), |
| | | component: () => import('@/views/note/propertyInfo'), |
| | | name: 'propertyInfo', |
| | | meta: { title: '查询详情'} |
| | | } |
| | |
| | | } |
| | | ] |
| | | }, |
| | | //家庭设备详情页 |
| | | { |
| | | path: '/jiatingshebei/device', |
| | | component: Layout, |
| | | // permissions: [], |
| | | permissions: ['jiatingshebei:device:list'], |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: 'equipmentInfo/:id(\\d+)', |
| | | component: () => import('@/views/device/equipmentInfo'), |
| | | name: 'equipmentInfo', |
| | | meta: { title: '查询详情'} |
| | | } |
| | | ] |
| | | }, |
| | | |
| | | |
| | | //编辑个人信息 |
| | | { |
| | | path: '/self/user', |
| | | path: '/self/self', |
| | | component: Layout, |
| | | permissions: ['self:self:list'], |
| | | |