Merge remote-tracking branch 'github/feat/1.1.2/ui' into feat/1.1.2/user-center

This commit is contained in:
LinkinStars 2023-04-20 18:06:09 +08:00
commit 3c96abfcc5
1 changed files with 2 additions and 5 deletions

View File

@ -390,11 +390,8 @@ export const setupApp = async () => {
* 1. must pre init logged user info for router guard
* 2. must pre init app settings for app render
*/
await Promise.allSettled([
pullLoggedUser(),
pullUcAgent(),
initAppSettingsStore(),
]);
await Promise.allSettled([pullLoggedUser(), initAppSettingsStore()]);
await Promise.allSettled([pullUcAgent()]);
setupAppLanguage();
setupAppTimeZone();
appInitialized = true;