From 032a92d28ca42d28f35894405d975c7313154e5e Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 18 十二月 2025 11:07:01 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 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 81d3b80..345c7b7 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