feat: redesign community tab page
This commit is contained in:
@@ -32,13 +32,15 @@ const nativeTabbar = [
|
||||
'/pages/match/match',
|
||||
'/pages/crypto/crypto',
|
||||
'/pages/lottery_analysis/lottery_analysis',
|
||||
'/pages/empty/empty',
|
||||
'/pages/community/community',
|
||||
'/pages/user/user'
|
||||
]
|
||||
const tabbarRouteAliasMap: Record<string, string> = {
|
||||
'/pages/match/match': '/packages_match/pages/worldcup',
|
||||
'/pages/lottery_analysis/lottery_analysis': '/packages_lottery/pages/index',
|
||||
'/pages/empty/empty': '/packages_community/pages/index'
|
||||
// 兼容仍由后台配置和历史链接引用的旧社区地址。
|
||||
'/pages/empty/empty': '/pages/community/community',
|
||||
'/packages_community/pages/index': '/pages/community/community'
|
||||
}
|
||||
const tabbarList = computed(() => {
|
||||
return appStore.getTabbarConfig
|
||||
|
||||
Reference in New Issue
Block a user