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-17 15:13:54 +0800
Commit
f1fcc478608c39be871510fa9c772aa222f7ddf4
1 parent
af5b1b2a
switchr
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/passport/controllers/captcha.js
apps/passport/controllers/login.js
apps/passport/controllers/captcha.js
View file @
f1fcc47
...
...
@@ -132,7 +132,7 @@ const checkAPI = (req, res) => {
const
required
=
(
req
,
res
,
next
)
=>
{
req
.
app
.
locals
.
pc
=
_
.
merge
(
req
.
app
.
locals
.
pc
,
{
geetest
:
{
validation
:
tru
e
validation
:
fals
e
}
});
...
...
apps/passport/controllers/login.js
View file @
f1fcc47
...
...
@@ -113,7 +113,7 @@ const local = {
// 测试用
req
.
app
.
locals
.
pc
=
_
.
merge
(
req
.
app
.
locals
.
pc
,
{
geetest
:
{
validation
:
tru
e
validation
:
fals
e
}
});
...
...
Please
register
or
login
to post a comment