Skip to content

Commit

Permalink
fix: 个人面板无法跳转设置页面
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhigq authored and orz12 committed Feb 2, 2024
1 parent 4d9e15a commit 63d4dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/mine/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class _MinePageState extends State<MinePage> {
),
),
IconButton(
onPressed: () => Get.toNamed('/setting'),
onPressed: () => Get.toNamed('/setting', preventDuplicates: false),
icon: const Icon(
Icons.settings,
),
Expand Down

0 comments on commit 63d4dd5

Please sign in to comment.