1.0.0 • Published 3 years ago

axioswithtsinvite v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

开发者笔记

开发者需要关注的文件 index.ts interceptors.ts es.ts customError.ts

index.ts: 里面包含了各种需要的请求

interceptors.ts: axios 的拦截器

customError.ts: 统一管理自定义返回错误的地方

eg.ts: 使用实例

--其他--

config.ts: axios 统一配置

headers.ts: axios 静态headers

helper.ts: 扩展功能的工具函数

instance.ts: 创建 axios 实例,取消请求的控制器也在这里导出

type.ts: 全局自定义类型