关于javascript:failed-to-load-response-datano-data-fond-for-response-with-give

68次阅读

共计 213 个字符,预计需要花费 1 分钟才能阅读完成。

以后端申请的时候,在控制台返回这样的报错信息
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…

正文完
 0