@das-fed/utils 6.4.0-test.1 → 6.4.0-test.2.1

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.
Files changed (82) hide show
  1. package/api-services/index.js +842 -853
  2. package/api-services/index.js.gz +0 -0
  3. package/api-services/modules/app-manage/index.js +752 -763
  4. package/api-services/modules/app-manage/index.js.gz +0 -0
  5. package/api-services/modules/authentication/index.js +752 -763
  6. package/api-services/modules/authentication/index.js.gz +0 -0
  7. package/api-services/modules/bems/index.js +738 -749
  8. package/api-services/modules/bems/index.js.gz +0 -0
  9. package/api-services/modules/contract/index.js +752 -763
  10. package/api-services/modules/contract/index.js.gz +0 -0
  11. package/api-services/modules/duty-manage/index.js +791 -802
  12. package/api-services/modules/duty-manage/index.js.gz +0 -0
  13. package/api-services/modules/enterpriseright/index.js +752 -763
  14. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  15. package/api-services/modules/file/index.js +116 -116
  16. package/api-services/modules/file/index.js.gz +0 -0
  17. package/api-services/modules/gateway-edge/index.js +752 -763
  18. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  19. package/api-services/modules/index.js +873 -884
  20. package/api-services/modules/index.js.gz +0 -0
  21. package/api-services/modules/iot/index.js +760 -771
  22. package/api-services/modules/iot/index.js.gz +0 -0
  23. package/api-services/modules/justauth/index.js +808 -819
  24. package/api-services/modules/justauth/index.js.gz +0 -0
  25. package/api-services/modules/knowledge/index.js +752 -763
  26. package/api-services/modules/knowledge/index.js.gz +0 -0
  27. package/api-services/modules/link/index.js +752 -763
  28. package/api-services/modules/link/index.js.gz +0 -0
  29. package/api-services/modules/permission/index.js +752 -763
  30. package/api-services/modules/permission/index.js.gz +0 -0
  31. package/api-services/modules/platformManage/index.js +758 -769
  32. package/api-services/modules/platformManage/index.js.gz +0 -0
  33. package/api-services/modules/portal/index.js +807 -818
  34. package/api-services/modules/portal/index.js.gz +0 -0
  35. package/api-services/modules/space-manage/index.js +752 -763
  36. package/api-services/modules/space-manage/index.js.gz +0 -0
  37. package/api-services/modules/super-admin/index.js +822 -833
  38. package/api-services/modules/super-admin/index.js.gz +0 -0
  39. package/api-services/modules/supplier/index.js +791 -802
  40. package/api-services/modules/supplier/index.js.gz +0 -0
  41. package/api-services/modules/supplychain-manage/index.js +807 -818
  42. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  43. package/api-services/modules/systemConfiguration/index.js +752 -763
  44. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  45. package/api-services/modules/tool/index.js +752 -763
  46. package/api-services/modules/tool/index.js.gz +0 -0
  47. package/api-services/src/create-service/index.js +806 -817
  48. package/api-services/src/create-service/index.js.gz +0 -0
  49. package/common-info/getInfoFromUrl/index.js.gz +0 -0
  50. package/common-info/index.js.gz +0 -0
  51. package/common-info/set-personal-info/index.js.gz +0 -0
  52. package/common-info/type.d.ts +104 -104
  53. package/common-tools/extract-file-name/index.d.ts +1 -0
  54. package/common-tools/extract-file-name/index.js +1449 -0
  55. package/common-tools/extract-file-name/index.js.gz +0 -0
  56. package/common-tools/get-url-params/index.js.gz +0 -0
  57. package/common-tools/index.d.ts +1 -0
  58. package/common-tools/index.js +1 -0
  59. package/common-tools/setHtmlMinWH/index.js +4 -8
  60. package/common-tools/update-fav-icon/index.js +15 -14
  61. package/create-api-service/index.js +806 -817
  62. package/create-api-service/index.js.gz +0 -0
  63. package/create-api-service/sso/index.js.gz +0 -0
  64. package/curring-http/index.js.gz +0 -0
  65. package/curring-http/type.d.ts +87 -87
  66. package/directive/auth/index.js.gz +0 -0
  67. package/esm-map.json +2 -1
  68. package/hooks/popup-manager/use-zindex/index.d.ts +0 -2
  69. package/hooks/popup-manager/use-zindex/index.js +7 -20
  70. package/hooks/use-get-auth/index.js.gz +0 -0
  71. package/nextTiken/index.js.gz +0 -0
  72. package/package.json +3 -4
  73. package/pinyin-first-character/index.js +6 -1
  74. package/pinyin-first-character/index.js.gz +0 -0
  75. package/style/index.js.gz +0 -0
  76. package/token-tools/index.js +20 -20
  77. package/token-tools/index.js.gz +0 -0
  78. package/use-low-code/index.js +11 -11
  79. package/use-low-code/index.js.gz +0 -0
  80. package/use-low-code/style.css +1 -1
  81. package/webSocket-service/index.js.gz +0 -0
  82. package/webSocket-service/type.d.ts +28 -28
