原文:Avoided redundant navigation to current location

问题 在做菜单跳转功能时,发现如果多次点击同一个项,发生重复跳转就会报错。 Avoided redundant navigation to current location... 解决 高版本 VueRouter 新加的报错信息,第一种办法是减低 VueRouter 的版本。 第二种办法是:在router文件夹下的index.js中添加以下代码: ...

2020-07-18 17:28 0 1069 推荐指数:

查看详情

Vue Avoided redundant navigation to current location Error

这个报错的根源就是vue-router组件,错误内容翻译一下是: Avoided redundant navigation to current location === 避免冗余导航到当前位置 这个问题的解决方案就是屏蔽它,就是重写vue-router的push方法,不影响正常使用 ...

Thu Jun 25 01:42:00 CST 2020 0 3244
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM