解决小程序 自登陆 bug

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2024-04-09 04:19:12 +00:00 committed by Gitee
parent c8fb7b3477
commit 33ee43b9ea
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -58,7 +58,7 @@ export function autoLogin(options) {
return;
}
//todo 如果是 h5 或者 微信小程序 ,检查是否做了配置,如果没有做配置不做自登陆
// #ifdef H5 || MP-MP-WEIXIN
// #ifdef H5 || MP-WEIXIN
autoLoginWechat(options);
// #endif