0
2
98
1
// 解决重定向报错问题const originPathPush = VueRouter.prototype.push;VueRouter.pr...
//获取原型对象上的push函数 const originalPush = Router.prototype.push //修改原型对象中的pu...