vue-resource post的参数是json结果变成这样了

设置了
Vue.http.options.emulateJSON = true;
参数是这样的
clipboard.png

如果设置了false post参数都没了
Vue.http.options.emulateJSON = false;

clipboard.png

请问一下怎么才能传一个json给后台

阅读 7k
2 个回答

headers:{'Content-Type':'application/json'}

Vue.http.options.emulateJSON = false;
设置成 false 试试

推荐问题