Commit fa92ef86 by Archer Committed by GitHub

fix: system title (#3522)

parent f39ea041
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment