eoss-ui 0.5.79 → 0.5.81-beta

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 (131) hide show
  1. package/lib/button-group.js +279 -265
  2. package/lib/button.js +71 -69
  3. package/lib/calendar.js +2 -2
  4. package/lib/card.js +2 -2
  5. package/lib/cascader.js +2 -2
  6. package/lib/checkbox-group.js +71 -70
  7. package/lib/clients.js +11 -11
  8. package/lib/config/api.js +1 -0
  9. package/lib/data-table-form.js +69 -67
  10. package/lib/data-table.js +87 -80
  11. package/lib/date-picker.js +71 -69
  12. package/lib/dialog.js +71 -70
  13. package/lib/enterprise.js +2 -2
  14. package/lib/eoss-ui.common.js +5966 -986
  15. package/lib/error-page.js +2 -2
  16. package/lib/flow-group.js +71 -69
  17. package/lib/flow-list.js +74 -72
  18. package/lib/flow.js +95 -93
  19. package/lib/form.js +179 -98
  20. package/lib/handle-user.js +72 -70
  21. package/lib/handler.js +75 -73
  22. package/lib/icon.js +3731 -12
  23. package/lib/icons.js +3 -3
  24. package/lib/index.js +1 -1
  25. package/lib/input-number.js +71 -69
  26. package/lib/input.js +71 -73
  27. package/lib/label.js +2 -2
  28. package/lib/layout.js +2 -2
  29. package/lib/login.js +146 -106
  30. package/lib/main.js +5663 -844
  31. package/lib/menu.js +2 -2
  32. package/lib/nav.js +71 -69
  33. package/lib/notify.js +72 -70
  34. package/lib/page.js +71 -69
  35. package/lib/pagination.js +2 -2
  36. package/lib/player.js +75 -73
  37. package/lib/qr-code.js +73 -71
  38. package/lib/radio-group.js +71 -69
  39. package/lib/retrial-auth.js +73 -71
  40. package/lib/select-ganged.js +71 -69
  41. package/lib/select.js +71 -69
  42. package/lib/selector-panel.js +74 -73
  43. package/lib/selector.js +80 -78
  44. package/lib/sizer.js +71 -69
  45. package/lib/steps.js +71 -69
  46. package/lib/switch.js +78 -76
  47. package/lib/table-form.js +71 -69
  48. package/lib/tabs-panel.js +2 -2
  49. package/lib/tabs.js +71 -69
  50. package/lib/theme-chalk/base.css +1 -1
  51. package/lib/theme-chalk/clients.css +1 -1
  52. package/lib/theme-chalk/data-table.css +1 -1
  53. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  54. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  55. package/lib/theme-chalk/form.css +1 -1
  56. package/lib/theme-chalk/icon.css +1 -1
  57. package/lib/theme-chalk/index.css +1 -1
  58. package/lib/theme-chalk/login.css +1 -1
  59. package/lib/theme-chalk/main.css +1 -1
  60. package/lib/theme-chalk/menu.css +1 -1
  61. package/lib/theme-chalk/simplicity.css +1 -0
  62. package/lib/theme-chalk/sizer.css +1 -1
  63. package/lib/theme-chalk/upload.css +1 -1
  64. package/lib/tips.js +72 -70
  65. package/lib/toolbar.js +2 -2
  66. package/lib/tree-group.js +71 -69
  67. package/lib/tree.js +71 -69
  68. package/lib/upload.js +146 -118
  69. package/lib/utils/util.js +2 -2
  70. package/lib/wujie.js +71 -69
  71. package/lib/wxlogin.js +214 -212
  72. package/package.json +3 -3
  73. package/packages/clients/src/main.vue +7 -7
  74. package/packages/data-table/src/main.vue +17 -5
  75. package/packages/form/src/main.vue +27 -13
  76. package/packages/handler/src/main.vue +3 -1
  77. package/packages/icon/src/main.vue +31 -10
  78. package/packages/icons/src/icon.json +1 -1
  79. package/packages/input/src/main.vue +0 -4
  80. package/packages/login/src/main.vue +13 -7
  81. package/packages/main/src/default/index.vue +2199 -0
  82. package/packages/main/src/main.vue +30 -2209
  83. package/packages/main/src/simplicity/apps.vue +301 -0
  84. package/packages/main/src/simplicity/avatar.vue +68 -0
  85. package/packages/main/src/simplicity/handler.vue +148 -0
  86. package/packages/main/src/simplicity/index.vue +1515 -0
  87. package/packages/main/src/simplicity/lists.vue +84 -0
  88. package/packages/main/src/simplicity/menu-list.vue +74 -0
  89. package/packages/main/src/simplicity/message.vue +237 -0
  90. package/packages/main/src/simplicity/notice.vue +145 -0
  91. package/packages/main/src/simplicity/settings.vue +119 -0
  92. package/packages/main/src/simplicity/sub-menu.vue +120 -0
  93. package/packages/main/src/simplicity/user.vue +243 -0
  94. package/packages/main/src/simplicity/userinfo.vue +302 -0
  95. package/packages/theme-chalk/lib/base.css +1 -1
  96. package/packages/theme-chalk/lib/clients.css +1 -1
  97. package/packages/theme-chalk/lib/data-table.css +1 -1
  98. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  99. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  100. package/packages/theme-chalk/lib/form.css +1 -1
  101. package/packages/theme-chalk/lib/icon.css +1 -1
  102. package/packages/theme-chalk/lib/index.css +1 -1
  103. package/packages/theme-chalk/lib/login.css +1 -1
  104. package/packages/theme-chalk/lib/main.css +1 -1
  105. package/packages/theme-chalk/lib/menu.css +1 -1
  106. package/packages/theme-chalk/lib/simplicity.css +1 -0
  107. package/packages/theme-chalk/lib/sizer.css +1 -1
  108. package/packages/theme-chalk/lib/upload.css +1 -1
  109. package/packages/theme-chalk/src/base.scss +1 -0
  110. package/packages/theme-chalk/src/clients.scss +1 -1
  111. package/packages/theme-chalk/src/common/var.scss +4 -0
  112. package/packages/theme-chalk/src/data-table.scss +3 -0
  113. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  114. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  115. package/packages/theme-chalk/src/form.scss +2 -2
  116. package/packages/theme-chalk/src/icon.scss +4 -4
  117. package/packages/theme-chalk/src/login.scss +644 -632
  118. package/packages/theme-chalk/src/main.scss +6 -2
  119. package/packages/theme-chalk/src/simplicity.scss +545 -0
  120. package/packages/upload/src/main.vue +132 -80
  121. package/src/config/api.js +1 -0
  122. package/src/index.js +1 -1
  123. package/src/utils/util.js +2 -2
  124. package/lib/theme-chalk/mainComp.css +0 -0
  125. package/packages/main/src/async-component/index.vue +0 -87
  126. package/packages/theme-chalk/lib/mainComp.css +0 -0
  127. package/packages/theme-chalk/src/mainComp.scss +0 -0
  128. /package/packages/main/src/{message.vue → default/message.vue} +0 -0
  129. /package/packages/main/src/{notice.vue → default/notice.vue} +0 -0
  130. /package/packages/main/src/{settings.vue → default/settings.vue} +0 -0
  131. /package/packages/main/src/{userinfo.vue → default/userinfo.vue} +0 -0
