登录流程已全部重构
This commit is contained in:
@@ -22,7 +22,7 @@ List<RouteBase> routes = routeConfigs.map((item) {
|
||||
|
||||
//变量命名
|
||||
GoRouter goRouter = GoRouter(
|
||||
initialLocation: RoutePaths.splash,
|
||||
initialLocation: RoutePaths.intro,
|
||||
routes: routes,
|
||||
navigatorKey: navigatorKey,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user