zuozhengqing
2023-11-15 624dbdf2b7e3dc1bbcb9d6ebe8fd9d2ab36e214a
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) => {