feige
2025-05-06 c4d4c5d25cd78fa302fe07a824c8d7b3412bd9f1
ruoyi-ui/src/router/index.js
@@ -124,6 +124,38 @@
    ]
  },
  {
    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,
@@ -495,7 +527,7 @@
    path: '/familymodel/jiagenwang',
    component: Layout,
    // permissions: [],
    hidden: true,
  //  hidden: true,
    permissions: ['familymodel:jiagenwang:info'],
    children: [
      {