diff --git a/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart b/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart index 73630a75..e16fc772 100644 --- a/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart +++ b/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart @@ -472,7 +472,7 @@ class ProfilePage extends ConsumerWidget { _buildSettingItem( icon: Icons.people, label: '我的团队', - onTap: () {}, + onTap: () => context.push(Routes.myTeam), showDivider: false, ), ],