java后台+vue前端,解决jsonp跨域问题(有数据返回的,但是Response的body或者data为空)
前端Vue采用jsonp方法访问后台数据
前端请求代码:
getAllList() {
//导入Vue-resource.js,通过this.$http发起数据请求
//this.$http.get('url').then(function(result){})
//通过then指定回调函数,可获取服务器返回的数据
//判断result.status是否等于200,200为请求成功...
原创
2018-08-28 15:42:32 ·
12474 阅读 ·
0 评论