spring
2025-02-13 0616d879e466ca4ae7d87206a2216bdff40a8710
src/router/index.js
@@ -115,6 +115,7 @@
    ]
  },
  {
    // 用户管理
    path: '/system/user-auth',
    component: Layout,
    hidden: true,
@@ -129,6 +130,7 @@
    ]
  },
  {
    // 角色管理
    path: '/system/role-auth',
    component: Layout,
    hidden: true,
@@ -143,6 +145,7 @@
    ]
  },
  {
    // 数据字典
    path: '/system/dict-data',
    component: Layout,
    hidden: true,
@@ -157,6 +160,13 @@
    ]
  },
  {
    // 数据字典
    path: '/customer',
    component: Layout,
    hidden: true,
    permissions: ['customer:edit'],
  },
  {
    path: '/monitor/job-log',
    component: Layout,
    hidden: true,