//设置默认全局baseURL axios.defaults.baseURL=process.env.BASE_API; //设置默认全局携带浏览器cookie axios.defaults.withCredentials=true; Vue.prototype.$http = axios;
原文地址:https://www.cnblogs.com/randomlee/p/10167306.html
时间: 2024-11-06 19:11:26
//设置默认全局baseURL axios.defaults.baseURL=process.env.BASE_API; //设置默认全局携带浏览器cookie axios.defaults.withCredentials=true; Vue.prototype.$http = axios;
原文地址:https://www.cnblogs.com/randomlee/p/10167306.html