把以下內(nèi)容放在路由文件中
const?originalPush?=?VueRouter.prototype.push
VueRouter.prototype.push?=?function?push(location)?{
return?originalPush.call(this,?location).catch(err?=>?err)
}
把以下內(nèi)容放在路由文件中
const?originalPush?=?VueRouter.prototype.push
VueRouter.prototype.push?=?function?push(location)?{
return?originalPush.call(this,?location).catch(err?=>?err)
}