系统配置优化

This commit is contained in:
禺狨 2023-04-04 10:09:29 +08:00
parent 871574af1f
commit 0409a712b8

View File

@ -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 }}