|
|
|
@ -304,7 +304,6 @@ Map<String, WidgetBuilder> routers = <String, WidgetBuilder>{
|
|
|
|
|
'/router/qr_share': (context, {arguments}) => QrSharePage(), |
|
|
|
|
'/router/main_page': (context, {arguments}) => MainPage(), |
|
|
|
|
'/router/test_page': (context, {arguments}) => TestPage(), |
|
|
|
|
// '/router/ui_test': (context, {arguments}) => UITest(), |
|
|
|
|
'/router/communityFollow': (context, {arguments}) => CommunityFollow(), |
|
|
|
|
'/router/releasePage': (context, {arguments}) => ReleasePage(), |
|
|
|
|
'/router/activity_list': (context, {arguments}) => ActivityList(), |
|
|
|
|