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