mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-15 09:21:13 +08:00
amis-saas-7754 添加input-image 默认值
Change-Id: I4ff3ae277b8d40b687fe62028f8ecc820f3e65e1
This commit is contained in:
parent
c9bb8087c4
commit
dc64c96094
@ -29,6 +29,9 @@ export class ImageControlPlugin extends BasePlugin {
|
||||
type: 'input-image',
|
||||
label: '图片上传',
|
||||
name: 'image',
|
||||
autoUpload: true,
|
||||
proxy: true,
|
||||
uploadType: 'fileReceptor',
|
||||
imageClassName: 'r w-full',
|
||||
receiver: {
|
||||
url: 'object-upload://default',
|
||||
|
Loading…
Reference in New Issue
Block a user