vue-element-admin icon indicating copy to clipboard operation
vue-element-admin copied to clipboard

Uncaught (in promise) Error: Redirected when going from "/login?redirect=%2Fdashboard" to "/dashboard" via a navigation guard.

Open chnljx opened this issue 2 years ago • 0 comments

升级vue-router后出现这个错误:Uncaught (in promise) Error: Redirected when going from "/login?redirect=%2Fdashboard" to "/dashboard" via a navigation guard. 发现错误是在permission.js中next({ ...to, replace: true })这里跳转的时候报错,不知道有什么解决方法?

chnljx avatar Apr 07 '22 17:04 chnljx