fix: system title (#3522)

This commit is contained in:
Archer 2025-01-03 15:30:46 +08:00 committed by GitHub
parent f39ea04178
commit fa92ef86b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ export const clientInitData = async (
useSystemStore.getState().initStaticData(res);
return {
feConfigs: res.feConfigs || {}
feConfigs: res.feConfigs || useSystemStore.getState().feConfigs || {}
};
} catch (error) {
if (retry > 0) {