Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gmalpha_flutter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile
gmalpha_flutter
Commits
23ce2864
Commit
23ce2864
authored
Oct 15, 2019
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
8bbd03f9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
TestPage.dart
lib/TestPage.dart
+1
-1
main.dart
lib/main.dart
+0
-1
No files found.
lib/TestPage.dart
View file @
23ce2864
...
@@ -49,7 +49,7 @@ class TestPage extends StatelessWidget {
...
@@ -49,7 +49,7 @@ class TestPage extends StatelessWidget {
context
,
context
,
new
CustomRoute
(
RouterCenterImpl
()
new
CustomRoute
(
RouterCenterImpl
()
.
findActivityReportRouter
()
.
findActivityReportRouter
()
?.
getActivityReportPage
(
2
,
1
,
''
)));
?.
getActivityReportPage
(
300
,
1
,
''
)));
},
"报告页面"
);
},
"报告页面"
);
}
}
...
...
lib/main.dart
View file @
23ce2864
...
@@ -27,7 +27,6 @@ class _MyAppState extends State<MyApp> {
...
@@ -27,7 +27,6 @@ class _MyAppState extends State<MyApp> {
void
initState
()
{
void
initState
()
{
super
.
initState
();
super
.
initState
();
FlutterBoost
.
singleton
.
registerPageBuilders
({
FlutterBoost
.
singleton
.
registerPageBuilders
({
// 'comment_suggest': (pageName, params, _) => CommentSuggest(params),
'message_home'
:
(
pageName
,
params
,
_
)
=>
MessageHomePage
(
params
),
'message_home'
:
(
pageName
,
params
,
_
)
=>
MessageHomePage
(
params
),
'album'
:
(
pageName
,
params
,
_
)
{
'album'
:
(
pageName
,
params
,
_
)
{
if
(
params
==
null
)
{
if
(
params
==
null
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment