Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2017-03-17 13:30:13 +0800
Commit
5ac0d91d820a17b9373d953e8b9b9acf625f0d97
1 parent
3f57ce95
add captchaShow
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/passport/controllers/login.js
apps/passport/controllers/login.js
View file @
5ac0d91
...
...
@@ -229,7 +229,8 @@ const local = {
let
obj
=
{
code
:
400
,
message
:
err
||
'登录出错请重试'
,
data
:
''
data
:
''
,
captchaShow
:
true
};
res
.
json
(
obj
);
...
...
Please
register
or
login
to post a comment