v-model icon indicating copy to clipboard operation
v-model copied to clipboard

如何设置默认请求格式为json

Open jetspeed opened this issue 8 years ago • 1 comments

ng中可以设置format:json,我查了axios中也没有

jetspeed avatar Apr 15 '17 23:04 jetspeed

axios 默认就是 json 格式,如果需要其他请参考: https://github.com/mzabriskie/axios#using-applicationx-www-form-urlencoded-format

laoshu133 avatar Apr 17 '17 06:04 laoshu133