NavigationDuplicated: Avoided redundant navigation to current location: “/xxx“的解决方案
NavigationDuplicated: Avoided redundant navigation to current
location: “/mine“解决方案
在router文件的index.js中添加以下代码即可:
const originalPush = VueRouter.prototype.push
VueRouter.prototype.push = function push(location) {
return originalPush.call(this, locatio.
原创
2021-02-02 16:12:01 ·
649 阅读 ·
0 评论