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
8 years ago
Commit
18515a807d2ccd25ab724046b995106db6b2bc69
1 parent
06a80408
fix login
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/passport/controllers/login.js
package.json
apps/passport/controllers/login.js
View file @
18515a8
...
...
@@ -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
{
...
...
package.json
View file @
18515a8
{
"name"
:
"yohobuy-node"
,
"version"
:
"5.4.2
5
"
,
"version"
:
"5.4.2
7
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment