网络请求模块封装 import axios from "axios"; //引入axios模块 export function request(config) { //1,创建axios的实例 const instance = axios.create({ baseURL: