Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujian1989 committed Jul 15, 2018
1 parent 3659f0e commit 38fb503
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 99 deletions.
154 changes: 56 additions & 98 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/widget/architecture_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class _ArchitecturePageState extends State<ArchitecturePage> {
textColor: Colors.black,
child: new Text('MVP(参考主页tab)'),
onPressed: () {
Navigator.pushNamed(context, "/GlobalKeyFromPage");
Navigator.of(context).pushReplacementNamed('/HomePage');
}),
),
new Padding(
Expand Down

0 comments on commit 38fb503

Please sign in to comment.