默认api配置
在 src/components/form-designer/widget-panel/widgetsConfig.js 中找到 file-upload 并进行配置。避免反复添加url
{
type: 'file-upload',
icon: 'file-upload-field',
formItemFlag: true,
options: {
name: '',
...
uploadURL: '/api/***',
uploadName: 'files',
....
}
此法类推,可以配置其他默认组件设置