feige
2025-05-06 850618a035d9999cf60d77dafd6da8a09f36a1fe
ruoyi-ui/src/router/index.js
@@ -124,6 +124,44 @@
    ]
  },
  {
    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: '/pdfShow',
    component: () => import('@/views/qrcode/pdfShow'),
    },
  // {
  //   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,
@@ -338,11 +376,11 @@
  {
    path: '/familymodel/Device',
    component: Layout,
   name: 'ZfDevice',
   // name: 'ZfDevice',
    // permissions: [],
    // hidden: true,
    permissions: ['familymodel:device:info'],
  component: () => import('@/views/device/index'),
  // component: () => import('@/views/device/index'),
    children: [
@@ -495,7 +533,7 @@
    path: '/familymodel/jiagenwang',
    component: Layout,
    // permissions: [],
    hidden: true,
  //  hidden: true,
    permissions: ['familymodel:jiagenwang:info'],
    children: [
      {