This commit is contained in:
@@ -56,9 +56,9 @@ export default {
|
||||
try {
|
||||
this.statusText = '正在获取授权...';
|
||||
|
||||
// 构建回调地址(当前页面地址)
|
||||
const redirectUri = encodeURIComponent(
|
||||
window.location.origin + window.location.pathname
|
||||
// 回调地址必须是 HTTPS,使用配置文件中的地址
|
||||
const redirectUri = config.authRedirectUri || (
|
||||
window.location.origin.replace(/^http:/, 'https:') + window.location.pathname
|
||||
);
|
||||
|
||||
const res = await gatewayGet('/api/v1/user/auth/url', {
|
||||
|
||||
Reference in New Issue
Block a user