摘要: import axios from "axios";//引入axios const service = axios.create({ baseURL: "/api", timeout: 600000, cancelToken: source.token }); // 请求拦截器 service.in 阅读全文
posted @ 2021-12-20 16:06 幻影之舞 阅读(35) 评论(0) 推荐(0)