@@ -82,12 +82,11 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 37);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 36);
86
86
  /******/ })
87
87
  /************************************************************************/
88
- /******/ ({
89
-
90
- /***/ 0:
88
+ /******/ ([
89
+ /* 0 */
91
90
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
91
 
93
92
  "use strict";
@@ -351,7 +350,7 @@ var ajax = function ajax(_ref) {
351
350
  }, 1000);
352
351
  }
353
352
  // eslint-disable-next-line no-undef
354
- return Promise.resolve(response.data);
353
+ return Promise.resolve(JSON.parse(JSON.stringify(response.data)));
355
354
  }
356
355
  }, function (error) {
357
356
  loading && loading.close();
@@ -1387,7 +1386,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1387
1386
  * @param {function} callback - 回调函数
1388
1387
  **/
1389
1388
  var getMainConfig = function getMainConfig(callback) {
1390
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "eb"] }).then(function (res) {
1389
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "fb"] }).then(function (res) {
1391
1390
  if (res && res.rCode === 0) {
1392
1391
  callback(res.results);
1393
1392
  }
@@ -2121,7 +2120,7 @@ var isLogined = function isLogined(_ref8) {
2121
2120
  }
2122
2121
  var quit = getParams('quit') || getParams('logout');
2123
2122
  if (quit) {
2124
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "db"] }).then(function (res) {
2123
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "eb"] }).then(function (res) {
2125
2124
  if (res.rCode === 0) {
2126
2125
  removeStorage();
2127
2126
  }
@@ -2560,7 +2559,7 @@ var replenish = function replenish(_ref12) {
2560
2559
  while (res.length <= len + precision) {
2561
2560
  res += '0';
2562
2561
  }
2563
- return parseFloat(res);
2562
+ return res;
2564
2563
  }
2565
2564
  return data;
2566
2565
  };
@@ -3241,37 +3240,36 @@ var watermark = function watermark(option) {
3241
3240
  });
