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) => {