自己封装的uniapp网路络请求方法,封装了拦截器、超时时间等类似axios的方法。
☆85Oct 8, 2023Updated 2 years ago
Alternatives and similar repositories for uni_request
Users that are interested in uni_request are comparing it to the libraries listed below
Sorting:
- 自己总结的JavaScript工具方法库。☆25Dec 21, 2019Updated 6 years ago
- 一个可以用操作对象的方式操作sessionStorage/localStorage的JavaScript库。你可以使用它在客户端存储数据,并且支持自定义方法对这些数据进行加密。主要用于监听storage变化、SPA的组件/路由之间和同域名不同页面之间的通信。☆26Jan 4, 2023Updated 3 years ago
- 对vue-element-admin进行简单封装以达到可多次复用开发。☆37Nov 10, 2023Updated 2 years ago
- http://www.yinchengnuo.com 目前的源码,使用koa构建。☆13Feb 1, 2023Updated 3 years ago
- uniapp及小程序端通用自定义颜色选择器。☆12Jan 15, 2020Updated 6 years ago
- 学习React。☆10Jul 11, 2023Updated 2 years ago
- 自己封装的 uni-app 存储方法,支持 Proxy 代理的方式和API方式以操作本地存储,仅支持同步操作。☆13Dec 19, 2019Updated 6 years ago
- 阅读 vue-element-admin 源码并按照风格重写部分代码。☆10Nov 10, 2020Updated 5 years ago
- 使用Node.js开发桌面应用程序的一次尝试