eoss-ui 0.6.84 → 0.6.85

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 (81) hide show
  1. package/lib/button-group.js +105 -93
  2. package/lib/button.js +105 -93
  3. package/lib/calogin.js +105 -93
  4. package/lib/checkbox-group.js +105 -93
  5. package/lib/data-table-form.js +105 -93
  6. package/lib/data-table.js +105 -93
  7. package/lib/date-picker.js +105 -93
  8. package/lib/dialog.js +105 -93
  9. package/lib/eoss-ui.common.js +416 -446
  10. package/lib/flow-group.js +112 -95
  11. package/lib/flow-list.js +105 -93
  12. package/lib/flow.js +185 -137
  13. package/lib/form.js +216 -264
  14. package/lib/handle-user.js +105 -93
  15. package/lib/handler.js +105 -93
  16. package/lib/icon.js +105 -93
  17. package/lib/icons.js +1 -1
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +105 -93
  20. package/lib/input.js +105 -93
  21. package/lib/login.js +112 -97
  22. package/lib/main.js +105 -93
  23. package/lib/nav.js +105 -93
  24. package/lib/page.js +105 -93
  25. package/lib/pagination.js +105 -93
  26. package/lib/player.js +105 -93
  27. package/lib/qr-code.js +105 -93
  28. package/lib/radio-group.js +105 -93
  29. package/lib/retrial-auth.js +105 -93
  30. package/lib/select-ganged.js +105 -93
  31. package/lib/select.js +105 -93
  32. package/lib/selector-panel.js +105 -93
  33. package/lib/selector.js +123 -99
  34. package/lib/sizer.js +105 -93
  35. package/lib/steps.js +105 -93
  36. package/lib/switch.js +105 -93
  37. package/lib/table-form.js +164 -190
  38. package/lib/tabs.js +105 -93
  39. package/lib/theme-chalk/base.css +1 -1
  40. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  41. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  42. package/lib/theme-chalk/icon.css +1 -1
  43. package/lib/theme-chalk/index.css +1 -1
  44. package/lib/theme-chalk/main.css +1 -1
  45. package/lib/theme-chalk/menu.css +1 -1
  46. package/lib/theme-chalk/simplicity.css +1 -1
  47. package/lib/theme-chalk/sizer.css +1 -1
  48. package/lib/theme-chalk/upload.css +1 -1
  49. package/lib/tips.js +105 -93
  50. package/lib/tree-group.js +105 -93
  51. package/lib/tree.js +105 -93
  52. package/lib/upload.js +105 -93
  53. package/lib/utils/util.js +105 -93
  54. package/lib/wujie.js +105 -93
  55. package/lib/wxlogin.js +105 -93
  56. package/package.json +1 -1
  57. package/packages/flow/src/component/taskUnionExamine.vue +17 -5
  58. package/packages/flow/src/main.vue +7 -3
  59. package/packages/flow/src/selectUser.vue +22 -8
  60. package/packages/flow/src/supervise.vue +1 -0
  61. package/packages/flow-group/src/main.vue +4 -0
  62. package/packages/form/src/main.vue +84 -72
  63. package/packages/form/src/table.vue +42 -36
  64. package/packages/icons/src/icon.json +1 -1
  65. package/packages/login/src/main.vue +5 -8
  66. package/packages/selector/src/main.vue +20 -4
  67. package/packages/theme-chalk/lib/base.css +1 -1
  68. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  69. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  70. package/packages/theme-chalk/lib/icon.css +1 -1
  71. package/packages/theme-chalk/lib/index.css +1 -1
  72. package/packages/theme-chalk/lib/main.css +1 -1
  73. package/packages/theme-chalk/lib/menu.css +1 -1
  74. package/packages/theme-chalk/lib/simplicity.css +1 -1
  75. package/packages/theme-chalk/lib/sizer.css +1 -1
  76. package/packages/theme-chalk/lib/upload.css +1 -1
  77. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  78. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  79. package/packages/theme-chalk/src/icon.scss +4 -0
  80. package/src/index.js +1 -1
  81. package/src/utils/util.js +141 -129
