解决办法
- 若为一个
vue
搭建的项目,并引入axios
,确保有这句话:axios.defaults.withCredentials = true;
(允许携带cookie) - 在谷歌浏览器中搜索
chrome://flags/
- 在出现的页面搜索框中搜索
SameSite
- 把第一个改为
disable
- 重启浏览器
解决办法
vue
搭建的项目,并引入axios
,确保有这句话:axios.defaults.withCredentials = true;
(允许携带cookie)chrome://flags/
SameSite
disable