failed to load response data:no data fond for resp

站长
· 阅读数 21
当前端请求的时候,在控制台返回这样的报错信息failed to load response data:no data fond for response with given identifier status状态为cors error
这说明:是后端跨域了!!!解决方案:让后端设置一下允许跨越(亲测有效)
参考文档:1、https://segmentfault.com/q/10...2、https://blog.csdn.net/qq_3928...