package/lib/table-form.js CHANGED
@@ -258,99 +258,7 @@ var ajax = function ajax(_ref) {
258
258
  }
259
259
  }
260
260
  if (response.status === 200) {
261
- if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
262
- removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
263
- var href = '';
264
- try {
265
- href = win.top.location.href;
266
- } catch (error) {
267
- href = win.location.href;
268
- }
269
- if (href.indexOf('#/login') === -1 && href.indexOf('/login.html') === -1) {
270
- var remind = sessionStorage.getItem('remind');
271
- if (!remind) {
272
- clearTimeout(loginMsg);
273
- loginMsg = setTimeout(function () {
274
- sessionStorage.setItem('remind', 1);
275
- eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
276
- confirmButtonText: '确定',
277
- closeOnClickModal: false,
278
- type: 'warning'
279
- } : {
280
- confirmButtonText: '确定',
281
- cancelButtonText: '取消',
282
- closeOnClickModal: false,
283
- type: 'warning'
284
- }).then(function () {
285
- try {
286
- var loginPage = getStorage('login') || getStorage('loginPage');
287
- if (loginPage) {
288
- var src = void 0;
289
- if (!startWith(loginPage, ['http', '/'], true)) {
290
- var pathname = win.top.location.pathname;
291
- if (pathname !== '/') {
292
- pathname = pathname.split('/');
293
- pathname.splice(pathname.length - 1);
294
- pathname = pathname.join('/');
295
- src = pathname + '/' + loginPage.replace('./', '');
296
- } else {
297
- src = pathname + loginPage.replace('./', '');
298
- }
299
- } else {
300
- src = loginPage;
301
- }
302
- win.top.location.href = src;
303
- } else if (win.top.location.href.indexOf('main.html') > -1) {
304
- win.top.location.href = './login.html';
305
- } else {
306
- var hash = win.top.location.hash;
307
- if (hash) {
308
- var len = win.top.location.href.indexOf(hash);
309
- win.top.location.href = win.location.href.slice(0, len) + '#/login';
310
- } else {
311
- win.top.location.href = '/login.html';
312
- }
313
- }
314
- } catch (error) {
315
- win.postMessage({ type: 1 }, '*');
316
- }
317
- }).catch(function (e) {
318
- sessionStorage.removeItem('remind');
319
- });
320
- }, 2000);
321
- }
322
- }
323
- } else if (response.data.rCode === 61) {
324
- clearTimeout(initAuth);
325
- initAuth = setTimeout(function () {
326
- Object(eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"])({
327
- title: '请进行二次鉴权',
328
- closeOnClickModal: false,
329
- closeOnPressEscape: false,
330
- showConfirmButton: false,
331
- dangerouslyUseHTMLString: true,
332
- scroll: false,
333
- customClass: 'es-retrial-auth-msg',
334
- render: function render(h, msgBox) {
335
- return h('es-retrial-auth', {
336
- ref: 'auth',
337
- props: {
338
- reload: response.data.results.reload || response.data.results.refresh,
339
- group: response.data.results.retrialAuthGroupIds,
340
- type: response.data.results.retrialAuthType,
341
- msgBox: msgBox
342
- }
343
- });
344
- },
345
- callback: function callback(res, obj) {
346
- obj.$children.forEach(function (item) {
347
- item.clearTimeouts && item.clearTimeouts();
348
- return;
349
- });
350
- }
351
- });
352
- }, 1000);
353
- }
261
+ responses(response.data);
354
262
  // eslint-disable-next-line no-undef
355
263
  return Promise.resolve(JSON.parse(JSON.stringify(response.data)));
356
264
  }
@@ -2871,6 +2779,109 @@ var replenish = function replenish(_ref15) {
2871
2779
  return data;
2872
2780
  };
