From 87c15e69c8efe6b25c824f0a24f0f569dd8bae81 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 18 十二月 2025 10:10:58 +0800
Subject: [PATCH] 条码主档

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

diff --git a/src/router/index.js b/src/router/index.js
index 92b2a75..137bad1 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -138,6 +138,31 @@
     ],
   },
   //#endregion
+  
+  //#region 鏉$爜涓绘尅
+  {
+    path: "/warehouse/barcodeMaster/Gy_BarCodeBillList",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/warehouse/barcodeMaster/Gy_BarCodeBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/warehouse/barcodeMaster/Gy_BarCodeBillList",
+        component: () =>
+          import("@/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue"),
+        name: "Gy_BarCodeBillList",
+        meta: {
+          title: "鏉$爜涓绘。",
+          activeMenu: "warehouse/barcodeMaster",
+        },
+      },
+    ],
+  },
+  //#endregion
   //#endregion
 
   //#region 浠撳瓨绠$悊

--
Gitblit v1.9.1