axios 封装 及 基础用法 程序员文章站 2022-06-15 08:40:56 request.jsimport axios from 'axios';const instance = axios.create({ baseURL:'接口地址', timeout:5000})