feat: 支持h5端自动登录

This commit is contained in:
caoqianming 2025-10-13 09:55:21 +08:00
parent 4600f3a84f
commit a2b23fbab2
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@
// #ifdef APP-PLUS // #ifdef APP-PLUS
that.appLogin() that.appLogin()
// #endif // #endif
// #ifdef H5
that.appLogin()
// #endif
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
that.wxmpLogin() that.wxmpLogin()
// #endif // #endif