3242
3241
 
3243
3242
  /***/ }),
3244
-
3245
- /***/ 1:
3243
+ /* 1 */
3246
3244
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3247
3245
 
3248
3246
  "use strict";
3249
3247
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCaLogin; });
3250
3248
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doUserLogin; });
3251
3249
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doQrLogin; });
3252
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return logout; });
3253
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initLogin; });
3254
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return switchUserTo; });
3250
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return logout; });
3251
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initLogin; });
3252
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return switchUserTo; });
3255
3253
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3256
3254
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getLoginCode; });
3257
3255
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doCodeLogin; });
3258
3256
  /* unused harmony export updateCode */
3259
3257
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getModifyPassCode; });
3260
3258
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
3261
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return loginModifyPassword; });
3259
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return loginModifyPassword; });
3262
3260
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3263
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initModifyPassword; });
3261
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return initModifyPassword; });
3264
3262
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doWechatQrLogin; });
3265
3263
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getTwoFactorLoginCode; });
3266
3264
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doTwoFactorLogin; });
3267
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return initRetrialAuth; });
3265
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return initRetrialAuth; });
3268
3266
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getRetrialAuthCode; });
3269
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return scanCodeRetrialAuth; });
3267
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return scanCodeRetrialAuth; });
3270
3268
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
3271
3269
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
3272
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return mainConfig; });
3273
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return initUserSet; });
3274
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return updateUserInfo; });
3270
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return mainConfig; });
3271
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return initUserSet; });
3272
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return updateUserInfo; });
3275
3273
  /* unused harmony export getUserImgUrl */
3276
3274
  /* unused harmony export getDoorIndex */
3277
3275
  /* unused harmony export refreshOnlineUsers */
@@ -3279,21 +3277,22 @@ var watermark = function watermark(option) {
3279
3277
  /* unused harmony export getApplicationIdArray */
3280
3278
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplications; });
3281
3279
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplicationsNew; });
3280
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getUserAppWithTag; });
3282
3281
  /* unused harmony export getUserCustomInfo */
3283
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateUserCustomInfo; });
3284
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return sysMsgPage; });
3285
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return ignoreSysMsg; });
3286
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return ignoreAllSysMsg; });
3282
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return updateUserCustomInfo; });
3283
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return sysMsgPage; });
3284
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return ignoreSysMsg; });
3285
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return ignoreAllSysMsg; });
3287
3286
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctProperties; });
3288
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return uploads; });
3289
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadOnlyOne; });
3287
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return uploads; });
3288
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploadOnlyOne; });
3290
3289
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctFileInfos; });
3291
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploadSort; });
3290
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return uploadSort; });
3292
3291
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
3293
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadDownloads; });
3294
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunct; });
3295
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return previewAdjunct2; });
3296
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunctOffice; });
3292
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadDownloads; });
3293
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return previewAdjunct; });
3294
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunct2; });
3295
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return previewAdjunctOffice; });
3297
3296
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
3298
3297
  /* unused harmony export upload_updateClassify */
