yangfeng
2023-09-15 36fb84a1ec003eb97502d8cc6f56bca67e1502a0
src/router/product/index.js
@@ -1,6 +1,7 @@
// const type from '@/router/deployCode'
const product = (resolve) => require(["@/views/productManage/product/index"], resolve) // 产品
const inOutboundDetail = (resolve) => require(["@/views/reportForm/inboundOutboundDetail/index"], resolve) // 出入库明细
const appconfig = [
  {
@@ -10,6 +11,14 @@
    meta: {
      title: "产品管理"
    }
  },
  {
    path: "/reportForm/inOutboundDetail",
    name: "inOutboundDetail",
    component: inOutboundDetail,
    meta: {
      title: "出入库明细"
    }
  }
]