2873
2781
 
2782
+ /**
2783
+ * responses
2784
+ * @desc:状态码响应
2785
+ * @author huangbo
2786
+ * @date 2022年5月7日
2787
+ * @param {object} [data] - 数字或字符串型数字
2788
+ **/
2789
+ var responses = function responses(data) {
2790
+ if (data.rCode === 64 || data.rCode === 65 || data.rCode === 67 || data.rCode === 69) {
2791
+ removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
2792
+ var href = '';
2793
+ try {
2794
+ href = win.top.location.href;
2795
+ } catch (error) {
2796
+ href = win.location.href;
2797
+ }
2798
+ if (href.indexOf('#/login') === -1 && href.indexOf('/login.html') === -1) {
2799
+ var remind = sessionStorage.getItem('remind');
2800
+ if (!remind) {
2801
+ clearTimeout(loginMsg);
2802
+ loginMsg = setTimeout(function () {
2803
+ sessionStorage.setItem('remind', 1);
2804
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].confirm(data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', data.rCode === 69 ? {
2805
+ confirmButtonText: '确定',
2806
+ closeOnClickModal: false,
2807
+ type: 'warning'
2808
+ } : {
2809
+ confirmButtonText: '确定',
2810
+ cancelButtonText: '取消',
2811
+ closeOnClickModal: false,
2812
+ type: 'warning'
2813
+ }).then(function () {
2814
+ try {
2815
+ var loginPage = getStorage('login') || getStorage('loginPage');
2816
+ if (loginPage) {
2817
+ var src = void 0;
2818
+ if (!startWith(loginPage, ['http', '/'], true)) {
2819
+ var pathname = win.top.location.pathname;
2820
+ if (pathname !== '/') {
2821
+ pathname = pathname.split('/');
2822
+ pathname.splice(pathname.length - 1);
2823
+ pathname = pathname.join('/');
2824
+ src = pathname + '/' + loginPage.replace('./', '');
2825
+ } else {
2826
+ src = pathname + loginPage.replace('./', '');
2827
+ }
2828
+ } else {
2829
+ src = loginPage;
2830
+ }
2831
+ win.top.location.href = src;
2832
+ } else if (win.top.location.href.indexOf('main.html') > -1) {
2833
+ win.top.location.href = './login.html';
2834
+ } else {
2835
+ var hash = win.top.location.hash;
2836
+ if (hash) {
2837
+ var len = win.top.location.href.indexOf(hash);
2838
+ win.top.location.href = win.location.href.slice(0, len) + '#/login';
2839
+ } else {
2840
+ win.top.location.href = '/login.html';
2841
+ }
2842
+ }
2843
+ } catch (error) {
2844
+ win.postMessage({ type: 1 }, '*');
2845
+ }
2846
+ }).catch(function (e) {
2847
+ sessionStorage.removeItem('remind');
2848
+ });
2849
+ }, 2000);
2850
+ }
2851
+ }
2852
+ } else if (data.rCode === 61) {
2853
+ clearTimeout(initAuth);
2854
+ initAuth = setTimeout(function () {
2855
+ Object(eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"])({
2856
+ title: '请进行二次鉴权',
2857
+ closeOnClickModal: false,
2858
+ closeOnPressEscape: false,
2859
+ showConfirmButton: false,
2860
+ dangerouslyUseHTMLString: true,
2861
+ scroll: false,
2862
+ customClass: 'es-retrial-auth-msg',
2863
+ render: function render(h, msgBox) {
2864
+ return h('es-retrial-auth', {
2865
+ ref: 'auth',
2866
+ props: {
2867
+ reload: data.results.reload || data.results.refresh,
2868
+ group: data.results.retrialAuthGroupIds,
2869
+ type: data.results.retrialAuthType,
2870
+ msgBox: msgBox
2871
+ }
2872
+ });
2873
+ },
2874
+ callback: function callback(res, obj) {
2875
+ obj.$children.forEach(function (item) {
2876
+ item.clearTimeouts && item.clearTimeouts();
2877
+ return;
2878
+ });
2879
+ }
2880
+ });
2881
+ }, 1000);
2882
+ }
2883
+ };
2884
+
2874
2885
  /**
2875
2886
  * rgbToHsv
2876
2887
  * @desc:rgb转化成hsv
@@ -3527,6 +3538,7 @@ var watermark = function watermark(option) {
3527
3538
  receiveMessage: receiveMessage,
3528
3539
  removeStorage: removeStorage,
3529
3540
  replenish: replenish,
3541
+ responses: responses,
3530
3542
  rgbToHsv: rgbToHsv,
3531
3543
  rmbToCapital: rmbToCapital,
3532
3544
  sendMessage: sendMessage,
@@ -4168,8 +4180,8 @@ module.exports = require("json-bigint");
4168
4180
  // ESM COMPAT FLAG
4169
4181
  __webpack_require__.r(__webpack_exports__);
4170
4182
 
4171
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=template&id=445ecb10&
4172
- var tablevue_type_template_id_445ecb10_render = function () {
4183
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=template&id=a829d438&
4184
+ var tablevue_type_template_id_a829d438_render = function () {
4173
4185
  var _vm = this
4174
4186
  var _h = _vm.$createElement
4175
4187
  var _c = _vm._self._c || _h
@@ -4896,26 +4908,20 @@ var tablevue_type_template_id_445ecb10_render = function () {
4896
4908
  )
4897
4909
  )
4898
4910
  : item.date ||
4899
- item.type == "date" ||
4900
- item.type == "year" ||
4901
- item.type ==
4902
- "month" ||
4903
- item.type == "date" ||
4904
- item.type ==
4905
- "dates" ||
4906
- item.type == "week" ||
4907
- item.type ==
4908
- "datetime" ||
4909
- item.type ==
4910
- "datetimerange" ||
4911
- item.type ==
4912
- "daterange" ||
4913
- item.type ==
4914
- "monthrange" ||
4915
- item.type ==
4916
- "quarter" ||
4917
- item.type ==
4918
- "halfyear"
4911
+ [
4912
+ "date",
4913
+ "year",
4914
+ "month",
4915
+ "date",
4916
+ "dates",
4917
+ "week",
4918
+ "datetime",
4919
+ "datetimerange",
4920
+ "daterange",
4921
+ "monthrange",
4922
+ "quarter",
4923
+ "halfyear",
4924
+ ].includes(item.type)
4919
4925
  ? _c(
4920
4926
  "es-date-picker",
4921
4927
  _vm._b(
@@ -5766,30 +5772,22 @@ var tablevue_type_template_id_445ecb10_render = function () {
5766
5772
  )
5767
5773
  )
5768
5774
  : inline.date ||
5769
- inline.type ==
5770
- "date" ||
5771
- inline.type ==
5772
- "year" ||
5773
- inline.type ==
5774
- "month" ||
5775
- inline.type ==
5776
- "date" ||
5777
- inline.type ==
5778
- "dates" ||
5779
- inline.type ==
5780
- "week" ||
5781
- inline.type ==
5782
- "datetime" ||
5783
- inline.type ==
5784
- "datetimerange" ||
5785
- inline.type ==
5786
- "daterange" ||
5787
- inline.type ==
5788
- "monthrange" ||
5789
- inline.type ==
5790
- "quarter" ||
5791
- inline.type ==
5792
- "halfyear"
5775
+ [
5776
+ "date",
5777
+ "year",
5778
+ "month",
5779
+ "date",
5780
+ "dates",
5781
+ "week",
5782
+ "datetime",
5783
+ "datetimerange",
5784
+ "daterange",
5785
+ "monthrange",
5786
+ "quarter",
5787
+ "halfyear",
5788
+ ].includes(
5789
+ inline.type
5790
+ )
5793
5791
  ? _c(
5794
5792
  "es-date-picker",
5795
5793
  _vm._b(
@@ -6449,54 +6447,24 @@ var tablevue_type_template_id_445ecb10_render = function () {
6449
6447
  : item
6450
6448
  .inline
6451
6449
  .date ||
6452
- item
6453
- .inline
6454
- .type ==
6455
- "date" ||
6456
- item
6457
- .inline
6458
- .type ==
6459
- "year" ||
6460
- item
6461
- .inline
6462
- .type ==
6463
- "month" ||
6464
- item
6465
- .inline
6466
- .type ==
6467
- "date" ||
6468
- item
6469
- .inline
6470
- .type ==
6471
- "dates" ||
6472
- item
6473
- .inline
6474
- .type ==
6475
- "week" ||
6476
- item
6477
- .inline
6478
- .type ==
6479
- "datetime" ||
6480
- item
6481
- .inline
6482
- .type ==
6483
- "datetimerange" ||
6484
- item
6485
- .inline
6486
- .type ==
6487
- "daterange" ||
6488
- item
6489
- .inline
6490
- .type ==
6491
- "monthrange" ||
6492
- item
6493
- .inline
6494
- .type ==
6495
- "quarter" ||
6496
- item
6497
- .inline
6498
- .type ==
6499
- "halfyear"
6450
+ [
6451
+ "date",
6452
+ "year",
6453
+ "month",
6454
+ "date",
6455
+ "dates",
6456
+ "week",
6457
+ "datetime",
6458
+ "datetimerange",
6459
+ "daterange",
6460
+ "monthrange",
6461
+ "quarter",
6462
+ "halfyear",
6463
+ ].includes(
6464
+ item
6465
+ .inline
6466
+ .type
6467
+ )
6500
6468
  ? _c(
6501
6469
  "es-date-picker",
6502
6470
  _vm._b(
@@ -7056,10 +7024,10 @@ var tablevue_type_template_id_445ecb10_render = function () {
7056
7024
  )
7057
7025
  }
7058
7026
  var staticRenderFns = []
7059
- tablevue_type_template_id_445ecb10_render._withStripped = true
7027
+ tablevue_type_template_id_a829d438_render._withStripped = true
7060
7028
 
7061
7029
 
7062
- // CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=445ecb10&
7030
+ // CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=a829d438&
7063
7031
 
7064
7032
  // EXTERNAL MODULE: ./src/utils/rules.js
7065
7033
  var rules = __webpack_require__(16);
@@ -8246,6 +8214,12 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
8246
8214
  //
8247
8215
  //
8248
8216
  //
8217
+ //
8218
+ //
8219
+ //
8220
+ //
8221
+ //
8222
+ //
8249
8223
 
8250
8224
 
8251
8225
 
@@ -8570,7 +8544,7 @@ var componentNormalizer = __webpack_require__(3);
8570
8544
 
8571
8545
  var component = Object(componentNormalizer["a" /* default */])(
8572
8546
  src_tablevue_type_script_lang_js_,
8573
- tablevue_type_template_id_445ecb10_render,
8547
+ tablevue_type_template_id_a829d438_render,
8574
8548
  staticRenderFns,
8575
8549
  false,
8576
8550
  null,
package/lib/tabs.js CHANGED
@@ -258,99 +258,7 @@ var ajax = function ajax(_ref) {
258
258
  }
259
259
  }
