liding
2025-04-09 efdd02d3d80253bf93f1c58e3ae25016db2d6b31
src/router/index.js
@@ -198,6 +198,26 @@
    ],
  },
  {
    // 标准库变更
    path: "/audit",
    component: Layout,
    hidden: true,
    permissions: ["standard:audit"],
    children: [
      {
        // 变更详情
        path: "auditDetail",
        component: () => import("@/views/standard/standardLibrary/index"),
        name: "auditDetail",
        meta: {
          title: "标准库变更详情",
          activeMenu: "/standard/audit",
          keepAlive: true,
        },
      },
    ],
  },
  {
    // 用户管理
    path: "/system/user-auth",
    component: Layout,