linwenling
2023-04-08 90df755d258da3864af193b61ef94267dc540e10
ruoyi-ui/src/router/index.js
@@ -143,7 +143,22 @@
      }
    ]
  },
  //家庭设备详情页
  {
    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',