mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 04:32:50 +00:00
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…
Reference in New Issue