Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yyq
2018-01-29 15:19:06 +0800
Commit
ca23e85848a2446dcc6887b1daef18f6313ea7e4
2 parents
77fd132a
501b8362
Merge branch 'feature/force-bind2' into release/6.5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/passport/login/index.js
public/js/passport/login/index.js
View file @
ca23e85
...
...
@@ -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
{
...
...
Please
register
or
login
to post a comment