需要在post中传递第三个参数
{emulateJSON:true}
例如:
this.$http.post(process.env.DJANGO_API + 'api/auth', data=data, {emulateJSON:true}).then((response)=>{
......
})
需要在post中传递第三个参数
{emulateJSON:true}
例如:
this.$http.post(process.env.DJANGO_API + 'api/auth', data=data, {emulateJSON:true}).then((response)=>{
......
})