release new version

This commit is contained in:
2022-03-17 21:34:26 +08:00
parent ef5e91aad1
commit 5cbcfbcd56
7 changed files with 41 additions and 12 deletions

View File

@@ -12,9 +12,12 @@ namespace Billing
protected override async void OnLoaded()
{
await App.InitializeData();
if (!string.IsNullOrEmpty(App.MainRoute))
{
await App.InitializeData();
await Shell.Current.GoToAsync(App.MainRoute);
await Shell.Current.GoToAsync(App.MainRoute);
}
}
}
}