系统配置增加pc金额h5URl

This commit is contained in:
禺狨 2023-07-03 14:16:13 +08:00
parent 0b239a136c
commit 19994b680c

View File

@ -308,7 +308,7 @@ const SystemConfigPage = () => {
placeholder="请填写网站页脚" placeholder="请填写网站页脚"
/> />
</Form.Item> </Form.Item>
{/*
<Form.Item <Form.Item
style={{ marginBottom: 30 }} style={{ marginBottom: 30 }}
label="PC端访问地址" label="PC端访问地址"
@ -322,7 +322,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 }}