前端导出文件格式乱码

  return request({

    url: `xx`,

    headers: { 'Content-Type': 'application/json; charset=UTF-8' },

    method: 'post',

    responseType: 'blob',

    // xhrFields: {

    //   responseType: 'blob',

    // },

    data,

  })

你可能感兴趣的:(前端导出文件格式乱码)