摘要: import axios from 'axios' import qs from 'qs' const API_URL = '网址' const BASE_URL = `${API_URL}/` const api = axios.create({ baseURL: BASE_URL, withCr 阅读全文
posted @ 2019-07-25 10:19 松前月下 阅读(473) 评论(0) 推荐(0)