mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
commit
d31f48832f
@ -101,7 +101,11 @@ export class FileControlPlugin extends BasePlugin {
|
||||
properties: {
|
||||
item: {
|
||||
type: 'object',
|
||||
title: '远程上传请求成功后返回的结果数据'
|
||||
title: '上传的文件'
|
||||
},
|
||||
result: {
|
||||
type: 'object',
|
||||
title: '远程上传请求成功后返回的响应数据'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -144,7 +144,11 @@ export class ImageControlPlugin extends BasePlugin {
|
||||
properties: {
|
||||
item: {
|
||||
type: 'object',
|
||||
title: '远程上传请求成功后返回的结果数据'
|
||||
title: '上传的文件'
|
||||
},
|
||||
result: {
|
||||
type: 'object',
|
||||
title: '远程上传请求成功后返回的响应数据'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user