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