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
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2018-01-29 15:18:35 +0800
Commit
501b8362077374bd44d529d9b39c1dbeb1fcba2e
1 parent
222df2f0
fix
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 @
501b836
...
...
@@ -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