feige
2023-04-08 6a99341341912b65a7cbfaaad79c15bec1fb9368
ruoyi-ui/src/router/index.js
@@ -121,7 +121,7 @@
    children: [
      {
        path: 'propertyInfo/:id(\\d+)',
        component: () => import('@/views/note/propertyInfo'),
        component: () => import('@/views/note/propertylnfo'),
        name: 'propertyInfo',
        meta: { title: '查询详情'}
      }
@@ -132,6 +132,7 @@
    path: '/family1/bignote',
    component: Layout,
    // permissions: [],
    permissions: ['family1:bignote:list'],
    hidden: true,
    children: [
      {
@@ -142,6 +143,41 @@
      }
    ]
  },
  //家庭设备详情页
  {
    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',
    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,