W72crm_web-master/node_modules/axios/lib/core
zhangwenzan c676fd5933 初始化crm前端代码 2025-05-27 11:25:53 +08:00
..
Axios.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
InterceptorManager.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
README.md 初始化crm前端代码 2025-05-27 11:25:53 +08:00
createError.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
dispatchRequest.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
enhanceError.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
settle.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
transformData.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00

README.md

axios // core

The modules found in core/ should be modules that are specific to the domain logic of axios. These modules would most likely not make sense to be consumed outside of the axios module, as their logic is too specific. Some examples of core modules are:

  • Dispatching requests
  • Managing interceptors
  • Handling config