Tcsm
2023-04-10 3ca2523e54e60eb4bd20f525f91f264c2e8d45f2
ruoyi-ui/src/router/index.js
@@ -121,7 +121,7 @@
    children: [
      {
        path: 'propertyInfo/:id(\\d+)',
        component: () => import('@/views/note/propertylnfo'),
        component: () => import('@/views/note/propertyInfo'),
        name: 'propertyInfo',
        meta: { title: '查询详情'}
      }
@@ -143,27 +143,10 @@
      }
    ]
  },
  //家庭设备详情页
  {
    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'],