From 7b849f06f0b0986b3955c1d1d91a0b2a79fa7ea6 Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期二, 31 三月 2026 08:40:05 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/router/index.js |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 53 insertions(+), 2 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 9a7d5a2..bab52bd 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -86,7 +86,13 @@
     hidden: true,
   },
   //#endregion
-
+  //#region 鐧诲綍TMS
+  {
+    path: "/loginTMS",
+    component: () => import("@/views/loginTMS"),
+    hidden: true,
+  },
+  //#endregion
   //#region 娉ㄥ唽
   {
     path: "/register",
@@ -112,7 +118,32 @@
   },
   //#endregion
   //#endregion
-
+  //#region 鏉$爜鎶ヨ〃
+  {
+    path: "/BarCodeReport/Kf_BarCodeOutInReport",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/warehouse/BarCodeReport/Kf_BarCodeOutInReport", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [{
+      path: "/warehouse/BarCodeReport/Kf_BarCodeOutInReport",
+      component: () =>
+        import("@/views/warehouse/BarCodeReport/Kf_BarCodeOutInReport.vue"),
+      name: "Kf_BarCodeOutInReport",
+      meta: { title: "鏉$爜鍑哄叆搴撴姤琛�", activeMenu: "/warehouse/BarCodeReport/Kf_BarCodeOutInReport" },
+    },{
+      path: "/warehouse/BarCodeReport/Kf_ICInventory_BarCode",
+      component: () =>
+        import("@/views/warehouse/BarCodeReport/Kf_ICInventory_BarCode.vue"),
+      name: "Kf_ICInventory_BarCode",
+      meta: { title: "鏉$爜搴撳瓨鎶ヨ〃", activeMenu: "/warehouse/BarCodeReport/Kf_ICInventory_BarCode" },
+    },
+  ]
+  },
+  //#endregion
   //#region 鏉$爜绠$悊
   //#region 鏉$爜鐢熸垚
   {
@@ -1556,6 +1587,26 @@
   },
   //#endregion
 
+  //#region 杞﹁締鍒楄〃
+  {
+    path: "/basic",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/basic/gy", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/basic/gy/GyDriver",
+        component: () => import("@/views/system/user/GyDriver.vue"),
+        name: "gyDriver",
+        meta: { title: "椹鹃┒鍛樺垪琛�", activeMenu: "/basic/gy" },
+      },
+    ],
+  },
+  //#endregion
   //#endregion
 
   //#region 璐圭敤鍩虹璧勬枡

--
Gitblit v1.9.1