优雅地封装axios与API管理
see: axios-demo-vue
see: axios-demo-java
直接上代码
1 axios封装
* axios封装/api/HttpHelper.ts
import axios, { type AxiosRequestConfig, type AxiosResponse, type InternalAxiosRequestConfig, type ResponseType } from "axios"