Commit 3b60ec44 by LJM

登录:接口返回登录,但也没并未跳转

parent 621e4265
Showing with 1 additions and 5 deletions
......@@ -179,11 +179,7 @@ export default {
}
})
} else {
if (this.$route.query.referer) {
window.location.href = "/#" + decodeURIComponent(this.$route.query.referer)
} else {
window.location.href = '/';
}
window.location.href = '/';
}
} else if (res.code === 102) {
this.errror_text = res.msg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment