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里面已經(jīng)返回了key和hash但是為什么我在七牛的后臺(tái)看有該文件,但是就是預(yù)覽的時(shí)候顯示不出來(lái)圖片和文件
添加回答
舉報(bào)
0/150
提交
取消