问答详情
源自:3-8 用户模型管理--getotp页面实现

为什么设置了@CrossOrigin还是访问不了?

Access to XMLHttpRequest at 'http://localhost:8080/user/getotp' from origin 'http://127.0.0.1:8020' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

加上xhrFields:{withCredentials:true},也不行

提问者:慕慕5239605 2020-09-10 20:05

个回答

  • 小建建5211
    2020-11-18 16:41:47

    看下接口名字是不是写错了,我就是写错了,然后报这个错误的