feat:mai page done
This commit is contained in:
@@ -14,6 +14,10 @@ class SplashPage extends StatelessWidget {
|
||||
if (state.status.isError()) {
|
||||
context.go(Routes.onBoarding);
|
||||
}
|
||||
|
||||
if (state.status.isLoaded()) {
|
||||
context.go(Routes.main);
|
||||
}
|
||||
},
|
||||
child: WLayout(
|
||||
bottom: false,
|
||||
|
||||
Reference in New Issue
Block a user