fix: system title (#3522)
This commit is contained in:
parent
f39ea04178
commit
fa92ef86b9
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user