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
陈峰
2017-09-04 17:09:32 +0800
Commit
119c36b43260782db65035d71a4ec8920e4bb555
1 parent
5ad866d3
第三方登陆回调pathname
Hide 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 @
119c36b
...
...
@@ -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