chenhaozhe
2026-01-28 358377336e3e64e088d05bf67bd952bf4f25f419
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" },
      },
    ],
  },