260
260
  if (response.status === 200) {
261
- if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
262
- removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
263
- var href = '';
264
- try {
265
- href = win.top.location.href;
266
- } catch (error) {
267
- href = win.location.href;
268
- }
269
- if (href.indexOf('#/login') === -1 && href.indexOf('/login.html') === -1) {
270
- var remind = sessionStorage.getItem('remind');
271
- if (!remind) {
272
- clearTimeout(loginMsg);
273
- loginMsg = setTimeout(function () {
274
- sessionStorage.setItem('remind', 1);
275
- eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
276
- confirmButtonText: '确定',
277
- closeOnClickModal: false,
278
- type: 'warning'
279
- } : {
280
- confirmButtonText: '确定',
281
- cancelButtonText: '取消',
282
- closeOnClickModal: false,
283
- type: 'warning'
284
- }).then(function () {
285
- try {
286
- var loginPage = getStorage('login') || getStorage('loginPage');
287
- if (loginPage) {
288
- var src = void 0;
289
- if (!startWith(loginPage, ['http', '/'], true)) {
290
- var pathname = win.top.location.pathname;
291
- if (pathname !== '/') {
292
- pathname = pathname.split('/');
293
- pathname.splice(pathname.length - 1);
294
- pathname = pathname.join('/');
295
- src = pathname + '/' + loginPage.replace('./', '');
296
- } else {
297
- src = pathname + loginPage.replace('./', '');
298
- }
299
- } else {
300
- src = loginPage;
301
- }
302
- win.top.location.href = src;
303
- } else if (win.top.location.href.indexOf('main.html') > -1) {
304
- win.top.location.href = './login.html';
305
- } else {
306
- var hash = win.top.location.hash;
307
- if (hash) {
308
- var len = win.top.location.href.indexOf(hash);
309
- win.top.location.href = win.location.href.slice(0, len) + '#/login';
310
- } else {
311
- win.top.location.href = '/login.html';
312
- }
313
- }
314
- } catch (error) {
315
- win.postMessage({ type: 1 }, '*');
316
- }
317
- }).catch(function (e) {
318
- sessionStorage.removeItem('remind');
319
- });
320
- }, 2000);
321
- }
322
- }
323
- } else if (response.data.rCode === 61) {
324
- clearTimeout(initAuth);
325
- initAuth = setTimeout(function () {
326
- Object(eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"])({
327
- title: '请进行二次鉴权',
328
- closeOnClickModal: false,
329
- closeOnPressEscape: false,
330
- showConfirmButton: false,
331
- dangerouslyUseHTMLString: true,
332
- scroll: false,
333
- customClass: 'es-retrial-auth-msg',
334
- render: function render(h, msgBox) {
335
- return h('es-retrial-auth', {
336
- ref: 'auth',
337
- props: {
338
- reload: response.data.results.reload || response.data.results.refresh,
339
- group: response.data.results.retrialAuthGroupIds,
340
- type: response.data.results.retrialAuthType,
341
- msgBox: msgBox
342
- }
343
- });
344
- },
345
- callback: function callback(res, obj) {
346
- obj.$children.forEach(function (item) {
347
- item.clearTimeouts && item.clearTimeouts();
348
- return;
349
- });
350
- }
351
- });
352
- }, 1000);
353
- }
261
+ responses(response.data);
354
262
  // eslint-disable-next-line no-undef
