chore(fg-tabbar): 将selectedTabbarStrategy默认值改为0
This commit is contained in:
parent
f8641457ad
commit
2a97bf0aaa
@ -7,7 +7,7 @@ export const TABBAR_STRATEGY = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO:通过这里切换使用tabbar的策略
|
// TODO:通过这里切换使用tabbar的策略
|
||||||
export const selectedTabbarStrategy = 1
|
export const selectedTabbarStrategy = 0
|
||||||
export const cacheTabbarEnable = selectedTabbarStrategy < 2
|
export const cacheTabbarEnable = selectedTabbarStrategy < 2
|
||||||
|
|
||||||
// selectedTabbarStrategy==0 时,需要填 iconPath 和 selectedIconPath
|
// selectedTabbarStrategy==0 时,需要填 iconPath 和 selectedIconPath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user