vue脚手架 路由报错Avoided redundant navigation to current location: "/"
解决方法1constoriginalPush=Router.prototype.pushRouter.prototype.push=functionpush(location){returnoriginalPush.call(this,location).catch(err=>err)}在router文件夹下index.js最下方加入以上代码解决方法2vue-router用3.0版本