355
263
  return Promise.resolve(JSON.parse(JSON.stringify(response.data)));
356
264
  }
@@ -2871,6 +2779,109 @@ var replenish = function replenish(_ref15) {
2871
2779
  return data;
2872
2780
  };
2873
2781
 
2782
+ /**
2783
+ * responses
2784
+ * @desc:状态码响应
2785
+ * @author huangbo
2786
+ * @date 2022年5月7日
2787
+ * @param {object} [data] - 数字或字符串型数字
2788
+ **/
2789
+ var responses = function responses(data) {
2790
+ if (data.rCode === 64 || data.rCode === 65 || data.rCode === 67 || data.rCode === 69) {
2791
+ removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
2792
+ var href = '';
2793
+ try {
2794
+ href = win.top.location.href;
2795
+ } catch (error) {
2796
+ href = win.location.href;
2797
+ }
2798
+ if (href.indexOf('#/login') === -1 && href.indexOf('/login.html') === -1) {
2799
+ var remind = sessionStorage.getItem('remind');
2800
+ if (!remind) {
2801
+ clearTimeout(loginMsg);
2802
+ loginMsg = setTimeout(function () {
2803
+ sessionStorage.setItem('remind', 1);
2804
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].confirm(data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', data.rCode === 69 ? {
2805
+ confirmButtonText: '确定',
2806
+ closeOnClickModal: false,
2807
+ type: 'warning'
2808
+ } : {
2809
+ confirmButtonText: '确定',
2810
+ cancelButtonText: '取消',
2811
+ closeOnClickModal: false,
2812
+ type: 'warning'
2813
+ }).then(function () {
2814
+ try {
2815
+ var loginPage = getStorage('login') || getStorage('loginPage');
2816
+ if (loginPage) {
2817
+ var src = void 0;
2818
+ if (!startWith(loginPage, ['http', '/'], true)) {
2819
+ var pathname = win.top.location.pathname;
2820
+ if (pathname !== '/') {
2821
+ pathname = pathname.split('/');
2822
+ pathname.splice(pathname.length - 1);
2823
+ pathname = pathname.join('/');
2824
+ src = pathname + '/' + loginPage.replace('./', '');
2825
+ } else {
2826
+ src = pathname + loginPage.replace('./', '');
2827
+ }
2828
+ } else {
2829
+ src = loginPage;
2830
+ }
2831
+ win.top.location.href = src;
2832
+ } else if (win.top.location.href.indexOf('main.html') > -1) {
2833
+ win.top.location.href = './login.html';
2834
+ } else {
2835
+ var hash = win.top.location.hash;
2836
+ if (hash) {
2837
+ var len = win.top.location.href.indexOf(hash);
2838
+ win.top.location.href = win.location.href.slice(0, len) + '#/login';
2839
+ } else {
2840
+ win.top.location.href = '/login.html';
2841
+ }
2842
+ }
2843
+ } catch (error) {
2844
+ win.postMessage({ type: 1 }, '*');
2845
+ }
2846
+ }).catch(function (e) {
2847
+ sessionStorage.removeItem('remind');
2848
+ });
2849
+ }, 2000);
2850
+ }
2851
+ }
2852
+ } else if (data.rCode === 61) {
2853
+ clearTimeout(initAuth);
2854
+ initAuth = setTimeout(function () {
2855
+ Object(eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"])({
2856
+ title: '请进行二次鉴权',
2857
+ closeOnClickModal: false,
2858
+ closeOnPressEscape: false,
2859
+ showConfirmButton: false,
2860
+ dangerouslyUseHTMLString: true,
2861
+ scroll: false,
2862
+ customClass: 'es-retrial-auth-msg',
2863
+ render: function render(h, msgBox) {
2864
+ return h('es-retrial-auth', {
2865
+ ref: 'auth',
2866
+ props: {
2867
+ reload: data.results.reload || data.results.refresh,
2868
+ group: data.results.retrialAuthGroupIds,
2869
+ type: data.results.retrialAuthType,
2870
+ msgBox: msgBox
2871
+ }
2872
+ });
2873
+ },
2874
+ callback: function callback(res, obj) {
2875
+ obj.$children.forEach(function (item) {
2876
+ item.clearTimeouts && item.clearTimeouts();
2877
+ return;
2878
+ });
2879
+ }
2880
+ });
2881
+ }, 1000);
2882
+ }
2883
+ };
2884
+
2874
2885
  /**
2875
2886
  * rgbToHsv
2876
2887
  * @desc:rgb转化成hsv
@@ -3527,6 +3538,7 @@ var watermark = function watermark(option) {
3527
3538
  receiveMessage: receiveMessage,
3528
3539
  removeStorage: removeStorage,
3529
3540
  replenish: replenish,
3541
+ responses: responses,
3530
3542
  rgbToHsv: rgbToHsv,
3531
3543
  rmbToCapital: rmbToCapital,
3532
3544
  sendMessage: sendMessage,