zuozhengqing
2023-12-01 7bb888c439e16b656286124ae2c84583f3308899
src/router/index.js
@@ -119,6 +119,12 @@
    // document.title = to.meta.title
  }
})
router.beforeEach((to, from, next) => {
  if(from.name==="overview"){
    localStorage.removeItem('pdfParams');
  }
  next();
});
// router.beforeEach((to, from, next) => {
// must call `next`
// console.log(to, from)