3299
3298
  /* unused harmony export getDeleteAdjunctFileInfos */
@@ -3305,16 +3304,16 @@ var watermark = function watermark(option) {
3305
3304
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCode; });
3306
3305
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getDictList; });
3307
3306
  /* unused harmony export findUserBaseInfo */
3308
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return gethelpdoc; });
3307
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return gethelpdoc; });
3309
3308
  /* unused harmony export getCurrentuser */
3310
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return mainDetail; });
3311
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartFlow; });
3312
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return tempSave; });
3309
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return mainDetail; });
3310
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartFlow; });
3311
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return tempSave; });
3313
3312
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
3314
3313
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3315
3314
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
3316
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return saveCommonOpinion; });
3317
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateCommonOpinion; });
3315
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return saveCommonOpinion; });
3316
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateCommonOpinion; });
3318
3317
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
3319
3318
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getProcessDefList; });
3320
3319
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getNodeInfo; });
@@ -3323,52 +3322,52 @@ var watermark = function watermark(option) {
3323
3322
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysCodes; });
3324
3323
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getNotificationMsg; });
3325
3324
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getHandleInfoHtml; });
3326
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskHandleHtml; });
3325
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskHandleHtml; });
3327
3326
  /* unused harmony export getView */
3328
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return register; });
3329
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pendedhistoryList; });
3330
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskRejectHtml; });
3331
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskRejectHtml; });
3332
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartTaskRead; });
3333
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toStartTaskReadIndex; });
3334
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskReadHtml; });
3335
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return rejectAndEnd; });
3336
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toSendMsg; });
3337
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sendMsg; });
3327
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return register; });
3328
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return pendedhistoryList; });
3329
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskRejectHtml; });
3330
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskRejectHtml; });
3331
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toStartTaskRead; });
3332
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toStartTaskReadIndex; });
3333
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskReadHtml; });
3334
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return rejectAndEnd; });
3335
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toSendMsg; });
3336
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return sendMsg; });
3338
3337
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
3339
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return handleInfo; });
3340
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return loginUserInfo; });
3341
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return wss; });
3342
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return topic; });
3338
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return handleInfo; });
3339
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return loginUserInfo; });
3340
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return wss; });
3341
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return topic; });
3343
3342
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getPresetCustomInfo; });
3344
3343
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getPresetNodeInfo; });
3345
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskTransferIndex; });
3346
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskTransfer; });
3347
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toPresetInfoListIndex; });
3344
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskTransferIndex; });
3345
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskTransfer; });
3346
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toPresetInfoListIndex; });
3348
3347
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
3349
3348
  /* unused harmony export historyListJson */
3350
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return pendedhistoryListJson; });
3351
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return pressListJson; });
3349
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return pendedhistoryListJson; });
3350
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return pressListJson; });
3352
3351
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
3353
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return isCanStartSubFlow; });
3354
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskUnionExamine; });
3355
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskUnionExamine; });
3356
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskTakeAdvice; });
3357
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskTakeAdvice; });
3358
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskStartDraft; });
3359
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskStartDraft; });
3360
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskReview; });
3361
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskReview; });
3362
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTaskUnionSeal; });
3363
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskUnionSeal; });
3364
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTwoOfficesDispatch; });
3365
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return twoOfficesDispatch; });
3366
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendList; });
3367
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendInfo; });
3352
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return isCanStartSubFlow; });
3353
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTaskUnionExamine; });
3354
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskUnionExamine; });
3355
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskTakeAdvice; });
3356
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskTakeAdvice; });
3357
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskStartDraft; });
3358
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskStartDraft; });
3359
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskReview; });
3360
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskReview; });
3361
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskUnionSeal; });
3362
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskUnionSeal; });
3363
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toTwoOfficesDispatch; });
3364
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return twoOfficesDispatch; });
3365
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sendList; });
3366
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendInfo; });
3368
3367
  /* unused harmony export sendSave */
