data.append('file', _this.file); //传文件
data.append('token', _this.postData.token);
data.append('key', _this.postData.key);
axios.post(_this.url, data).then(function(res) { console.log(res);
})res里面已经返回了key和hash但是为什么我在七牛的后台看有该文件,但是就是预览的时候显示不出来图片和文件
添加回答
举报
0/150
提交
取消