已经加入了Vue.http.options.emulateJSON = true
写法也是参考文档的this.$http.delete(url, [options]).then(callback,callback)
但还是解决不了跨域问题,get和post都是Ok的
已经加入了Vue.http.options.emulateJSON = true
写法也是参考文档的this.$http.delete(url, [options]).then(callback,callback)
但还是解决不了跨域问题,get和post都是Ok的
从你贴出来的图看的话,我看不出来哪里可以体现出跨域的问题