vue 路由导航重复跳转报错解决记录 码农plus 2021-10-29 160 阅读1分钟 const originalPush = Router.prototype.push Router.prototype.push = function push(location) { return originalPush.call(this, location).catch(err => err) }