vue 文件上传七牛失败

     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但是为什么我在七牛的后台看有该文件,但是就是预览的时候显示不出来图片和文件

clipboard.png

阅读 2k
2 个回答

无法预览可能是mimetype不对啊,链接能贴一个出来看看吗

推荐问题
宣传栏