request header field token is not allowed by access-control-allow-headers in preflight response.
时间: 2023-04-29 22:02:46 浏览: 186
js-cookie.js
这个错误提示意思是在预检请求响应中,请求头字段 token 不被 access-control-allow-headers 允许。可能是因为服务器端没有设置允许使用该请求头字段,需要检查服务器端的配置。
阅读全文