feat(home): 首页智慧体重/健康档案入口接入H5并切换生产环境

- 智慧体重、健康档案及AI随访banner由占位页改为跳转对应H5页面,
  携带加密参数并增加登录校验
- UrlConfig新增体重管理、健康档案H5地址,baseUrlType切换为PRODUCT
- 版本号升级至1.0.15(1015)
This commit is contained in:
zhanglei
2026-09-04 11:35:40 +08:00
parent 3c90d9f1d3
commit b06a08b029
3 changed files with 83 additions and 14 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ ext {
minSdkVersion = 26
targetSdkVersion = 32
compileSdkVersion = 33
versionCode = 1014
versionName = "1.0.14"
versionCode = 1015
versionName = "1.0.15"
//Dependencies
junitVersion = "4.12"
lifecycleVersion = "2.6.0-alpha01"