mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-15 09:21:13 +08:00
amis-saas-6025 修改图片接收默认值
Change-Id: I979f599b457adc3551a3d3b733e082551f9983e0
This commit is contained in:
parent
3b88018819
commit
2c27ca3909
@ -28,7 +28,11 @@ export class ImageControlPlugin extends BasePlugin {
|
||||
type: 'input-image',
|
||||
label: '图片上传',
|
||||
name: 'image',
|
||||
imageClassName: 'r w-full'
|
||||
imageClassName: 'r w-full',
|
||||
receiver: {
|
||||
url: 'object-upload://default',
|
||||
method: 'post'
|
||||
}
|
||||
};
|
||||
previewSchema: any = {
|
||||
type: 'form',
|
||||
|
Loading…
Reference in New Issue
Block a user