3369
3368
  /* unused harmony export sendUpdate */
3370
3369
  /* unused harmony export sendDelete */
3371
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendBatch; });
3370
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendBatch; });
3372
3371
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return formContents; });
3373
3372
  // 登录
3374
3373
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3406,6 +3405,7 @@ var getQuickMenuIds = '/main2/main/getQuickMenuIds'; // 获取已绑定的快捷
3406
3405
  var getApplicationIdArray = '/main2/main/getApplicationIdArray'; // 获取应用父id数组
3407
3406
  var getComplexApplications = '/main2/menu/getComplexApplications'; // 获取当前用户菜单; 含页签菜单格式的数据
3408
3407
  var getComplexApplicationsNew = '/main2/menu/getComplexApplicationsNew'; // 获取当前用户应用菜单; 含页签菜单格式的数据
3408
+ var getUserAppWithTag = '/sysv3/sysUucApp/getUserAppWithTag'; // 获取应用
3409
3409
  var getUserCustomInfo = '/main2/main/getUserCustomInfo'; // 获取主题样式
3410
3410
  var updateUserCustomInfo = '/main2/main/updateUserCustomInfo'; // 更新主题样式
3411
3411
  // 框架 - 系统消息
@@ -3589,22 +3589,13 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
3589
3589
  var formContents = '/config/admin/online/onlineForm/render';
3590
3590
 
3591
3591
  /***/ }),
3592
-
3593
- /***/ 10:
3594
- /***/ (function(module, exports) {
3595
-
3596
- module.exports = require("sm-crypto");
3597
-
3598
- /***/ }),
3599
-
3600
- /***/ 2:
3592
+ /* 2 */
3601
3593
  /***/ (function(module, exports) {
3602
3594
 
3603
3595
  module.exports = require("eoss-element");
3604
3596
 
3605
3597
  /***/ }),
3606
-
3607
- /***/ 3:
3598
+ /* 3 */
3608
3599
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3609
3600
 
3610
3601
  "use strict";
@@ -3708,8 +3699,210 @@ function normalizeComponent(
3708
3699
 
3709
3700
 
3710
3701
  /***/ }),
