duhe
2025-12-29 7b83be8b0a7c6ac5281ef5310f7dde098d13ae92
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",