From fa92ef86b9bf72ab9770b01e17a1ca730fbcc01c Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Fri, 3 Jan 2025 15:30:46 +0800 Subject: [PATCH] fix: system title (#3522) --- projects/app/src/web/common/system/staticData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/app/src/web/common/system/staticData.ts b/projects/app/src/web/common/system/staticData.ts index e7131edca787..49fc5c72aa54 100644 --- a/projects/app/src/web/common/system/staticData.ts +++ b/projects/app/src/web/common/system/staticData.ts @@ -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) {