chenhaozhe
2026-01-04 c3ceee9402fd69f87797ed82137b82217aff63e4
src/router/index.js
@@ -139,6 +139,31 @@
  },
  //#endregion
  
  //#region 条码生成_锦隆
  {
    path: "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong",
    component: Layout,
    hidden: true,
    redirect: "noredirect",
    meta: {
      breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示
      activeMenu: "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong", // 当路由设置了该属性,则会高亮相对应的侧边栏。
    },
    children: [
      {
        path: "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong",
        component: () =>
          import("@/views/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong.vue"),
        name: "Gy_BarCodeBill_JinLong",
        meta: {
          title: "条码生成_锦隆",
          activeMenu: "warehouse/barcodeMaster",
        },
      },
    ],
  },
  //#endregion
  //#region 条码主挡
  {
    path: "/warehouse/barcodeMaster/Gy_BarCodeBillList",