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 | 18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 0c69b55..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",
@@ -1813,7 +1819,7 @@
//#region 杩愯緭瀹氫綅
//#region 杩愬崟璐圭敤缁撶畻鍗曞垪琛�
{
- path: "logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList",
+ path: "/logistics/WayBillPaymentBill/YFPayMentOtherBillTranList",
component: Layout,
hidden: true,
redirect: "noredirect",
@@ -1823,10 +1829,10 @@
},
children: [
{
- path: "/logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList",
- component: () => import("@/views/logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList.vue"),
- name: "yf_PayMentOtherBillTranList",
- meta: { title: "杩愬崟璐圭敤缁撶畻鍗�", activeMenu: "logistics/WayBillPaymentBill" },
+ path: "/logistics/WayBillPaymentBill/payWayBillPaymentBillList",
+ component: () => import("@/views/logistics/WayBillPaymentBill/Pay_WayBillPaymentBillList.vue"),
+ name: "payWayBillPaymentBillList",
+ meta: { title: "杩愬崟璐圭敤缁撶畻鍗�", activeMenu: "/logistics/WayBillPaymentBill" },
},
],
},
--
Gitblit v1.9.1