0.0.2 • Published 10 months ago

@kjts20/tool-h5-react-antd v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

时时工具包-react 语言的 h5 专用

安装方式

npm install @kjts20/tool-react-h5

直接引入就即可使用

请求类

import {httpServer} from "@kjts20/tool-react-h5";
// 修改host
httpServer.setHost("/");
// 发送get请求
httpServer.get("/url", {id: 5});
0.0.2

10 months ago