mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 08:42:23 +08:00
系统配置保存
This commit is contained in:
@@ -244,6 +244,13 @@ const SystemConfigPage = () => {
|
|||||||
>
|
>
|
||||||
<Input style={{ width: 274 }} placeholder="请填写网站标题" />
|
<Input style={{ width: 274 }} placeholder="请填写网站标题" />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
<Form.Item
|
||||||
|
style={{ marginBottom: 30 }}
|
||||||
|
label="网站页脚"
|
||||||
|
name="system.pc_index_footer_msg"
|
||||||
|
>
|
||||||
|
<Input style={{ width: 274 }} placeholder="请填写网站页脚" />
|
||||||
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
style={{ marginBottom: 30 }}
|
style={{ marginBottom: 30 }}
|
||||||
label="API访问地址"
|
label="API访问地址"
|
||||||
@@ -328,13 +335,6 @@ const SystemConfigPage = () => {
|
|||||||
defaultValue={[0, 100]}
|
defaultValue={[0, 100]}
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
|
||||||
style={{ marginBottom: 30 }}
|
|
||||||
label="网站页脚"
|
|
||||||
name="system.pc_index_footer_msg"
|
|
||||||
>
|
|
||||||
<Input style={{ width: 274 }} placeholder="请填写网站页脚" />
|
|
||||||
</Form.Item>
|
|
||||||
{thumb && (
|
{thumb && (
|
||||||
<Form.Item
|
<Form.Item
|
||||||
style={{ marginBottom: 30 }}
|
style={{ marginBottom: 30 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user