Binary file
Binary file
Binary file
@@ -1,89 +1,89 @@
1
1
  import { AxiosInstance, AxiosRequestConfig, AxiosError } from 'axios';
2
2
  import { Ref } from 'vue';
3
-
4
-
5
- /** 请求工具配置项 */
6
- export type CurringConfig = AxiosRequestConfig & {
7
- /** 请求实例 */
8
- axiosInstance?: AxiosInstance
9
-
10
- /** 请求方法 */
11
- method?: Method
12
-
13
- /** 请求的body数据 */
14
- data?: any
15
-
16
- /** 请求的query数据 */
17
- params?: any
18
-
19
- /** 接口地址前缀 */
20
- urlPrefix?: string
21
-
22
- /** 标记为公共接口,不需要鉴权,默认为false */
23
- public?: boolean
24
-
25
- /** 请求成功执行的回调 */
26
- onSuccess?: (res: any, config: CurringConfig) => Promise<any>
27
-
28
- /** 请求失败执行的回调 */
29
- onError?: (error: any, config: CurringConfig) => Promise<any>
30
-
31
- /** 自定义处理请求失败执行的回调 */
32
- onCustomError?: (error: any, config: CurringConfig) => Promise<any>
33
-
34
- /** 不管请求成功或失败都会执行的回调 */
35
- finally?: (config: CurringConfig) => any
36
-
37
- /** 每次请求之前都会执行的函数 */
38
- beforeRun?: (config: CurringConfig) => Promise<CurringConfig>
39
-
40
- /** 自定义错误信息 */
41
- customErrorMessage?: (
42
- /** 原始错误信息 */
43
- message: string,
44
-
45
- /** 原始错误对象 */
46
- error: any,
47
- ) => string | null | undefined
48
-
49
- /** 忽略错误提示 */
50
- ignoreErrorMessage?: boolean
51
-
52
- /** 接口401是否重定向到登录页 */
53
- noRedireLogin?: boolean
54
-
55
- /** 开启CSRF安全选项 */
56
- csrf?: boolean
57
- }
58
-
59
- export type Method = 'get' | 'post' | 'put' | 'delete' | 'patch'
60
-
61
- export type CurringConfigFun = (config: CurringConfig) => CurringConfig | Promise<CurringConfig>
62
-
63
- export type CurringRes = {
64
- /** 请求时返回的接口数据 */
65
- data: Ref<any>
66
-
67
- /** 请求时的错误信息 */
68
- error: Ref<any>
69
-
70
- /** 请求时的loading */
71
- loading: Ref<boolean>
72
-
73
- /** 发起请求 返回格式 [ error, data ] */
74
- run: (payload?: any, config?: CurringConfig) => CurringRunRes
75
-
76
- /** 取消请求控制器 */
77
- abortController: Ref<AbortController | null>
78
- }
79
-
80
- /** 返回为数组 [error, data], 请求成功error为null,请求失败data为null */
81
- export type CurringRunRes = Promise<
82
- [
83
- /** 请求返回的错误信息,请求成功时为null,请求失败时为错误信息 */
84
- error: { code: string | number; msg: string; error: AxiosError } | null,
85
-
86
- /** 请求返回的接口数据,请求成功时为后端数据,请求失败时为null */
87
- data: any | null,
88
- ]
89
- >
3
+
4
+
5
+ /** 请求工具配置项 */
6
+ export type CurringConfig = AxiosRequestConfig & {
7
+ /** 请求实例 */
8
+ axiosInstance?: AxiosInstance
9
+
10
+ /** 请求方法 */
11
+ method?: Method
12
+
13
+ /** 请求的body数据 */
14
+ data?: any
15
+
16
+ /** 请求的query数据 */
17
+ params?: any
18
+
19
+ /** 接口地址前缀 */
20
+ urlPrefix?: string
21
+
22
+ /** 标记为公共接口,不需要鉴权,默认为false */
23
+ public?: boolean
24
+
25
+ /** 请求成功执行的回调 */
26
+ onSuccess?: (res: any, config: CurringConfig) => Promise<any>
27
+
28
+ /** 请求失败执行的回调 */
29
+ onError?: (error: any, config: CurringConfig) => Promise<any>
30
+
31
+ /** 自定义处理请求失败执行的回调 */
32
+ onCustomError?: (error: any, config: CurringConfig) => Promise<any>
33
+
34
+ /** 不管请求成功或失败都会执行的回调 */
35
+ finally?: (config: CurringConfig) => any
36
+
37
+ /** 每次请求之前都会执行的函数 */
38
+ beforeRun?: (config: CurringConfig) => Promise<CurringConfig>
39
+
40
+ /** 自定义错误信息 */
41
+ customErrorMessage?: (
42
+ /** 原始错误信息 */
43
+ message: string,
44
+
45
+ /** 原始错误对象 */
46
+ error: any,
47
+ ) => string | null | undefined
48
+
49
+ /** 忽略错误提示 */
50
+ ignoreErrorMessage?: boolean
51
+
52
+ /** 接口401是否重定向到登录页 */
53
+ noRedireLogin?: boolean
54
+
55
+ /** 开启CSRF安全选项 */
56
+ csrf?: boolean
57
+ }
58
+
59
+ export type Method = 'get' | 'post' | 'put' | 'delete' | 'patch'
60
+
61
+ export type CurringConfigFun = (config: CurringConfig) => CurringConfig | Promise<CurringConfig>
62
+
63
+ export type CurringRes = {
64
+ /** 请求时返回的接口数据 */
65
+ data: Ref<any>
66
+
67
+ /** 请求时的错误信息 */
68
+ error: Ref<any>
69
+
70
+ /** 请求时的loading */
71
+ loading: Ref<boolean>
72
+
73
+ /** 发起请求 返回格式 [ error, data ] */
74
+ run: (payload?: any, config?: CurringConfig) => CurringRunRes
75
+
76
+ /** 取消请求控制器 */
77
+ abortController: Ref<AbortController | null>
78
+ }
79
+
80
+ /** 返回为数组 [error, data], 请求成功error为null,请求失败data为null */
81
+ export type CurringRunRes = Promise<
82
+ [
83
+ /** 请求返回的错误信息,请求成功时为null,请求失败时为错误信息 */
84
+ error: { code: string | number; msg: string; error: AxiosError } | null,
85
+
86
+ /** 请求返回的接口数据,请求成功时为后端数据,请求失败时为null */
87
+ data: any | null,
88
+ ]
89
+ >
Binary file
package/esm-map.json CHANGED
@@ -135,5 +135,6 @@
135
135
  "useAntvX6": "/dimple-canvas/use-dimple-canvas/core/antv-x6/index",
