From 4a8da5e1329c8e205d7bbb06162f37bc73f17ac5 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 06 三月 2025 10:47:40 +0800
Subject: [PATCH] 人员培训计划-导入增加必填项

---
 src/router/index.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index eb196f1..11b0dad 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -125,7 +125,7 @@
     path: "/productOrder",
     component: Layout,
     hidden: true,
-    permissions: ["productOrder:order"],
+    permissions: ["business:productOrder"],
     children: [
       {
         // 鎴愬搧涓嬪崟璇︽儏
@@ -149,7 +149,7 @@
         path: "inspection",
         component: () => import("@/views/business/inspectionTask/inspection"),
         name: "inspection",
-        meta: { title: "妫�楠屽崟璇︽儏", activeMenu: "/business/inspectionTask" },
+        meta: { title: "妫�楠屽崟璇︽儏", activeMenu: "/business/inspectionTask", keepAlive: false },
       },
     ],
   },

--
Gitblit v1.9.3