Commit 3b60ec44 by LJM

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

parent 621e4265
Showing with 0 additions and 4 deletions
......@@ -179,12 +179,8 @@ export default {
}
})
} else {
if (this.$route.query.referer) {
window.location.href = "/#" + decodeURIComponent(this.$route.query.referer)
} else {
window.location.href = '/';
}
}
} else if (res.code === 102) {
this.errror_text = res.msg;
this.cp = true;
......
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