vue调用后台接口下载文件功能

85 阅读1分钟

image.png

image.png

如果是post,

传参时需要先新建一个URLSearchParams对象,然后将参数append到这个对象中

image.png