@pusdn/pgz-comp-elep 0.2.3 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -21,7 +21,11 @@ export declare const globalHeaders: () => {
21
21
  Authorization: string;
22
22
  clientid: any;
23
23
  };
24
- declare const service: import("axios").AxiosInstance;
24
+ export declare function setupHttp(options: {
25
+ baseURL?: string;
26
+ timeout?: number;
27
+ }): void;
28
+ declare let service: any;
25
29
  /**
26
30
  * POST请求方法
27
31
  * @param url 请求地址
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pusdn/pgz-comp-elep",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "PGZ组件库,Vue3 中基于Element-plus二次封装基础组件文档",
5
5
  "author": "JaneYork",
6
6
  "license": "PGZ-LIC",