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