src/router/index.js
@@ -178,6 +178,26 @@ ], }, { // 可靠性计划 path: "/reliabilityPlan", component: Layout, hidden: true, permissions: ["business:reliabilityPlan"], children: [ { // 计划详情 path: "plan", component: () => import("@/views/business/reliabilityPlan/plan"), name: "plan", meta: { title: "计划详情", activeMenu: "/business/reliabilityPlan", keepAlive: true, }, }, ], }, { // 用户管理 path: "/system/user-auth", component: Layout,