0
点赞
收藏
分享

微信扫一扫

前端项目实战23-前端上传文件进行数据绑定用fileList

1kesou 2022-08-27 阅读 145

<Upload
name="file"
action="xxxx"
onChange={handleChange}
fileList={fileList}
headers={{ "Authorization": getToken() || "" }}
>
{headPic ?"" : uploadButton}
</Upload>



举报

相关推荐

0 条评论