Authored by yyq

Merge branch 'feature/force-bind2' into release/6.5

... ... @@ -834,7 +834,7 @@ function loginAsync() {
if (res.data) {
location.href = res.data.session;
}
} if (res.code === 50004) {
} else if (res.code === 50004) {
// 跳转邮箱
location.href = res.data.session;
} else {
... ...