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

Uncaught Error: Redirected when going from “/" to "/
Insert picture description here
this.$router.push({
path: this.redirect || ‘/’,
query: this.otherQuery
}).catch(()=>{})

Guess you like

Origin blog.csdn.net/weixin_40013817/article/details/111404489