axios请求默认是不携带cookie的,想携带cookie需做如下配置:
// 允许携带cookie
axios.defaults.withCredentials=true
axios请求默认是不携带cookie的,想携带cookie需做如下配置:
// 允许携带cookie
axios.defaults.withCredentials=true
本文标题:axios发请求携带cookie设置
本文链接:https://www.haomeiwen.com/subject/dticzctx.html
网友评论