This commit is contained in:
vipg
2025-11-15 16:34:01 +08:00
parent 3b3b1a8807
commit caa3ca2a81

View File

@@ -23,7 +23,7 @@ class MyApp extends StatelessWidget {
initialRoute: initialRoute, initialRoute: initialRoute,
routes: { routes: {
'/login': (context) => const LoginPage(), '/login': (context) => const LoginPage(),
'/home': (context) => const HomePage(), '/home': (context) => HomePage(),
}, },
theme: ThemeData( theme: ThemeData(
// 金融暗夜风格主题配置 // 金融暗夜风格主题配置