后端跨域
2023-05-21 本文已影响0人
啵崽崽
当前端请求的时候,在控制台返回这样的报错信息
failed to load response data:no data fond for response with given identifier status状态为cors error
image.png
这说明:是后端跨域了
解决方案:让后端设置一下允许跨越
当前端请求的时候,在控制台返回这样的报错信息
failed to load response data:no data fond for response with given identifier status状态为cors error
image.png