Commit 23ce2864 authored by 林生雨's avatar 林生雨

commit

parent 8bbd03f9
......@@ -49,7 +49,7 @@ class TestPage extends StatelessWidget {
context,
new CustomRoute(RouterCenterImpl()
.findActivityReportRouter()
?.getActivityReportPage(2, 1, '')));
?.getActivityReportPage(300, 1, '')));
}, "报告页面");
}
......
......@@ -27,7 +27,6 @@ class _MyAppState extends State<MyApp> {
void initState() {
super.initState();
FlutterBoost.singleton.registerPageBuilders({
// 'comment_suggest': (pageName, params, _) => CommentSuggest(params),
'message_home': (pageName, params, _) => MessageHomePage(params),
'album': (pageName, params, _) {
if (params == null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment