Authored by 陈峰

Merge branch 'feature/third' into 'master'

第三方登陆回调pathname



See merge request !865
@@ -112,7 +112,7 @@ class Auth { @@ -112,7 +112,7 @@ class Auth {
112 }), '&'); 112 }), '&');
113 113
114 return { 114 return {
115 - refer: `${backurl.protocol}//${backurl.host}?${queryStr}` 115 + refer: `${backurl.protocol}//${backurl.host}${backurl.pathname}?${queryStr}`
116 }; 116 };
117 } 117 }
118 res.clearCookie('third_type', { 118 res.clearCookie('third_type', {