diff --git a/src/pages/system/config/index.tsx b/src/pages/system/config/index.tsx index dfb0c00..3d20988 100644 --- a/src/pages/system/config/index.tsx +++ b/src/pages/system/config/index.tsx @@ -52,6 +52,10 @@ const SystemConfigPage = () => { form.setFieldsValue({ "system.api_url": configData[i].key_value, }); + } else if (configData[i].key_name === "system.api_url") { + form.setFieldsValue({ + "system.api_url": configData[i].key_value, + }); } else if (configData[i].key_name === "system.pc_url") { form.setFieldsValue({ "system.pc_url": configData[i].key_value, @@ -275,6 +279,13 @@ const SystemConfigPage = () => { )} + + + { placeholder="请填写网站页脚" /> - {/* - - + {/*