import 'package:bistro/app.dart'; var router = { '/app': (context) => App(), //应用页 };