From a793a82b2d9ab8c383145db7fad57c26541b097a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 11 二月 2025 21:01:32 +0800
Subject: [PATCH] 铜材料下单子页面路由配置

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

diff --git a/src/router/index.js b/src/router/index.js
index c157664..59e6be2 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -93,11 +93,28 @@
 // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
 export const dynamicRoutes = [
   {
-    path: '/business/rawMaterialInspection',
+    // 鍘熸潗鏂欐姤妫�
+    path: '/rawMaterialInspection',
     component: Layout,
     hidden: true,
   },
   {
+    // 鍘熸潗鏂欎笅鍗�
+    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',
     component: Layout,
     hidden: true,

--
Gitblit v1.9.3