2.main.js引入了: import axios from 'axios' Vue.prototype.$http = axios
3.报错信息:
4.我搜的使用axios post json数据的发出去的这样的,这个是我想要的
5.项目使用的是es6语法
拉丁的传说
浏览 585回答 1
1回答
料青山看我应如是
By default, axios serializes JavaScript objects to JSON. To send data in the application/x-www-form-urlencoded format instead, you can use one of the following options.具体解决方案在 axios 的 github 上作者有解答