fix(fg-tabbar): 将selectedTabbarStrategy默认值改为0
修改tabbar策略的默认值以适配缓存逻辑
This commit is contained in:
parent
34dc7c071d
commit
b8c593e957
@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
// TODO:通过这里切换使用tabbar的策略
|
||||
export const selectedTabbarStrategy = 1
|
||||
export const selectedTabbarStrategy = 0
|
||||
|
||||
// 0 和 1 时,需要tabbar缓存
|
||||
export const cacheTabbarEnable = selectedTabbarStrategy < 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user