优化H5登录逻辑

This commit is contained in:
Gaoxs
2020-08-15 20:07:33 +08:00
parent a65d09015e
commit 0c50a9ebb2
12 changed files with 878 additions and 199 deletions

View File

@ -61,11 +61,11 @@ export function getArticleDetails(id) {
* @returns {*}
*/
export function getWechatConfig() {
// return request.get(
// "/wechat/config",
// { url: document.location.href },
// { login: false }
// );
return request.get(
"/wechat/config",
{ url: document.location.href },
{ login: false }
);
}
/**