需要在fetch请求中加入Origin属性~~
例如:fetch(classifyURL,{
method: "POST",
headers: {
"Content-Type": "application/json",
},
Origin: "xxxx",
body: JSON.stringify({"id": 1}),
)
原文链接:https://www.f2er.com/react/306881.html需要在fetch请求中加入Origin属性~~
例如:fetch(classifyURL,{
method: "POST",
headers: {
"Content-Type": "application/json",
},
Origin: "xxxx",
body: JSON.stringify({"id": 1}),
)
原文链接:https://www.f2er.com/react/306881.html