refactor(tabbar): 切换为原生tabbar并清理自定义tabbar相关代码

移除自定义tabbar的配置和代码,改为使用原生tabbar实现
清理未使用的http请求代码和TODO注释
更新相关配置文件和组件逻辑
This commit is contained in:
feige996
2025-08-17 14:24:16 +08:00
parent ce2421a73c
commit 477edaea1a
3 changed files with 7 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
}
},
"tabBar": {
"custom": true,
"custom": false,
"color": "#999999",
"selectedColor": "#018d71",
"backgroundColor": "#F8F8F8",