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,