为了账号安全,请及时绑定邮箱和手机立即绑定

vue 上传图片报错

vue 上传图片报错

冉冉说 2018-09-08 20:26:14
axios({       method: 'post',       url: 'http://193.112.56.202:8001/api/upload/imageData',       headers: {        'Access-Control-Allow-Origin': '*',        'Content-Type': 'application/x-www-form-urlencoded'       },       params: {         imgFile1: rst.base64       }     }).then((res) => {       this.peopleImg = res.data.fileNames[0]     })我用post上传base64图片,为什么上传成功后base64会拼接到url上?这导致了有时候请求过长而请求失败,什么原因?麻烦大佬解答下,在线等
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1007 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信