解决路由跳转报错问题

main.js
const originalPush = Router.prototype.push
Router.prototype.push = function push(location) {
  return originalPush.call(this, location).catch(err => err)
}
posted @ 2021-05-06 16:31  zjxgdq  阅读(86)  评论(0编辑  收藏  举报