系统配置保存

This commit is contained in:
禺狨 2023-03-28 14:58:35 +08:00
parent dbb7c2802e
commit 3663d7da1f

View File

@ -244,6 +244,13 @@ const SystemConfigPage = () => {
>
<Input style={{ width: 274 }} placeholder="请填写网站标题" />
</Form.Item>
<Form.Item
style={{ marginBottom: 30 }}
label="网站页脚"
name="system.pc_index_footer_msg"
>
<Input style={{ width: 274 }} placeholder="请填写网站页脚" />
</Form.Item>
<Form.Item
style={{ marginBottom: 30 }}
label="API访问地址"
@ -328,13 +335,6 @@ const SystemConfigPage = () => {
defaultValue={[0, 100]}
/>
</Form.Item>
<Form.Item
style={{ marginBottom: 30 }}
label="网站页脚"
name="system.pc_index_footer_msg"
>
<Input style={{ width: 274 }} placeholder="请填写网站页脚" />
</Form.Item>
{thumb && (
<Form.Item
style={{ marginBottom: 30 }}