fix(fg-tabbar): 将selectedTabbarStrategy默认值改为0以启用缓存
This commit is contained in:
parent
5308dcb00a
commit
5ab8872c6a
@ -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