vue路由点击第二次时报错

 

 解决:

const originalPush = VueRouter.prototype.push
VueRouter.prototype.push = function push(location) {
  return originalPush.call(this, location).catch(err => err)
}

 

posted @ 2020-04-23 16:55  吴小明-  阅读(870)  评论(0编辑  收藏  举报