mirror of
https://github.com/PlayEdu/backend
synced 2025-06-10 20:46:24 +08:00
系统配置保存
This commit is contained in:
parent
dbb7c2802e
commit
3663d7da1f
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user