修改公众号微信登录授权未保存token的问题
This commit is contained in:
@ -63,7 +63,7 @@ export function getArticleDetails(id) {
|
||||
export function getWechatConfig() {
|
||||
return request.get(
|
||||
"/wechat/config",
|
||||
{ url: document.location.href },
|
||||
{ url: location.href },
|
||||
{ login: false }
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user