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: "出入库明细" } } ]