spring
2025-04-01 9bf2a515f5ede3acd76ac9312132d49b2e97a44c
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,