feige
2025-05-06 c4d4c5d25cd78fa302fe07a824c8d7b3412bd9f1
ruoyi-ui/src/router/index.js
@@ -109,6 +109,66 @@
      }
    ]
  },
  {
    path: '/ancestor',
    component: Layout,
    hidden: true,
    redirect: 'noredirect',
    children: [
      {
        path: 'ancestor',
        component: () => import('@/views/clanManager/ancestor/index'),
        name: 'ancestor',
        meta: { title: '祖先管理', icon: 'user' }
      }
    ]
  },
  {
    path: '/pscan/pscil',
    component: Layout,
    // permissions: [],
    hidden: true,
    children: [
      {
        path: 'pdscanInfo/:id(\\d+)',
        component: () => import('@/views/qrcode/pdscanInfo'),
        name: 'pdscanInfo',
        meta: { title: '二维码详细信息',activeMenu: '/pscan/psci'}
      }
    ]
  },
  // {
  //   path: '/pscan',
  //   component: Layout,
  //   hidden: true,
  //   redirect: 'noredirect',
  //   children: [
  //     {
  //       path: 'ancestor',
  //       component: () => import('@/views/qrcode/index'),
  //       name: 'ancestor',
  //       meta: { title: '下载视频管理', icon: 'user' }
  //     }
  //   ]
  // },
  {
    path: '/clan',
    component: Layout,
    hidden: true,
    redirect: 'noredirect',
    children: [
      {
        path: 'clan',
        component: () => import('@/views/clanManager/clan/index'),
        name: 'clan',
        meta: { title: '家族号管理', icon: 'user' }
      }
    ]
  },
  // {
  //   path: '',
  //   component: Layout,
@@ -310,9 +370,12 @@
  {
    path: '/familymodel/Device',
    component: Layout,
   // name: 'ZfDevice',
    // permissions: [],
    hidden: true,
    // hidden: true,
    permissions: ['familymodel:device:info'],
  // component: () => import('@/views/device/index'),
    children: [
      {
@@ -464,7 +527,7 @@
    path: '/familymodel/jiagenwang',
    component: Layout,
    // permissions: [],
    hidden: true,
  //  hidden: true,
    permissions: ['familymodel:jiagenwang:info'],
    children: [
      {