spring
2025-04-02 235f0b0e3605082bb2127dc6d87f4a7eef33c6de
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,