From db01bceab158251b846c5d6d43c1185172eb958d Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期二, 18 三月 2025 11:24:32 +0800
Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/center-lims-before-ruoyi into dev

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

diff --git a/src/router/index.js b/src/router/index.js
index b9675e1..b9dde1e 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -93,7 +93,7 @@
 // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
 export const dynamicRoutes = [
   {
-    // 涓嬪崟椤甸潰
+    // 妫�楠屼笅鍗曢〉闈�
     path: '/inspectionOrder',
     component: Layout,
     hidden: true,
@@ -116,6 +116,29 @@
     ]
   },
   {
+    // 妫�楠屼换鍔¢〉闈�
+    path: '/inspectionTask',
+    component: Layout,
+    hidden: true,
+    permissions: ['business:inspection'],
+    children: [
+      {
+        // 浠诲姟妫�楠岄〉闈�
+        path: 'inspection',
+        component: () => import('@/views/business/inspectionTask/Inspection'),
+        name: 'inspection',
+        meta: { title: '濮旀墭鍗曟楠�', activeMenu: '/business/inspectionTask' }
+      },
+      // {
+      //   // 鏌ョ湅濮旀墭鍗曡鎯呴〉闈�
+      //   path: 'showDetails',
+      //   component: () => import('@/views/business/inspectionOrder/add'),
+      //   name: 'showDetails',
+      //   meta: { title: '濮旀墭鍗曡鎯�', activeMenu: '/business/inspectionOrder' }
+      // }
+    ]
+  },
+  {
     // 鐢ㄦ埛绠$悊
     path: "/system/user-auth",
     component: Layout,

--
Gitblit v1.9.3