小程序默认登录取消

This commit is contained in:
Xu Chang 2022-09-14 10:22:29 +08:00
parent 79821cb8ec
commit b6529e78dc
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ App<IAppOption>({
features,
},
async onLaunch() {
// 等application初始化完成后进行登录
// 首先获取app信息登录由用户逻辑主宰
await features.application.getApplication();
features.token.loginWechatMp();
// features.token.loginWechatMp();
},
onHide() {