fix: 将tabbar切换为原生实现并关闭自定义选项

This commit is contained in:
feige996
2025-08-04 16:43:37 +08:00
parent 9845bd4ffc
commit 4f733be7c1
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ export const TABBAR_MAP = {
CUSTOM_TABBAR_WITHOUT_CACHE: 3,
}
// TODO通过这里切换使用tabbar的策略
export const selectedTabbarStrategy = TABBAR_MAP.CUSTOM_TABBAR_WITH_CACHE
export const selectedTabbarStrategy = TABBAR_MAP.NATIVE_TABBAR
// selectedTabbarStrategy==NATIVE_TABBAR(1) 时,需要填 iconPath 和 selectedIconPath
// selectedTabbarStrategy==CUSTOM_TABBAR(2,3) 时,需要填 icon 和 iconType

View File

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