3702
+ /* 4 */
3703
+ /***/ (function(module, exports) {
3704
+
3705
+ module.exports = require("qs");
3706
+
3707
+ /***/ }),
3708
+ /* 5 */
3709
+ /***/ (function(module, exports) {
3710
+
3711
+ module.exports = require("axios");
3712
+
3713
+ /***/ }),
3714
+ /* 6 */
3715
+ /***/ (function(module, exports) {
3716
+
3717
+ module.exports = require("json-bigint");
3718
+
3719
+ /***/ }),
3720
+ /* 7 */
3721
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
3722
+
3723
+ "use strict";
3724
+ /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8);
3725
+ /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(sockjs_client__WEBPACK_IMPORTED_MODULE_0__);
3726
+ /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9);
3727
+ /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(stompjs__WEBPACK_IMPORTED_MODULE_1__);
3728
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
3729
+
3730
+
3731
+
3732
+
3733
+ var WebSocket = function () {
3734
+ // 构造函数
3735
+ function WebSocket() {
3736
+ _classCallCheck(this, WebSocket);
3737
+
3738
+ this.host = sessionStorage.getItem('wshost') || '';
3739
+ this.tryTimes = 1; // 重连次数
3740
+ this.callback = null; // 回调函数
3741
+ this.client = null; // stomp对象
3742
+ this.reconTimeout = null; // 重连延时器
3743
+ this.debug = true; // 调试
3744
+ this.interval = 20; // 重连间隔时间
3745
+ this.vm = null;
3746
+ this.nextDate = 0;
3747
+ this.connects = 1;
3748
+ this.recon = false;
3749
+ this.sendTimeout = null;
3750
+ this.socket = null;
3751
+ this.subscription = null;
3752
+ }
3753
+
3754
+ /** socket连接 */
3755
+
3756
+
3757
+ WebSocket.prototype.connect = function connect() {
3758
+ var _this = this;
3759
+
3760
+ if (!this.client) {
3761
+ // 连接SockJS
3762
+ this.socket = new sockjs_client__WEBPACK_IMPORTED_MODULE_0___default.a(this.host + this.url, { timeout: 60000 });
3763
+ this.client = stompjs__WEBPACK_IMPORTED_MODULE_1___default.a.over(this.socket);
3764
+ }
3765
+
3766
+ // 日志不打印
3767
+ if (!this.debug) {
3768
+ this.client.debug = function () {};
3769
+ }
3770
+
3771
+ // 向服务器发起websocket连接
3772
+ this.client.connect({}, function () {
3773
+ _this.recon = true;
3774
+ // tryTimes定义重置
3775
+ _this.connects = 1;
3776
+ // 订阅消息
3777
+ _this.subscribe();
3778
+ }, function (error) {
3779
+ _this.unsubscribe();
3780
+ _this.client = null;
3781
+ var diffSecond = parseInt((new Date() - _this.nextDate) / 1000, 10);
3782
+ if (_this.connects > 5 && diffSecond < _this.interval) {
3783
+ _this.error && _this.error(error);
3784
+ } else {
3785
+ _this.reconTimeout = setTimeout(function () {
3786
+ _this.connect();
3787
+ _this.connects++;
3788
+ }, 5000);
3789
+ }
3790
+ });
3791
+ }; // 清除订阅
3792
+
3793
+
3794
+ WebSocket.prototype.unsubscribe = function unsubscribe() {
3795
+ if (this.subscription) {
3796
+ this.subscription.unsubscribe();
3797
+ this.subscription = null;
3798
+ }
3799
+ };
3800
+ /** 订阅服务端 */
3801
+
3802
+
3803
+ WebSocket.prototype.subscribe = function subscribe() {
3804
+ var _this2 = this;
3805
+
3806
+ // 订阅服务端提供的某个topic
3807
+ this.subscription = this.client.subscribe(this.take, function (response) {
3808
+ if (response && (_this2.callback || _this2.success)) {
3809
+ var callback = _this2.callback || _this2.success;
3810
+ callback(JSON.parse(response.body));
3811
+ }
3812
+ });
3813
+ };
3814
+
3815
+ /** 赋值、初始化socket */
3816
+
3817
+
3818
+ WebSocket.prototype.init = function init(option, vm) {
3819
+ for (var i in option) {
3820
+ this[i] = option[i];
3821
+ }
3822
+ this.vm = vm;
3823
+ // 初始化连接
3824
+ this.connect();
3825
+ };
3826
+
3827
+ /** 发送消息 */
3828
+
3829
+
3830
+ WebSocket.prototype.send = function send(data) {
3831
+ var _this3 = this;
3832
+
3833
+ if (this.recon) {
3834
+ clearTimeout(this.sendTimeout);
3835
+ this.client.send(this.take, {}, typeof data === 'string' ? data : JSON.stringify(data));
3836
+ } else {
3837
+ this.sendTimeout = setTimeout(function () {
3838
+ _this3.send(data);
3839
+ }, 1000);
3840
+ }
3841
+ };
3842
+
3843
+ /** 销毁 */
3844
+
3845
+
3846
+ WebSocket.prototype.destroy = function destroy() {
3847
+ // 断开连接,清除定时器
3848
+ this.unsubscribe();
3849
+ if (this.client) {
3850
+ this.client.disconnect();
3851
+ };
3852
+ this.reconTimeout && clearTimeout(this.reconTimeout);
3853
+ this.sendTimeout && clearTimeout(this.sendTimeout);
3854
+ };
3855
+
3856
+ return WebSocket;
3857
+ }();
3858
+
3859
+ /* harmony default export */ __webpack_exports__["a"] = (WebSocket);
3860
+
3861
+ /***/ }),
3862
+ /* 8 */
3863
+ /***/ (function(module, exports) {
3864
+
3865
+ module.exports = require("sockjs-client");
3866
+
3867
+ /***/ }),
3868
+ /* 9 */
3869
+ /***/ (function(module, exports) {
3870
+
3871
+ module.exports = require("stompjs");
3872
+
3873
+ /***/ }),
3874
+ /* 10 */
3875
+ /***/ (function(module, exports) {
3876
+
3877
+ module.exports = require("sm-crypto");
3711
3878
 
3712
- /***/ 37:
3879
+ /***/ }),
3880
+ /* 11 */,
3881
+ /* 12 */,
3882
+ /* 13 */,
3883
+ /* 14 */,
3884
+ /* 15 */,
3885
+ /* 16 */,
3886
+ /* 17 */,
3887
+ /* 18 */,
3888
+ /* 19 */,
3889
+ /* 20 */,
3890
+ /* 21 */,
3891
+ /* 22 */,
3892
+ /* 23 */,
3893
+ /* 24 */,
3894
+ /* 25 */,
3895
+ /* 26 */,
3896
+ /* 27 */,
3897
+ /* 28 */,
3898
+ /* 29 */,
3899
+ /* 30 */,
3900
+ /* 31 */,
3901
+ /* 32 */,
3902
+ /* 33 */,
3903
+ /* 34 */,
3904
+ /* 35 */,
3905
+ /* 36 */
3713
3906
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3714
3907
 
