From e888346ebcd8e3e099a15c7edd7bf367c057193a Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 04 三月 2025 15:33:33 +0800
Subject: [PATCH] Merge branch 'refs/heads/dev'

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

diff --git a/src/router/index.js b/src/router/index.js
index 91a52f6..6f5f9e7 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -92,22 +92,22 @@
 
 // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
 export const dynamicRoutes = [
-  {
-    // 鍘熸潗鏂欎笅鍗�
-    path: '/materialOrder',
-    component: Layout,
-    hidden: true,
-    permissions: ['business:order'],
-    children: [
-      {
-        // 閾滄潗鏂欎笅鍗�
-        path: 'customsInspection',
-        component: () => import('@/views/business/materialOrder/customsInspection'),
-        name: 'customsInspection',
-        meta: { title: '閾滄潗鏂欎笅鍗�', activeMenu: '/business/materialOrder' }
-      }
-    ]
-  },
+  // {
+  //   // 鍘熸潗鏂欎笅鍗�
+  //   path: '/materialOrder',
+  //   component: Layout,
+  //   hidden: true,
+  //   permissions: ['business:order'],
+  //   children: [
+  //     {
+  //       // 閾滄潗鏂欎笅鍗�
+  //       path: 'customsInspection',
+  //       component: () => import('@/views/business/materialOrder/customsInspection'),
+  //       name: 'customsInspection',
+  //       meta: { title: '閾滄潗鏂欎笅鍗�', activeMenu: '/business/materialOrder' }
+  //     }
+  //   ]
+  // },
   {
     // 鐢ㄦ埛绠$悊
     path: '/system/user-auth',

--
Gitblit v1.9.3