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
Plain Diff
Browse Files
Authored by
郝肖肖
2017-02-09 11:35:55 +0800
Commit
cbec1ba37ab0b38a580f971048185d6f33f8077a
2 parents
e6a613b8
d2228445
Merge branch 'feature/searchDefaultUid' of git.yoho.cn:fe/yohobuywap-node into f…
…eature/searchDefaultUid
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/passport/controllers/bind.js
apps/passport/controllers/bind.js
View file @
cbec1ba
...
...
@@ -24,7 +24,7 @@ const bind = {
indexPage
:
(
req
,
res
)
=>
{
// 如果没有originalUrl,判定为非法链接
if
(
req
.
session
.
originalUrl
!==
'true'
)
{
res
.
redirect
(
'//m.yohobuy.com'
);
re
turn
re
s
.
redirect
(
'//m.yohobuy.com'
);
}
let
refer
=
req
.
get
(
'Referer'
);
...
...
Please
register
or
login
to post a comment