3715
3908
  "use strict";
@@ -4245,184 +4438,5 @@ main.install = function (Vue) {
4245
4438
 
4246
4439
  /* harmony default export */ var button_group = __webpack_exports__["default"] = (main);
4247
4440
 
4248
- /***/ }),
4249
-
4250
- /***/ 4:
4251
- /***/ (function(module, exports) {
4252
-
4253
- module.exports = require("qs");
4254
-
4255
- /***/ }),
4256
-
4257
- /***/ 5:
4258
- /***/ (function(module, exports) {
4259
-
4260
- module.exports = require("axios");
4261
-
4262
- /***/ }),
4263
-
4264
- /***/ 6:
4265
- /***/ (function(module, exports) {
4266
-
4267
- module.exports = require("json-bigint");
4268
-
4269
- /***/ }),
4270
-
4271
- /***/ 7:
4272
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
4273
-
4274
- "use strict";
4275
- /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8);
4276
- /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(sockjs_client__WEBPACK_IMPORTED_MODULE_0__);
4277
- /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9);
4278
- /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(stompjs__WEBPACK_IMPORTED_MODULE_1__);
4279
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
4280
-
4281
-
4282
-
4283
-
4284
- var WebSocket = function () {
4285
- // 构造函数
4286
- function WebSocket() {
4287
- _classCallCheck(this, WebSocket);
4288
-
4289
- this.host = sessionStorage.getItem('wshost') || '';
4290
- this.tryTimes = 1; // 重连次数
4291
- this.callback = null; // 回调函数
4292
- this.client = null; // stomp对象
4293
- this.reconTimeout = null; // 重连延时器
4294
- this.debug = true; // 调试
4295
- this.interval = 20; // 重连间隔时间
4296
- this.vm = null;
4297
- this.nextDate = 0;
4298
- this.connects = 1;
4299
- this.recon = false;
4300
- this.sendTimeout = null;
4301
- this.socket = null;
4302
- this.subscription = null;
4303
- }
4304
-
4305
- /** socket连接 */
4306
-
4307
-
4308
- WebSocket.prototype.connect = function connect() {
4309
- var _this = this;
4310
-
4311
- if (!this.client) {
4312
- // 连接SockJS
4313
- this.socket = new sockjs_client__WEBPACK_IMPORTED_MODULE_0___default.a(this.host + this.url, { timeout: 60000 });
4314
- this.client = stompjs__WEBPACK_IMPORTED_MODULE_1___default.a.over(this.socket);
4315
- }
4316
-
4317
- // 日志不打印
4318
- if (!this.debug) {
4319
- this.client.debug = function () {};
4320
- }
4321
-
4322
- // 向服务器发起websocket连接
4323
- this.client.connect({}, function () {
4324
- _this.recon = true;
4325
- // tryTimes定义重置
4326
- _this.connects = 1;
4327
- // 订阅消息
4328
- _this.subscribe();
4329
- }, function (error) {
4330
- _this.unsubscribe();
4331
- _this.client = null;
4332
- var diffSecond = parseInt((new Date() - _this.nextDate) / 1000, 10);
4333
- if (_this.connects > 5 && diffSecond < _this.interval) {
4334
- _this.error && _this.error(error);
4335
- } else {
4336
- _this.reconTimeout = setTimeout(function () {
4337
- _this.connect();
4338
- _this.connects++;
4339
- }, 5000);
4340
- }
4341
- });
4342
- }; // 清除订阅
4343
-
4344
-
4345
- WebSocket.prototype.unsubscribe = function unsubscribe() {
4346
- if (this.subscription) {
4347
- this.subscription.unsubscribe();
4348
- this.subscription = null;
4349
- }
4350
- };
4351
- /** 订阅服务端 */
4352
-
4353
-
4354
- WebSocket.prototype.subscribe = function subscribe() {
4355
- var _this2 = this;
4356
-
4357
- // 订阅服务端提供的某个topic
4358
- this.subscription = this.client.subscribe(this.take, function (response) {
4359
- if (response && (_this2.callback || _this2.success)) {
4360
- var callback = _this2.callback || _this2.success;
4361
- callback(JSON.parse(response.body));
4362
- }
4363
- });
4364
- };
4365
-
4366
- /** 赋值、初始化socket */
4367
-
4368
-
4369
- WebSocket.prototype.init = function init(option, vm) {
4370
- for (var i in option) {
4371
- this[i] = option[i];
4372
- }
4373
- this.vm = vm;
4374
- // 初始化连接
4375
- this.connect();
4376
- };
4377
-
4378
- /** 发送消息 */
4379
-
4380
-
4381
- WebSocket.prototype.send = function send(data) {
4382
- var _this3 = this;
4383
-
4384
- if (this.recon) {
4385
- clearTimeout(this.sendTimeout);
4386
- this.client.send(this.take, {}, typeof data === 'string' ? data : JSON.stringify(data));
4387
- } else {
4388
- this.sendTimeout = setTimeout(function () {
4389
- _this3.send(data);
4390
- }, 1000);
4391
- }
4392
- };
4393
-
4394
- /** 销毁 */
4395
-
4396
-
4397
- WebSocket.prototype.destroy = function destroy() {
4398
- // 断开连接,清除定时器
4399
- this.unsubscribe();
4400
- if (this.client) {
4401
- this.client.disconnect();
4402
- };
4403
- this.reconTimeout && clearTimeout(this.reconTimeout);
4404
- this.sendTimeout && clearTimeout(this.sendTimeout);
4405
- };
4406
-
4407
- return WebSocket;
4408
- }();
4409
-
4410
- /* harmony default export */ __webpack_exports__["a"] = (WebSocket);
4411
-
4412
- /***/ }),
4413
-
4414
- /***/ 8:
4415
- /***/ (function(module, exports) {
4416
-
4417
- module.exports = require("sockjs-client");
4418
-
4419
- /***/ }),
4420
-
4421
- /***/ 9:
4422
- /***/ (function(module, exports) {
4423
-
4424
- module.exports = require("stompjs");
4425
-
4426
4441
  /***/ })
4427
-
4428
- /******/ });
4442
+ /******/ ]);