feat(mining-app): connect my team page from profile

Link the "我的团队" menu item in profile page to the team tree page,
completing the integration of the team tree feature.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-16 09:03:06 -08:00
parent 64ccb8162a
commit 3d6b6ae405
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ class ProfilePage extends ConsumerWidget {
_buildSettingItem(
icon: Icons.people,
label: '我的团队',
onTap: () {},
onTap: () => context.push(Routes.myTeam),
showDivider: false,
),
],