From 7b83be8b0a7c6ac5281ef5310f7dde098d13ae92 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 29 十二月 2025 09:22:20 +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 345c7b7..8b70f48 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -139,6 +139,31 @@
   },
   //#endregion
   
+  //#region 鏉$爜鐢熸垚_閿﹂殕
+  {
+    path: "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong",
+        component: () =>
+          import("@/views/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong.vue"),
+        name: "Gy_BarCodeBill_JinLong",
+        meta: {
+          title: "鏉$爜鐢熸垚_閿﹂殕",
+          activeMenu: "warehouse/barcodeMaster",
+        },
+      },
+    ],
+  },
+  //#endregion
+  
   //#region 鏉$爜涓绘尅
   {
     path: "/warehouse/barcodeMaster/Gy_BarCodeBillList",

--
Gitblit v1.9.1