react-axios-http:react-axios-http

时间:2024-08-24 16:00:01
【文件属性】:

文件名称:react-axios-http:react-axios-http

文件大小:158KB

文件格式:ZIP

更新时间:2024-08-24 16:00:01

JavaScript

react-axios-http 这是一款结合axios和react的封装请求库, 主要解决了请求调用处理的统一和接口的统一管理, 以及在项目中的接口便捷调用 使用方式 初始化 // ./http import http, { combineApi } from "react-axios-http" const apis = { // demo get: { // get 默认 url: `/projectManage/show`, //余下参数配置支持axios中的参数 } post: { // post url: `/projectManage/show`, method: 'post', // isFormData: true 默认false // 是否需要以formData形式传参 // isQ


【文件预览】:
react-axios-http-master
----.gitignore(97B)
----package.json(2KB)
----src()
--------http()
--------index.js(72B)
--------utils.js(4KB)
--------hoc()
----dist()
--------react-axios-http.js(343KB)
--------react-axios-http.min.js(86KB)
----rollup.config.js(1KB)
----README.md(5KB)
----example()
--------demo_2()
--------demo_3()
--------demo_1()
----lib()
--------http()
--------index.js(594B)
--------utils.js(5KB)
--------hoc()
----.babelrc.js(780B)
----es()
--------http()
--------index.js(70B)
--------utils.js(5KB)
--------hoc()
----.editorconfig(261B)
----index.d.ts(715B)

网友评论