摘要: 由于axios默认发送数据时,数据格式是Request Payload,而并非我们常用的Form Data格式,后端未必能正常获取到,所以在发送之前,需要使用qs模块对其进行处理。 在main.js 中添加 // The Vue build version to load with the comm 阅读全文
posted @ 2019-06-06 14:18 lick 阅读(3901) 评论(0) 推荐(0) 编辑