修改main.js文件,在headers中增加Content-Type请求头。
Vue.prototype.$http=axios.create({
baseURL: 'http://localhost:8088',
headers:{
'Content-Type': 'application/json'
}
})
Vue.prototype.$http=axios.create({
baseURL: 'http://localhost:8088',
headers:{
'Content-Type': 'application/json'
}
})
1669
2275

被折叠的 条评论
为什么被折叠?