Authored by 陈峰

Merge branch 'feature/third' into 'master'

第三方登陆回调pathname



See merge request !865
... ... @@ -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', {
... ...