yangfeng
2023-09-27 482c8fcf03bfbeddc843e4ea7fbb53c74485e2e5
src/router/index.js
@@ -113,8 +113,8 @@
    console.log(from, next)
    to.meta.title = to.params.name
    document.title = to.meta.title
  } else if (to.name === "inOutboundDetail") {
    to.meta.title = to.params.name + "/出入库明细"
  } else if (to.path === "/reportForm/inOutboundDetail" && to.params.name) {
    to.meta.title = "出入库明细"
    document.title = to.meta.title
  }
})