Commit a2b63ed5 authored by 皮倩雯's avatar 皮倩雯

fix: '地图配置'

parent ea9846bc
Pipeline #48428 skipped with stages
......@@ -561,7 +561,7 @@ const AddModal = props => {
</div>
</Item>
<Item label="缩略图" name="icon" rules={[{ required: true, message: '请选择缩略图' }]}>
<Input placeholder="请输入URL" allowClear />
<Input placeholder="请输入URL" disabled />
</Item>
{mapType === 1 ? (
<>
......
......@@ -589,7 +589,7 @@ const NewEditModal = props => {
</div>
</Item>
<Item label="缩略图" name="icon" rules={[{ required: true, message: '请选择缩略图' }]}>
<Input placeholder="请输入URL" allowClear />
<Input placeholder="请输入URL" disabled />
</Item>
{mapType === 1 ? (
<>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment