mirror of
https://github.com/PlayEdu/backend
synced 2025-06-28 19:32:51 +08:00
系统配置优化
This commit is contained in:
parent
871574af1f
commit
0409a712b8
@ -245,7 +245,7 @@ const SystemConfigPage = () => {
|
|||||||
>
|
>
|
||||||
<Input style={{ width: 274 }} placeholder="请填写网站页脚" />
|
<Input style={{ width: 274 }} placeholder="请填写网站页脚" />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
{/* <Form.Item
|
||||||
style={{ marginBottom: 30 }}
|
style={{ marginBottom: 30 }}
|
||||||
label="API访问地址"
|
label="API访问地址"
|
||||||
name="system.api_url"
|
name="system.api_url"
|
||||||
@ -265,7 +265,7 @@ const SystemConfigPage = () => {
|
|||||||
name="system.h5_url"
|
name="system.h5_url"
|
||||||
>
|
>
|
||||||
<Input style={{ width: 274 }} placeholder="请填写H5端访问地址" />
|
<Input style={{ width: 274 }} placeholder="请填写H5端访问地址" />
|
||||||
</Form.Item>
|
</Form.Item> */}
|
||||||
<Form.Item
|
<Form.Item
|
||||||
style={{ marginBottom: 30 }}
|
style={{ marginBottom: 30 }}
|
||||||
wrapperCol={{ offset: 3, span: 21 }}
|
wrapperCol={{ offset: 3, span: 21 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user