zuozhengqing
2023-11-30 af9ae0806cdce3935d8c5ec9f4e4f085587353b6
src/router/index.js
@@ -113,10 +113,10 @@
  if ((to.path === "/overview/overviewList" || to.path === "/productManage/productList") && to.params.name) {
    console.log(from, next)
    to.meta.title = to.params.name
    document.title = to.meta.title
    // document.title = to.meta.title
  } else if (to.name === "inboundOutboundDetail") {
    to.meta.title = "出入库明细"
    document.title = to.meta.title
    to.meta.title = "入库明细报表"
    // document.title = to.meta.title
  }
})
// router.beforeEach((to, from, next) => {