zuozhengqing
2023-10-21 4e309cdd2dc5fe3899b47f37a27a87ae1b2ab04a
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
    // document.title = to.meta.title
  }
})
// router.beforeEach((to, from, next) => {