gaoluyang
2025-02-12 425335fcdb7a06d80b9010e33939a82ace143bb1
src/router/index.js
@@ -135,28 +135,29 @@
    component: Layout,
    hidden: true,
    permissions: ['system:role:edit'],
    children: [
      {
        path: 'user/:roleId(\\d+)',
        component: () => import('@/views/system/role/authUser'),
        name: 'AuthUser',
        meta: { title: '分配用户', activeMenu: '/system/role' }
      }
    ]
    // children: [
    //   {
    //     path: 'user/:roleId(\\d+)',
    //     component: () => import('@/views/system/role/authUser'),
    //     name: 'AuthUser',
    //     meta: { title: '分配用户', activeMenu: '/system/role' }
    //   }
    // ]
  },
  {
    // 数据字典
    path: '/system/dict-data',
    component: Layout,
    hidden: true,
    permissions: ['system:dict:list'],
    children: [
      {
        path: 'index/:dictId(\\d+)',
        component: () => import('@/views/system/dict/data'),
        name: 'Data',
        meta: { title: '字典数据', activeMenu: '/system/dict' }
      }
    ]
    // children: [
    //   {
    //     path: 'index/:dictId(\\d+)',
    //     component: () => import('@/views/system/dict/data'),
    //     name: 'Data',
    //     meta: { title: '字典数据', activeMenu: '/system/dict' }
    //   }
    // ]
  },
  {
    path: '/monitor/job-log',