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