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
htoooth
2017-03-14 15:13:50 +0800
Commit
23749ffb7c2c2f0905fa1275bc69037475f2d8f0
1 parent
65e28401
fix login url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/passport/controllers/login.js
apps/passport/controllers/login.js
View file @
23749ff
...
...
@@ -314,7 +314,7 @@ const local = {
return
res
.
json
({
code
:
200
,
data
:
{
qrcode
:
`
http
:
//
union.yoho.cn/union/app-downloads
.html?qr=${result.data.code}`
qrcode
:
`
http
:
//
m.yohobuy.com/signin
.html?qr=${result.data.code}`
}
});
}
else
{
...
...
Please
register
or
login
to post a comment