axios 封装 及 基础用法 程序员文章站 2022-03-11 16:23:14 request.jsimport axios from 'axios';const instance = axios.create({ baseURL:'接口地址', timeout:5000})