设置了
Vue.http.options.emulateJSON = true;
参数是这样的
如果设置了false post参数都没了
Vue.http.options.emulateJSON = false;
请问一下怎么才能传一个json给后台
设置了
Vue.http.options.emulateJSON = true;
参数是这样的
如果设置了false post参数都没了
Vue.http.options.emulateJSON = false;
请问一下怎么才能传一个json给后台
4 回答4.6k 阅读✓ 已解决
4 回答2.1k 阅读✓ 已解决
4 回答2.2k 阅读✓ 已解决
3 回答5.1k 阅读
2 回答2.6k 阅读✓ 已解决
1 回答3.1k 阅读✓ 已解决
2 回答1.6k 阅读✓ 已解决
headers:{'Content-Type':'application/json'}