136
136
  "addObject": "/dimple-canvas/use-dimple-canvas/core/konva/utils/add-object/index",
137
137
  "useKonva": "/dimple-canvas/use-dimple-canvas/core/konva/index",
138
- "setShowWatermark": "/common-tools/platform-tools/index"
138
+ "setShowWatermark": "/common-tools/platform-tools/index",
139
+ "extractFilename": "/common-tools/extract-file-name/index"
139
140
  }
@@ -1,5 +1,3 @@
1
1
  export declare const useZIndex: () => {
2
- initialZIndex: any;
3
- currentZIndex: any;
4
2
  nextZIndex: () => any;
5
3
  };
@@ -1,22 +1,9 @@
1
- import { ref as I, getCurrentInstance as u, inject as s, computed as e, unref as i } from "vue";
2
- const Z = (n) => typeof n == "number", c = I(0), l = 2e3, a = Symbol("zIndexContextKey"), v = (n) => {
3
- const t = u() ? s(a, void 0) : void 0, r = e(() => {
4
- const d = i(t);
5
- return Z(d) ? d : l;
6
- }), x = e(() => r.value + c.value);
7
- return {
8
- initialZIndex: r,
9
- currentZIndex: x,
10
- nextZIndex: () => (c.value++, x.value)
11
- };
12
- }, o = v(), f = () => {
13
- const n = e(() => o.initialZIndex.value), t = e(() => o.currentZIndex.value);
14
- return {
15
- initialZIndex: n,
16
- currentZIndex: t,
17
- nextZIndex: () => o.nextZIndex()
18
- };
19
- };
1
+ const n = () => [...document.body.querySelectorAll("*")].reduce(
2
+ (e, t) => Math.max(e, +window.getComputedStyle(t).zIndex || 0),
3
+ 0
4
+ ), d = () => ({
5
+ nextZIndex: () => n() + 1
6
+ });
20
7
  export {
21
- f as useZIndex
8
+ d as useZIndex
22
9
  };
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/utils",
3
- "version": "6.4.0-test.1",
3
+ "version": "6.4.0-test.2.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -9,7 +9,7 @@
9
9
  "license": "ISC",
