我在webStorm上编写了react-redux项目,使用fetch获取链接:http://localhost:8899/Vote/aData/pieOne的java后台数据,显示数据请求到了,java后台也走了,但是在浏览器中报这个错error is TypeError: NetworkError when attempting to fetch resource. bundle.js:137698:20
已拦截跨源请求:同源策略禁止读取位于 http://localhost:8899/Vote/aData/pieOne 的远程资源。(原因:CORS 头缺少 'Access-Control-Allow-Origin')。这该怎么处理啊?

使用webStorm编写了react-redux项目,访问运行在tomcat上的java后台数据
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-