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-09-04 17:10:13 +0800
Commit
688efe907e9db3fb6a17500af73a89051c797866
2 parents
e3214c59
119c36b4
Merge branch 'feature/third' into 'master'
第三方登陆回调pathname See merge request
!865
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/passport/models/auth-helper.js
apps/passport/models/auth-helper.js
View file @
688efe9
...
...
@@ -112,7 +112,7 @@ class Auth {
}),
'&'
);
return
{
refer
:
`
$
{
backurl
.
protocol
}
//${backurl.host}?${queryStr}`
refer
:
`
$
{
backurl
.
protocol
}
//${backurl.host}
${backurl.pathname}
?${queryStr}`
};
}
res
.
clearCookie
(
'third_type'
,
{
...
...
Please
register
or
login
to post a comment