10
10
  "dependencies": {
11
11
  "@antv/x6": "^2.18.1",
12
- "@das-fed/utils": "6.4.0-test.1",
12
+ "@das-fed/utils": "6.4.0-hot.17",
13
13
  "@vue/shared": "^3.4.21",
14
14
  "@vueuse/core": "^9.6.0",
15
15
  "axios": "^1.6.7",
@@ -21,7 +21,7 @@
21
21
  "vue": "^3.4.21"
22
22
  },
23
23
  "devDependencies": {
24
- "@das-fed/cli": "6.4.0-test.1",
24
+ "@das-fed/cli": "6.4.0-hot.17",
25
25
  "@types/js-cookie": "^3.0.6",
26
26
  "@types/lodash-es": "^4.17.12",
27
27
  "@types/qs": "^6.9.15",
@@ -29,7 +29,6 @@
29
29
  "@vitejs/plugin-vue-jsx": "^3.1.0",
30
30
  "ant-design-vue": "3.2.20",
31
31
  "consola": "^3.2.3",
32
- "element-plus": "2.4.2",
33
32
  "execa": "^9.3.0",
34
33
  "fast-glob": "^3.3.2",
35
34
  "fs-extra": "^11.2.0",
@@ -25011,7 +25011,12 @@ function i3(n, h) {
25011
25011
  let g = Array(n.length);
25012
25012
  return g = H(n, g, h.mode || "normal"), g = n3(g), g = J(g, h), k(n, h) && (g = k(n, h)), K(g, h), Q(g, h), X(g, h), Y(g, h, n);
25013
25013
  }
25014
- const g3 = (n) => i3(n, { pattern: "first", toneType: "none", type: "string", separator: "", nonZh: "removed" });
25014
+ const g3 = (n) => i3(n, {
25015
+ pattern: "first",
25016
+ toneType: "none",
25017
+ type: "string",
25018
+ separator: ""
25019
+ });
25015
25020
  export {
25016
25021
  g3 as getPinyinFirstCharacter
25017
25022
  };
Binary file
package/style/index.js.gz CHANGED
Binary file
@@ -7,7 +7,7 @@ function d(e) {
7
7
  }
8
8
  return e;
9
9
  }
10
- var m = {
10
+ var l = {
11
11
  read: function(e) {
12
12
  return e[0] === '"' && (e = e.slice(1, -1)), e.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent);
13
13
  },
@@ -19,22 +19,22 @@ var m = {
19
19
  }
20
20
  };
