vue-resource $http 跨域访问 session失效
vue-resource $http 跨域访问 session失效
设置withCredentials: true 携带cookie
main.js设置
Vue.http.options.withCredentials = true;
或者:withCredentials: true
this.$http.get(url,{ emulateJSON : true,withCrede...
原创
2018-07-25 12:06:22 ·
1610 阅读 ·
0 评论