fix(fg-tabbar): 将selectedTabbarStrategy默认值改为0

修改tabbar策略的默认值以适配缓存逻辑
This commit is contained in:
feige996 2025-06-22 11:14:45 +08:00
parent 34dc7c071d
commit b8c593e957

View File

@ -9,7 +9,7 @@
*/
// TODO通过这里切换使用tabbar的策略
export const selectedTabbarStrategy = 1
export const selectedTabbarStrategy = 0
// 0 和 1 时需要tabbar缓存
export const cacheTabbarEnable = selectedTabbarStrategy < 2