Uncaught (in promise) NavigationDuplicated: Avoided redundant navigation to 解决办法
main.js 配置如下import Router from 'vue-router';//路由导航冗余报错(路由重复)const originalPush = Router.prototype.pushRouter.prototype.push = function push(location) { return originalPush.call(this, location...


















