摘要: 前端配置 axios默认发送请求是不携带cookie的,所以需要加上下面这句 axios.defaults.withCredentials = true; import axios from 'axios'; axios.defaults.withCredentials = true; // 允许携 阅读全文
posted @ 2021-05-12 16:57 虹梦未来 阅读(138) 评论(0) 推荐(0)