在axios的参数中写入:
withCredentials:true
main.js 配置:
Vue.prototype.$axios = axios;
axios.defaults.withCredentials = true;
axios设置withCredentials
阅读 64
2022-08-03
在axios的参数中写入:
withCredentials:true
main.js 配置:
Vue.prototype.$axios = axios;
axios.defaults.withCredentials = true;
相关推荐
精彩评论(0)