首页 > 建站教程 > PHP教程 >
  • element axios 发送Form Data数据

    element axios 发送Form Data数据

    element基于axios封装的request默认发送的是application/json,如果要发送form-data,需要做以下修改 一、在request.js将“application/json;charset=UTF-8”改成“application/x-www-form-urlencoded” const service = a