21
21
  function u(e, o) {
22
- function f(n, s, r) {
22
+ function f(n, i, r) {
23
23
  if (!(typeof document > "u")) {
24
24
  r = d({}, o, r), typeof r.expires == "number" && (r.expires = new Date(Date.now() + r.expires * 864e5)), r.expires && (r.expires = r.expires.toUTCString()), n = encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent).replace(/[()]/g, escape);
25
- var t = "";
26
- for (var i in r)
27
- r[i] && (t += "; " + i, r[i] !== !0 && (t += "=" + r[i].split(";")[0]));
28
- return document.cookie = n + "=" + e.write(s, n) + t;
25
+ var c = "";
26
+ for (var s in r)
27
+ r[s] && (c += "; " + s, r[s] !== !0 && (c += "=" + r[s].split(";")[0]));
28
+ return document.cookie = n + "=" + e.write(i, n) + c;
29
29
  }
30
30
  }
31
31
  function p(n) {
32
32
  if (!(typeof document > "u" || arguments.length && !n)) {
33
- for (var s = document.cookie ? document.cookie.split("; ") : [], r = {}, t = 0; t < s.length; t++) {
34
- var i = s[t].split("="), l = i.slice(1).join("=");
33
+ for (var i = document.cookie ? document.cookie.split("; ") : [], r = {}, c = 0; c < i.length; c++) {
34
+ var s = i[c].split("="), h = s.slice(1).join("=");
35
35
  try {
36
- var v = decodeURIComponent(i[0]);
37
- if (r[v] = e.read(l, v), n === v)
36
+ var v = decodeURIComponent(s[0]);
37
+ if (r[v] = e.read(h, v), n === v)
38
38
  break;
39
39
  } catch {
40
40
  }
@@ -46,11 +46,11 @@ function u(e, o) {
46
46
  {
47
47
  set: f,
48
48
  get: p,
49
- remove: function(n, s) {
49
+ remove: function(n, i) {
50
50
  f(
51
51
  n,
52
52
  "",
53
- d({}, s, {
53
+ d({}, i, {
54
54
  expires: -1
55
55
  })
56
56
  );
@@ -68,18 +68,18 @@ function u(e, o) {
68
68
  }
69
69
  );
70
70
  }
71
- var c = u(m, { path: "/" });
72
- const k = "accessToken", g = "accessTokenExpiredAt", a = "refreshToken", h = "redirectUri", T = () => c.get(k) ?? "", x = (e) => c.get(e) ?? "", A = (e, o = {}) => {
73
- c.set(k, e), c.set(g, o.accessTokenExpiredAt ?? "0"), c.set(a, o.refreshToken ?? ""), o.redirectUri && c.set(h, o.redirectUri);
71
+ var t = u(l, { path: "/" });
72
+ const g = "accessToken", a = "accessTokenExpiredAt", k = "refreshToken", m = "redirectUri", T = () => t.get(g) || sessionStorage.getItem(g) || "", x = (e) => t.get(e) || sessionStorage.getItem(e) || "", A = (e, o = {}) => {
73
+ t.set(g, e), t.set(a, o.accessTokenExpiredAt ?? "0"), t.set(k, o.refreshToken ?? ""), o.redirectUri && t.set(m, o.redirectUri);
74
74
  }, U = () => {
75
- c.remove(k), c.remove(g), c.remove(a), c.remove(h);
76
- }, y = () => {
77
- const e = c.get();
75
+ t.remove(g), t.remove(a), t.remove(k), t.remove(m);
76
+ }, I = () => {
77
+ const e = t.get();
78
78
  for (const o in e)
79
- e.hasOwnProperty(o) && c.remove(o);
79
+ e.hasOwnProperty(o) && t.remove(o);
80
80
  };
81
81
  export {
82
- y as clearAllCookies,
82
+ I as clearAllCookies,
83
83
  T as getAccessToken,
84
84
  x as getAccessTokenInfo,
85
85
  U as removeAccessToken,
Binary file
@@ -14,34 +14,34 @@ const x = ["src"], b = /* @__PURE__ */ v({
14
14
  const o = "";
15
15
  let t = a.query || {};
16
16
  return a.app && (t.app = a.app), e = `${o}/api/node-low-code/v1/visitor/views/index?${new URLSearchParams(t).toString()}`, e;
17
- }), d = s, l = u({
17
+ }), l = s, d = u({
18
18
  get: () => a.iframeLoading,
19
- set: (e) => d("update:iframeLoading", e)
19
+ set: (e) => l("update:iframeLoading", e)
20
20
  }), p = (e) => {
21
21
  const { emitName: o = "", emitData: t = {} } = e.data || {};
22
- o === "app-mounted" ? l.value = !1 : d("emit-change", o, t);
22
+ o === "app-mounted" ? d.value = !1 : l("emit-change", o, t);
23
23
  };
24
24
  g(() => {
25
25
  window.addEventListener("message", p, !1);
26
26
  }), _(() => {
27
27
  window.removeEventListener("message", p, !1);
28
28
  });
29
- const i = L(null), f = (e) => {
29
+ const i = L(null), m = (e) => {
30
30
  var o;
31
- l.value || (o = i.value) != null && o.contentWindow && i.value.contentWindow.postMessage(e);
31
+ d.value || (o = i.value) != null && o.contentWindow && i.value.contentWindow.postMessage(e);
32
32
  };
33
33
  c({
34
34
  onActivated: () => {
35
- f({ type: "onActivated" });
35
+ m({ type: "onActivated" });
36
36
  },
37
37
  onDeactivated: () => {
38
- f({ type: "onDeactivated" });
38
+ m({ type: "onDeactivated" });
39
39
  }
40
40
  });
41
41
  const w = () => {
42
- var o, t, m;
43
- const { origin: e } = new URL(r.value || "");
44
- e && ((m = (t = (o = i.value) == null ? void 0 : o.contentWindow) == null ? void 0 : t.postMessage) == null || m.call(
42
+ var o, t, f;
43
+ const { origin: e } = new URL(r.value || "", location.origin);
44
+ e && ((f = (t = (o = i.value) == null ? void 0 : o.contentWindow) == null ? void 0 : t.postMessage) == null || f.call(
45
45
  t,
46
46
  { type: "setProxSsoStatus", data: { visible: !0, parentHref: location.href } },
47
47
  e
@@ -63,7 +63,7 @@ const x = ["src"], b = /* @__PURE__ */ v({
63
63
  for (const [a, r] of c)
64
64
  s[a] = r;
65
65
  return s;
66
- }, B = /* @__PURE__ */ C(b, [["__scopeId", "data-v-dfb25e5d"]]);
66
+ }, B = /* @__PURE__ */ C(b, [["__scopeId", "data-v-c5870bec"]]);
67
67
  export {
68
68
  B as LowCode
69
69
  };
Binary file
@@ -1 +1 @@
1
- .low-code-iframe[data-v-dfb25e5d]{padding:0;margin:0;border:none;outline:none;height:100%;width:100%;min-height:100px;min-width:100px}
1
+ .low-code-iframe[data-v-c5870bec]{padding:0;margin:0;border:none;outline:none;height:100%;width:100%;min-height:100px;min-width:100px}
Binary file
@@ -1,28 +1,28 @@
1
- export type socketConfig = {
2
- /** 请求地址 */
3
- url: string
4
-
5
- /** 请求参数 */
6
- params?: Record<string, any>
7
-
8
- /** websocket连接成功回调 */
9
- opened?: (event: any) => void
10
-
11
- /** websocket关闭连接回调 */
12
- close?: (event: any) => void
13
-
14
- /** websocket接收到消息回调 */
15
- message?: (event: any) => void
16
-
17
- /** websocket连接异常回调 */
18
- error?: (event: any) => void
19
-
20
- /** 是否重连,默认开启 */
21
- ifReconnect?: boolean
22
-
23
- /** 连接close关闭时是否重连,默认关闭 */
24
- reconnectWhenClose?: boolean
25
-
26
- /** 重连次数,默认为3,-1 表示一直重连 */
27
- reconnectNum?: number
28
- }
1
+ export type socketConfig = {
2
+ /** 请求地址 */
3
+ url: string
4
+
5
+ /** 请求参数 */
6
+ params?: Record<string, any>
7
+
8
+ /** websocket连接成功回调 */
9
+ opened?: (event: any) => void
10
+
11
+ /** websocket关闭连接回调 */
12
+ close?: (event: any) => void
13
+
14
+ /** websocket接收到消息回调 */
15
+ message?: (event: any) => void
16
+
17
+ /** websocket连接异常回调 */
18
+ error?: (event: any) => void
19
+
20
+ /** 是否重连,默认开启 */
21
+ ifReconnect?: boolean
22
+
23
+ /** 连接close关闭时是否重连,默认关闭 */
24
+ reconnectWhenClose?: boolean
25
+
26
+ /** 重连次数,默认为3,-1 表示一直重连 */
27
+ reconnectNum?: number
28
+ }