# 问题描述:
vue路由跳转错误:Error: Redirected when going from “/login” to “/home” via a navigation guard.

解决方案:
对vue-router降低版本到3.0.7

"vue-router": "^3.0.7",


修改之后删除包文件,重新npm install 在运行项目。

可以参考:https://blog.csdn/weixin_44039043/article/details/109400572

更多推荐

解决Uncaught (in promise) Error: Redirected when going from “/login“ to “/home“ vi