| | |
| | | hidden: true, |
| | | }, |
| | | //#endregion |
| | | |
| | | //#region 登录TMS |
| | | { |
| | | path: "/loginTMS", |
| | | component: () => import("@/views/loginTMS"), |
| | | hidden: true, |
| | | }, |
| | | //#endregion |
| | | //#region 注册 |
| | | { |
| | | path: "/register", |
| | |
| | | }, |
| | | 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" }, |
| | | }, |
| | | ], |