amis-saas-6025 修改图片接收默认值

Change-Id: I979f599b457adc3551a3d3b733e082551f9983e0
This commit is contained in:
liujintao03 2022-08-19 11:03:53 +08:00
parent 3b88018819
commit 2c27ca3909

View File

@ -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',