当前位置:网站首页 > Vue.js开发 > 正文

VUE报错: Avoided redundant navigation to current location【解决ElementUI导航栏中的vue-router在3.0版本以上重复点菜单报错问题】

在VUE中路由遇到Error: Avoided redundant navigation to current location:报错显示是路由重复 

解决:router文件夹下面的index.js中加上下面几句代码,搞定

// 解决ElementUI导航栏中的vue-router在3.0版本以上重复点菜单报错问题 const originalPush = Router.prototype.push Router.prototype.push = function push(location) { return originalPush.call(this, location).catch(err => err) }

 

到此这篇VUE报错: Avoided redundant navigation to current location【解决ElementUI导航栏中的vue-router在3.0版本以上重复点菜单报错问题】的文章就介绍到这了,更多相关内容请继续浏览下面的相关推荐文章,希望大家都能在编程的领域有一番成就!

版权声明


相关文章:

  • vue3.0视频播放插件实现全屏倍速等(vue-vedio-player)2024-12-01 09:09:09
  • vue.js中的computed计算属性如何传递参数2024-12-01 09:09:09
  • vue让跳转路由参数不在地址栏显示2024-12-01 09:09:09
  • vue获取当前页面路由2024-12-01 09:09:09
  • VUE报错: Avoid mutating a prop directly since the value will be overwritten whenever the parent及解决方案2024-12-01 09:09:09
  • 查看项目中vue版本以及@vue/cli版本2024-12-01 09:09:09
  • VUE动态绑定class2024-12-01 09:09:09
  • VUE阻止移动端滑动默认行为2024-12-01 09:09:09
  • vue给页面设置但单独的<title>2024-12-01 09:09:09
  • vue移动端跳转置顶2024-12-01 09:09:09
  • 全屏图片