陈婷婷
2026-04-03 ea3a8207fd2e42b24b80b3ce2a692a62159ec74f
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, // 如果设置为false,则不会在breadcrumb面包屑中显示
      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, // 如果设置为false,则不会在breadcrumb面包屑中显示
      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 费用基础资料