From 358377336e3e64e088d05bf67bd952bf4f25f419 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 28 一月 2026 15:06:42 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/router/index.js |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 178b23f..fa2d612 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",
@@ -1823,9 +1829,9 @@
     },
     children: [
       {
-        path: "/logistics/WayBillPaymentBill/YFPayMentOtherBillTranList",
-        component: () => import("@/views/logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList.vue"),
-        name: "yfPayMentOtherBillTranList",
+        path: "/logistics/WayBillPaymentBill/payWayBillPaymentBillList",
+        component: () => import("@/views/logistics/WayBillPaymentBill/Pay_WayBillPaymentBillList.vue"),
+        name: "payWayBillPaymentBillList",
         meta: { title: "杩愬崟璐圭敤缁撶畻鍗�", activeMenu: "/logistics/WayBillPaymentBill" },
       },
     ],

--
Gitblit v1.9.1