调用数据接口被拦截,显示同源策略禁止读取数据,怎么解决?
var set = { type: "GET", url: 'http://japi.juhe.cn/health_knowledge/categoryList?key=ba4fbbe97404cc', dataType: "json", success: function(d…
vue-resource调接口有同源问题?
vm.$http.post('http://XXX/employee/GetEmployeeList',formData).then((response) => { if(response.body.errmsg == 'sucess'){ _this.employees = …
- 共 1 页
- 1