gaoluyang
2025-02-13 8d81c0fd140addfa641a1e70532fb8b6447a3174
src/router/index.js
@@ -93,12 +93,6 @@
// 动态路由,基于用户权限动态去加载
export const dynamicRoutes = [
  {
    // 原材料报检
    path: '/rawMaterialInspection',
    component: Layout,
    hidden: true,
  },
  {
    // 原材料下单
    path: '/materialOrder',
    component: Layout,
@@ -115,6 +109,7 @@
    ]
  },
  {
    // 用户管理
    path: '/system/user-auth',
    component: Layout,
    hidden: true,
@@ -129,6 +124,7 @@
    ]
  },
  {
    // 角色管理
    path: '/system/role-auth',
    component: Layout,
    hidden: true,
@@ -143,6 +139,7 @@
    ]
  },
  {
    // 数据字典
    path: '/system/dict-data',
    component: Layout,
    hidden: true,
@@ -157,6 +154,13 @@
    ]
  },
  {
    // 数据字典
    path: '/customer',
    component: Layout,
    hidden: true,
    permissions: ['customer:edit'],
  },
  {
    path: '/monitor/job-log',
    component: Layout,
    hidden: true,