diff --git a/lib/views/pages/category/collect_page.dart b/lib/views/pages/category/collect_page.dart index f0463f6..5414c3d 100644 --- a/lib/views/pages/category/collect_page.dart +++ b/lib/views/pages/category/collect_page.dart @@ -61,7 +61,7 @@ class _CollectPageState extends State margin: EdgeInsets.all(10), child: FeedbackWidget( onPressed: () { - Navigator.of(context).pushNamed(UnitRouter.login); + // Navigator.of(context).pushNamed(UnitRouter.login); }, child: CircleImage( image: AssetImage('assets/images/icon_head.webp'), diff --git a/lib/views/pages/user/user_page.dart b/lib/views/pages/user/user_page.dart index a67d3f2..3ec3e38 100644 --- a/lib/views/pages/user/user_page.dart +++ b/lib/views/pages/user/user_page.dart @@ -86,7 +86,7 @@ class UserPage extends StatelessWidget { } return FeedbackWidget( onEnd: () { - Navigator.of(context).pushNamed(UnitRouter.login); + // Navigator.of(context).pushNamed(UnitRouter.login); }, child: CircleImage( size: 80,