axios

作者: 我是_你的范儿 | 来源:发表于2019-05-21 15:13 被阅读0次
    var instance = axios.create();
        instance({
          method: 'post',
          url: this.action,
          data: param,
          headers: {"Content-Type": "multipart/form-data"}
         }).then(res => {
           console.info(res)
         })
    

    相关文章

      网友评论

          本文标题:axios

          本文链接:https://www.haomeiwen.com/subject/hydjzqtx.html