chenhaozhe
2025-12-18 032a92d28ca42d28f35894405d975c7313154e5e
src/router/index.js
@@ -138,6 +138,31 @@
    ],
  },
  //#endregion
  //#region 条码主挡
  {
    path: "/warehouse/barcodeMaster/Gy_BarCodeBillList",
    component: Layout,
    hidden: true,
    redirect: "noredirect",
    meta: {
      breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示
      activeMenu: "/warehouse/barcodeMaster/Gy_BarCodeBillList", // 当路由设置了该属性,则会高亮相对应的侧边栏。
    },
    children: [
      {
        path: "/warehouse/barcodeMaster/Gy_BarCodeBillList",
        component: () =>
          import("@/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue"),
        name: "Gy_BarCodeBillList",
        meta: {
          title: "条码主档",
          activeMenu: "warehouse/barcodeMaster",
        },
      },
    ],
  },
  //#endregion
  //#endregion
  //#region 仓存管理