vue Uncaught Error: Redirected when going from “/*“ to “/*“ 路由报错


 
Uncaught Error: Redirected when going from "/*" to "/*"  

报类似的错 大部分因为触发了vue-router 路由导航重定向了

 

简单的方法就是直接触发跳转的逻辑上,把error抛出来

 this.$router.replace({
        path: this.$route.path,
        query
   })
 .catch(()=>{});//把error 抛出来

 

 

扩展参考 https://blog.csdn.net/ProgrammingWhite/article/details/107693339


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM