vue axios.defaults.withCredentials = true
作者:互联网
1.vue axios.defaults.withCredentials = true
Vue和django的前后端分离项目,之前通过在django中允许跨域访问实现了跨域请求,但为了使每个请求带上session信息,我设置了withCredentials ,即:
标签:axios,withCredentials,django,vue,true,跨域 来源: https://www.cnblogs.com/nextgg/p/16379401.html