摘要: 这个报错的根源就是vue-router组件,错误内容翻译一下是: Avoided redundant navigation to current location 避免冗余导航到当前位置 这个问题的解决方案就是屏蔽它,就是重写vue-router的push方法,不影响正常使用 在 Vue.use(V 阅读全文
posted @ 2020-06-24 17:42 星小梦 阅读(3397) 评论(0) 推荐(0)