add
This commit is contained in:
@@ -23,7 +23,7 @@ class MyApp extends StatelessWidget {
|
||||
initialRoute: initialRoute,
|
||||
routes: {
|
||||
'/login': (context) => const LoginPage(),
|
||||
'/home': (context) => const HomePage(),
|
||||
'/home': (context) => HomePage(),
|
||||
},
|
||||
theme: ThemeData(
|
||||
// 金融暗夜风格主题配置
|
||||
|
||||
Reference in New Issue
Block a user