修改bug

This commit is contained in:
2026-06-18 15:38:28 +08:00
parent 0e43ccec72
commit 702b578e1e
57 changed files with 1378 additions and 66 deletions

View File

@@ -10,6 +10,6 @@ export interface TabConfig {
export const tabs: TabConfig[] = [
{ key: 'plaza', label: '广场', path: '/pages/plaza/index' },
{ key: 'nearby', label: '附近', path: '/pages/nearby/index' },
{ key: 'messages', label: '消息', path: '/pages/messages/index', dot: true },
{ key: 'messages', label: '汪友', path: '/pages/messages/index', dot: true },
{ key: 'profile', label: '我的', path: '/pages/profile/index' }
]