摘要: const service = axios.create({ baseURL: process.env.VUE_APP_BASE_API, // 环境变量base接口地址 url = base url + request url withCredentials: true, // 跨域请求时发送Co 阅读全文
posted @ 2022-01-05 15:07 徐同保 阅读(5) 评论(0) 推荐(0) 编辑