eoss-ui 0.6.58 → 0.6.60

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 (109) hide show
  1. package/lib/button-group.js +105 -118
  2. package/lib/button.js +105 -118
  3. package/lib/checkbox-group.js +106 -119
  4. package/lib/clients.js +20 -3
  5. package/lib/config/api.js +6 -1
  6. package/lib/data-table-form.js +106 -119
  7. package/lib/data-table.js +107 -120
  8. package/lib/date-picker.js +105 -118
  9. package/lib/dialog.js +105 -118
  10. package/lib/eoss-ui.common.js +726 -412
  11. package/lib/flow-group.js +105 -118
  12. package/lib/flow-list.js +470 -195
  13. package/lib/flow.js +222 -216
  14. package/lib/form.js +105 -118
  15. package/lib/handle-user.js +106 -119
  16. package/lib/handler.js +106 -119
  17. package/lib/icon.js +106 -119
  18. package/lib/icons.js +1 -1
  19. package/lib/index.js +1 -1
  20. package/lib/input-number.js +105 -118
  21. package/lib/input.js +105 -118
  22. package/lib/login.js +120 -126
  23. package/lib/main.js +138 -151
  24. package/lib/nav.js +105 -118
  25. package/lib/notify.js +107 -100
  26. package/lib/page.js +105 -118
  27. package/lib/pagination.js +105 -118
  28. package/lib/player.js +105 -118
  29. package/lib/qr-code.js +105 -118
  30. package/lib/radio-group.js +106 -119
  31. package/lib/retrial-auth.js +108 -121
  32. package/lib/select-ganged.js +106 -119
  33. package/lib/select.js +106 -119
  34. package/lib/selector-panel.js +123 -136
  35. package/lib/selector.js +106 -119
  36. package/lib/sizer.js +107 -120
  37. package/lib/steps.js +105 -118
  38. package/lib/switch.js +105 -118
  39. package/lib/table-form.js +105 -118
  40. package/lib/tabs.js +105 -118
  41. package/lib/theme-chalk/base.css +1 -1
  42. package/lib/theme-chalk/flow-list.css +1 -1
  43. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  44. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  45. package/lib/theme-chalk/icon.css +1 -1
  46. package/lib/theme-chalk/index.css +1 -1
  47. package/lib/theme-chalk/main.css +1 -1
  48. package/lib/theme-chalk/menu.css +1 -1
  49. package/lib/theme-chalk/simplicity.css +1 -1
  50. package/lib/theme-chalk/sizer.css +1 -1
  51. package/lib/theme-chalk/upload.css +1 -1
  52. package/lib/tips.js +106 -119
  53. package/lib/tree-group.js +105 -118
  54. package/lib/tree.js +106 -119
  55. package/lib/upload.js +115 -128
  56. package/lib/utils/util.js +1 -21
  57. package/lib/wujie.js +105 -118
  58. package/lib/wxlogin.js +105 -118
  59. package/package.json +2 -2
  60. package/packages/.DS_Store +0 -0
  61. package/packages/{data-table → autocomplete}/.DS_Store +0 -0
  62. package/packages/clients/src/main.vue +8 -1
  63. package/packages/flow/src/component/taskUnionExamine.vue +2 -2
  64. package/packages/flow/src/main.vue +8 -5
  65. package/packages/flow/src/processForm.vue +3 -3
  66. package/packages/flow/src/startTaskRead.vue +5 -0
  67. package/packages/flow/src/supervise.vue +7 -1
  68. package/packages/flow-list/src/main.vue +253 -8
  69. package/packages/icons/src/icon.json +1 -1
  70. package/packages/login/src/main.vue +7 -0
  71. package/packages/menu/.DS_Store +0 -0
  72. package/packages/{data-table-form → scrollbar}/.DS_Store +0 -0
  73. package/packages/select/.DS_Store +0 -0
  74. package/packages/theme-chalk/lib/base.css +1 -1
  75. package/packages/theme-chalk/lib/flow-list.css +1 -1
  76. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  77. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  78. package/packages/theme-chalk/lib/icon.css +1 -1
  79. package/packages/theme-chalk/lib/index.css +1 -1
  80. package/packages/theme-chalk/lib/main.css +1 -1
  81. package/packages/theme-chalk/lib/menu.css +1 -1
  82. package/packages/theme-chalk/lib/simplicity.css +1 -1
  83. package/packages/theme-chalk/lib/sizer.css +1 -1
  84. package/packages/theme-chalk/lib/upload.css +1 -1
  85. package/packages/theme-chalk/src/.DS_Store +0 -0
  86. package/packages/theme-chalk/src/button-group.scss +1 -0
  87. package/packages/theme-chalk/src/flow-list.scss +3 -0
  88. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  89. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  90. package/packages/theme-chalk/src/icon.scss +449 -445
  91. package/packages/upload/.DS_Store +0 -0
  92. package/src/.DS_Store +0 -0
  93. package/src/config/api.js +6 -1
  94. package/src/index.js +1 -1
  95. package/{packages/error-page → src/utils}/.DS_Store +0 -0
  96. package/src/utils/util.js +1 -21
  97. package/packages/flow/.DS_Store +0 -0
  98. package/packages/flow-group/.DS_Store +0 -0
  99. package/packages/flow-list/.DS_Store +0 -0
  100. package/packages/form/.DS_Store +0 -0
  101. package/packages/handler/.DS_Store +0 -0
  102. package/packages/login/.DS_Store +0 -0
  103. package/packages/main/.DS_Store +0 -0
  104. package/packages/main/src/.DS_Store +0 -0
  105. package/packages/retrial-auth/.DS_Store +0 -0
  106. package/packages/selector/.DS_Store +0 -0
  107. package/packages/selector-panel/.DS_Store +0 -0
  108. package/packages/sizer/.DS_Store +0 -0
  109. package/packages/tabs/.DS_Store +0 -0
package/lib/main.js CHANGED
@@ -227,26 +227,6 @@ var ajax = function ajax(_ref) {
227
227
  // 请求拦截
228
228
  http.interceptors.request.use(function (config) {
229
229
  config.headers.common = getStorage();
230
- // 根据请求的信息(请求方式,url,请求get/post数据),产生map的key
231
- // let requestKey = getRequestKey(config);
232
- // // 判断请求是否重复
233
- // if (pendingRequest.has(requestKey)) {
234
- // // 取消上次请求
235
- // let cancel = pendingRequest.get(requestKey);
236
- // cancel();
237
- // // 删除请求信息
238
- // pendingRequest.delete(requestKey);
239
- // }
240
- // // 把请求信息,添加请求到map当中
241
- // // 生成取消方法
242
- // config.cancelToken =
243
- // config.cancelToken ||
244
- // new axios.CancelToken(cancel => {
245
- // // 把取消方法添加到map
246
- // if (!pendingRequest.has(requestKey)) {
247
- // pendingRequest.set(requestKey, cancel);
248
- // }
249
- // });
250
230
  return config;
251
231
  }, function (err) {
252
232
  return err;
@@ -777,7 +757,7 @@ var busEmit = function busEmit(that, _ref3) {
777
757
  var method = _ref3.method,
778
758
  args = _ref3.args;
779
759
 
780
- var bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus : null;
760
+ var bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus || that.$root.$bus : null;
781
761
  if (bus) {
782
762
  Array.isArray(args) ? bus.$emit.apply(bus, [method].concat(args)) : bus.$emit(method, args);
783
763
  } else {
@@ -1621,7 +1601,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1621
1601
  * @param {function} callback - 回调函数
1622
1602
  **/
1623
1603
  var getMainConfig = function getMainConfig(callback) {
1624
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "kb"] }).then(function (res) {
1604
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "lb"] }).then(function (res) {
1625
1605
  if (res && res.rCode === 0) {
1626
1606
  callback(res.results);
1627
1607
  }
@@ -2378,7 +2358,7 @@ var isLogined = function () {
2378
2358
  break;
2379
2359
  }
2380
2360
 
2381
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "jb"] }).then(function (res) {
2361
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "kb"] }).then(function (res) {
2382
2362
  if (res.rCode === 0) {
2383
2363
  removeStorage();
2384
2364
  }
@@ -3533,143 +3513,145 @@ var watermark = function watermark(option) {
3533
3513
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doCaLogin; });
3534
3514
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doUserLogin; });
3535
3515
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doQrLogin; });
3536
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return logout; });
3537
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initLogin; });
3538
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return switchUserTo; });
3516
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return logout; });
3517
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return initLogin; });
3518
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return switchUserTo; });
3539
3519
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3540
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getLoginCode; });
3520
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getLoginCode; });
3541
3521
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCodeLogin; });
3542
3522
  /* unused harmony export updateCode */
3543
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getModifyPassCode; });
3523
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getModifyPassCode; });
3544
3524
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3545
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return loginModifyPassword; });
3525
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return loginModifyPassword; });
3546
3526
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3547
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return initModifyPassword; });
3527
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return initModifyPassword; });
3548
3528
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doWechatQrLogin; });
3549
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getTwoFactorLoginCode; });
3529
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getTwoFactorLoginCode; });
3550
3530
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doTwoFactorLogin; });
3551
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return initRetrialAuth; });
3552
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getRetrialAuthCode; });
3553
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return scanCodeRetrialAuth; });
3531
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initRetrialAuth; });
3532
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getRetrialAuthCode; });
3533
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return scanCodeRetrialAuth; });
3554
3534
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3555
3535
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doAssistanceQrLogin; });
3556
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return userOnline; });
3557
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getUserAppWithTag; });
3558
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return recordUserApp; });
3559
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return mainConfig; });
3560
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initUserSet; });
3561
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return updateUserInfo; });
3536
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return userOnline; });
3537
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getUserAppWithTag; });
3538
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return recordUserApp; });
3539
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return mainConfig; });
3540
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initUserSet; });
3541
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return updateUserInfo; });
3562
3542
  /* unused harmony export getUserImgUrl */
3563
3543
  /* unused harmony export getDoorIndex */
3564
3544
  /* unused harmony export refreshOnlineUsers */
3565
3545
  /* unused harmony export getQuickMenuIds */
3566
3546
  /* unused harmony export getApplicationIdArray */
3567
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getComplexApplications; });
3568
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getComplexApplicationsNew; });
3547
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getComplexApplications; });
3548
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getComplexApplicationsNew; });
3569
3549
  /* unused harmony export getUserCustomInfo */
3570
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return updateUserCustomInfo; });
3571
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sysMsgPage; });
3572
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return ignoreSysMsg; });
3573
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return ignoreAllSysMsg; });
3574
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return searchType; });
3575
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getAdjunctProperties; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return uploads; });
3577
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return uploadOnlyOne; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getAdjunctFileInfos; });
3579
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return uploadSort; });
3550
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return updateUserCustomInfo; });
3551
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sysMsgPage; });
3552
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return ignoreSysMsg; });
3553
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return ignoreAllSysMsg; });
3554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return searchType; });
3555
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getAdjunctProperties; });
3556
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploads; });
3557
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return uploadOnlyOne; });
3558
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getAdjunctFileInfos; });
3559
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return uploadSort; });
3580
3560
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return downloadByAdjunctId; });
3581
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return uploadDownloads; });
3582
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return previewAdjunct; });
3583
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return previewAdjunct2; });
3584
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return previewAdjunctOffice; });
3561
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return uploadDownloads; });
3562
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return previewAdjunct; });
3563
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return previewAdjunct2; });
3564
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return previewAdjunctOffice; });
3585
3565
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3586
3566
  /* unused harmony export upload_updateClassify */
3587
3567
  /* unused harmony export getDeleteAdjunctFileInfos */
3588
3568
  /* unused harmony export getPictureBase64 */
3589
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getSelectorOrgTree; });
3590
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getSelectorOrgDetail; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getOrgMainTree; });
3592
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getSelectOrgsubids; });
3569
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getSelectorOrgTree; });
3570
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getSelectorOrgDetail; });
3571
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getOrgMainTree; });
3572
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getSelectOrgsubids; });
3593
3573
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return findSysCode; });
3594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getDictList; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getDictList; });
3595
3575
  /* unused harmony export findUserBaseInfo */
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return gethelpdoc; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return gethelpdoc; });
3597
3577
  /* unused harmony export getCurrentuser */
3598
3578
  /* unused harmony export mainDetail */
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toStartFlow; });
3600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return tempSave; });
3579
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toStartFlow; });
3580
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return tempSave; });
3601
3581
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3602
3582
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3603
3583
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return editCommonOpion; });
3604
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return saveCommonOpinion; });
3605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return updateCommonOpinion; });
3584
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return saveCommonOpinion; });
3585
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return updateCommonOpinion; });
3606
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3607
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getProcessDefList; });
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getNodeInfo; });
3587
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getProcessDefList; });
3588
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getNodeInfo; });
3609
3589
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findCodeValues; });
3610
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysParam; });
3611
3591
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findSysCodes; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getNotificationMsg; });
3613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getHandleInfoHtml; });
3614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskHandleHtml; });
3592
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getNotificationMsg; });
3593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getHandleInfoHtml; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskHandleHtml; });
3615
3595
  /* unused harmony export getView */
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return register; });
3617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return pendedhistoryList; });
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskRejectHtml; });
3619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskRejectHtml; });
3620
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toStartTaskRead; });
3621
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toStartTaskReadIndex; });
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskReadHtml; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return rejectAndEnd; });
3624
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toSendMsg; });
3625
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendMsg; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return register; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return pendedhistoryList; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskRejectHtml; });
3599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskRejectHtml; });
3600
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toStartTaskRead; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toStartTaskReadIndex; });
3602
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskReadHtml; });
3603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return rejectAndEnd; });
3604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toSendMsg; });
3605
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendMsg; });
3626
3606
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return endFlowHtml; });
3627
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return handleInfo; });
3628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return loginUserInfo; });
3629
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return wss; });
3630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return topic; });
3631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getPresetCustomInfo; });
3632
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getPresetNodeInfo; });
3633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskTransferIndex; });
3634
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskTransfer; });
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toPresetInfoListIndex; });
3607
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return handleInfo; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return loginUserInfo; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return wss; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return topic; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getPresetCustomInfo; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getPresetNodeInfo; });
3613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskTransferIndex; });
3614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskTransfer; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toPresetInfoListIndex; });
3636
3616
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
3637
3617
  /* unused harmony export historyListJson */
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return pendedhistoryListJson; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pressListJson; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return pendedhistoryListJson; });
3619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pressListJson; });
3640
3620
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
3641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return isCanStartSubFlow; });
3642
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskUnionExamine; });
3643
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskUnionExamine; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskTakeAdvice; });
3645
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskTakeAdvice; });
3646
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskStartDraft; });
3647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskSupervise; });
3648
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskSuperviseSub; });
3649
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskStartDraft; });
3650
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskReview; });
3651
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskReview; });
3652
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskUnionSeal; });
3653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskUnionSeal; });
3654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTwoOfficesDispatch; });
3655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return twoOfficesDispatch; });
3656
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toResetProcessIndex; });
3657
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return resetProcess; });
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskContinuationIndex; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskContinuation; });
3660
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getFreeStartFlowParams; });
3621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return isCanStartSubFlow; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskUnionExamine; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskUnionExamine; });
3624
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskTakeAdvice; });
3625
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskTakeAdvice; });
3626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskStartDraft; });
3627
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskSupervise; });
3628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskSuperviseSub; });
3629
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskStartDraft; });
3630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskReview; });
3631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReview; });
3632
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskUnionSeal; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskUnionSeal; });
3634
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTwoOfficesDispatch; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return twoOfficesDispatch; });
3636
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toResetProcessIndex; });
3637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return resetProcess; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskContinuationIndex; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskContinuation; });
3640
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getFreeStartFlowParams; });
3661
3641
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return freeStartFlowWithSubmitTask; });
3662
3642
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
3663
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return pendedhistoryListWithCircularReadJson; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pendedhistoryListWithCircularReadJson; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return fyListJson; });
3664
3645
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
3665
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3646
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskReadWithDraw; });
3647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3666
3648
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
3667
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return sendList; });
3668
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sendInfo; });
3649
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendList; });
3650
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return sendInfo; });
3669
3651
  /* unused harmony export sendSave */
3670
3652
  /* unused harmony export sendUpdate */
3671
3653
  /* unused harmony export sendDelete */
3672
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return sendBatch; });
3654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sendBatch; });
3673
3655
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return formContents; });
3674
3656
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3675
3657
  // 登录
@@ -3873,7 +3855,7 @@ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
3873
3855
  var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
3874
3856
  // 稿件递送提交接口
3875
3857
  // export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3876
- var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
3858
+ var taskStartDraft = '/bpm/task/taskHandle/taskStartDraft.dhtml';
3877
3859
  // 复核
3878
3860
  var toTaskReview = '/bpm/bpmBackend/toTaskReview';
3879
3861
  // 复核提交
@@ -3902,8 +3884,13 @@ var freeStartFlowWithSubmitTask = '/bpm/bpmBackend/freeStartFlowWithSubmitTask';
3902
3884
  var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStartedCircularRead';
3903
3885
  // 获取传阅列表
3904
3886
  var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
3887
+ // 获取分阅情况列表
3888
+ var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
3889
+
3905
3890
  // 传阅列表撤回
3906
3891
  var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
3892
+ // 撤销分阅
3893
+ var taskReadWithDraw = '/bpm/bpmBackend/taskReadWithDraw';
3907
3894
  // 阅转办提交流程
3908
3895
  var startReadTransferHandleFlowWithTaskReadEnd = '/bpm/bpmBackend/startReadTransferHandleFlowWithTaskReadEnd';
3909
3896
  // 阅转办校验接口
@@ -7130,7 +7117,7 @@ var external_throttle_debounce_ = __webpack_require__(13);
7130
7117
  },
7131
7118
  handleClick: function handleClick(res) {
7132
7119
  util["a" /* default */].ajax({
7133
- url: api["sb" /* recordUserApp */],
7120
+ url: api["tb" /* recordUserApp */],
7134
7121
  params: {
7135
7122
  userId: this.user.userId,
7136
7123
  appId: res.id
@@ -7542,7 +7529,7 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
7542
7529
  var initLogin = util["a" /* default */].getStorage('initLogin');
7543
7530
  initLogin && (initLogin = JSON.parse(initLogin));
7544
7531
  util["a" /* default */].ajax({
7545
- url: api["mc" /* updateUserInfo */],
7532
+ url: api["oc" /* updateUserInfo */],
7546
7533
  params: {
7547
7534
  email: this.model.email,
7548
7535
  officeTel: this.model.officeTel,
@@ -7778,7 +7765,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
7778
7765
  var _this2 = this;
7779
7766
 
7780
7767
  util["a" /* default */].ajax({
7781
- url: api["fb" /* initUserSet */]
7768
+ url: api["gb" /* initUserSet */]
7782
7769
  }).then(function (res) {
7783
7770
  if (res.rCode === 0) {
7784
7771
  var results = JSON.parse(JSON.stringify(res.results));
@@ -7819,7 +7806,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
7819
7806
  var notify = this.checked.join(',');
7820
7807
  util["a" /* default */].ajax({
7821
7808
  method: 'post',
7822
- url: api["lc" /* updateUserCustomInfo */],
7809
+ url: api["nc" /* updateUserCustomInfo */],
7823
7810
  data: {
7824
7811
  notify: notify
7825
7812
  }
@@ -7849,7 +7836,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
7849
7836
  if (this.user.identityId !== res.id) {
7850
7837
  util["a" /* default */].ajax({
7851
7838
  method: 'post',
7852
- url: api["Eb" /* switchUserTo */],
7839
+ url: api["Fb" /* switchUserTo */],
7853
7840
  data: { userId: res.value }
7854
7841
  }).then(function (res) {
7855
7842
  if (res.rCode == 0) {
@@ -8241,7 +8228,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
8241
8228
  if (this.pageNum <= this.pageCount) {
8242
8229
  this.loading = true;
8243
8230
  util["a" /* default */].ajax({
8244
- url: api["Fb" /* sysMsgPage */],
8231
+ url: api["Gb" /* sysMsgPage */],
8245
8232
  params: {
8246
8233
  pageNum: reload ? 1 : this.pageNum,
8247
8234
  pageSize: this.pageSize
@@ -8274,7 +8261,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
8274
8261
  var _this2 = this;
8275
8262
 
8276
8263
  util["a" /* default */].ajax({
8277
- url: api["bb" /* ignoreSysMsg */],
8264
+ url: api["cb" /* ignoreSysMsg */],
8278
8265
  params: {
8279
8266
  id: res.id
8280
8267
  }
@@ -8294,7 +8281,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
8294
8281
  var _this3 = this;
8295
8282
 
8296
8283
  util["a" /* default */].ajax({
8297
- url: api["ab" /* ignoreAllSysMsg */]
8284
+ url: api["bb" /* ignoreAllSysMsg */]
8298
8285
  }).then(function (res) {
8299
8286
  _this3.count = 0;
8300
8287
  _this3.msgs = [];
@@ -8654,7 +8641,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
8654
8641
  var _this = this;
8655
8642
 
8656
8643
  util["a" /* default */].ajax({
8657
- url: api["bb" /* ignoreSysMsg */],
8644
+ url: api["cb" /* ignoreSysMsg */],
8658
8645
  params: {
8659
8646
  id: res.id
8660
8647
  }
@@ -8673,7 +8660,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
8673
8660
  var _this2 = this;
8674
8661
 
8675
8662
  util["a" /* default */].ajax({
8676
- url: api["ab" /* ignoreAllSysMsg */]
8663
+ url: api["bb" /* ignoreAllSysMsg */]
8677
8664
  }).then(function (res) {
8678
8665
  _this2.msgs = [];
8679
8666
  _this2.$emit('ignore', { type: 'ignore', value: 'all' });
@@ -9459,7 +9446,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
9459
9446
  props: {
9460
9447
  sysuseronline: {
9461
9448
  type: String,
9462
- default: api["rc" /* userOnline */]
9449
+ default: api["tc" /* userOnline */]
9463
9450
  }
9464
9451
  },
9465
9452
  data: function data() {
@@ -10132,7 +10119,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
10132
10119
  },
10133
10120
  searchType: {
10134
10121
  type: String,
10135
- default: api["yb" /* searchType */]
10122
+ default: api["zb" /* searchType */]
10136
10123
  },
10137
10124
  pageSize: {
10138
10125
  type: Number,
@@ -10919,7 +10906,7 @@ var events = [function (tabs, index, that) {
10919
10906
  //应用列表接口
10920
10907
  appsUrl: {
10921
10908
  type: String,
10922
- default: api["X" /* getUserAppWithTag */]
10909
+ default: api["Y" /* getUserAppWithTag */]
10923
10910
  },
10924
10911
  //是否启用子应用菜单接口
10925
10912
  application: {
@@ -11096,9 +11083,9 @@ var events = [function (tabs, index, that) {
11096
11083
  return this.menuUrl;
11097
11084
  }
11098
11085
  if (this.application) {
11099
- return api["G" /* getComplexApplicationsNew */];
11086
+ return api["H" /* getComplexApplicationsNew */];
11100
11087
  }
11101
- return api["F" /* getComplexApplications */];
11088
+ return api["G" /* getComplexApplications */];
11102
11089
  },
11103
11090
 
11104
11091
  //人工智能配置
@@ -11743,8 +11730,8 @@ var events = [function (tabs, index, that) {
11743
11730
  var _this5 = this;
11744
11731
 
11745
11732
  this.webSocket = util["a" /* default */].socket({
11746
- url: api["sc" /* wss */],
11747
- take: api["ic" /* topic */],
11733
+ url: api["uc" /* wss */],
11734
+ take: api["kc" /* topic */],
11748
11735
  success: function success(res) {
11749
11736
  var data = res.data || {};
11750
11737
  for (var i in data) {
@@ -11950,7 +11937,7 @@ var events = [function (tabs, index, that) {
11950
11937
  **/
11951
11938
  handlerClickMenu: function handlerClickMenu(res) {
11952
11939
  util["a" /* default */].ajax({
11953
- url: api["sb" /* recordUserApp */],
11940
+ url: api["tb" /* recordUserApp */],
11954
11941
  params: {
11955
11942
  userId: this.user.userId,
11956
11943
  appId: res.id
@@ -12238,7 +12225,7 @@ var events = [function (tabs, index, that) {
12238
12225
  document.body.appendChild(iframe);
12239
12226
  }
12240
12227
  }
12241
- util["a" /* default */].ajax({ method: 'post', url: api["jb" /* logout */] }).then(function (res) {
12228
+ util["a" /* default */].ajax({ method: 'post', url: api["kb" /* logout */] }).then(function (res) {
12242
12229
  if (res.rCode == 0) {
12243
12230
  util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
12244
12231
  if (_this6.onQuit && typeof _this6.onQuit === 'function') {
@@ -13296,7 +13283,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
13296
13283
  var _this2 = this;
13297
13284
 
13298
13285
  util["a" /* default */].ajax({
13299
- url: api["fb" /* initUserSet */]
13286
+ url: api["gb" /* initUserSet */]
13300
13287
  }).then(function (res) {
13301
13288
  if (res.rCode === 0) {
13302
13289
  var results = JSON.parse(JSON.stringify(res.results));
@@ -13345,7 +13332,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
13345
13332
 
13346
13333
  switch (type) {
13347
13334
  case 'job':
13348
- util["a" /* default */].ajax({ url: api["Eb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
13335
+ util["a" /* default */].ajax({ url: api["Fb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
13349
13336
  if (res.rCode == 0) {
13350
13337
  util["a" /* default */].setStorage({
13351
13338
  type: _this3.storage,
@@ -13386,7 +13373,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
13386
13373
  var initLogin = util["a" /* default */].getStorage('initLogin');
13387
13374
  initLogin && (initLogin = JSON.parse(initLogin));
13388
13375
  util["a" /* default */].ajax({
13389
- url: api["mc" /* updateUserInfo */],
13376
+ url: api["oc" /* updateUserInfo */],
13390
13377
  params: {
13391
13378
  email: this.values.email,
13392
13379
  officeTel: this.values.officeTel,
@@ -13444,7 +13431,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
13444
13431
  var notify = _this4.values.notify.sort().join(',');
13445
13432
  if (notify != _this4.notify.split(',').sort().join(',')) {
13446
13433
  util["a" /* default */].ajax({
13447
- url: api["lc" /* updateUserCustomInfo */],
13434
+ url: api["nc" /* updateUserCustomInfo */],
13448
13435
  params: {
13449
13436
  notify: notify
13450
13437
  }
@@ -13799,7 +13786,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
13799
13786
  if (this.pageNum <= this.pageCount) {
13800
13787
  this.loading = true;
13801
13788
  util["a" /* default */].ajax({
13802
- url: api["Fb" /* sysMsgPage */],
13789
+ url: api["Gb" /* sysMsgPage */],
13803
13790
  params: {
13804
13791
  pageNum: reload ? 1 : this.pageNum,
13805
13792
  pageSize: this.pageSize
@@ -13832,7 +13819,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
13832
13819
  var _this2 = this;
13833
13820
 
13834
13821
  util["a" /* default */].ajax({
13835
- url: api["bb" /* ignoreSysMsg */],
13822
+ url: api["cb" /* ignoreSysMsg */],
13836
13823
  params: {
13837
13824
  id: res.id
13838
13825
  }
@@ -13852,7 +13839,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
13852
13839
  var _this3 = this;
13853
13840
 
13854
13841
  util["a" /* default */].ajax({
13855
- url: api["ab" /* ignoreAllSysMsg */]
13842
+ url: api["bb" /* ignoreAllSysMsg */]
13856
13843
  }).then(function (res) {
13857
13844
  _this3.count = 0;
13858
13845
  _this3.msgs = [];
@@ -14187,7 +14174,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
14187
14174
  var _this = this;
14188
14175
 
14189
14176
  util["a" /* default */].ajax({
14190
- url: api["ab" /* ignoreAllSysMsg */]
14177
+ url: api["bb" /* ignoreAllSysMsg */]
14191
14178
  }).then(function (res) {
14192
14179
  _this.count = 0;
14193
14180
  _this.msgs = [];
@@ -14694,7 +14681,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
14694
14681
  //获取用户信息的接口
14695
14682
  mainConfig: {
14696
14683
  type: String,
14697
- default: api["kb" /* mainConfig */]
14684
+ default: api["lb" /* mainConfig */]
14698
14685
  },
14699
14686
  iframeId: {
14700
14687
  type: String,
@@ -14803,9 +14790,9 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
14803
14790
  return this.menuUrl;
14804
14791
  }
14805
14792
  if (this.application) {
14806
- return api["G" /* getComplexApplicationsNew */];
14793
+ return api["H" /* getComplexApplicationsNew */];
14807
14794
  }
14808
- return api["F" /* getComplexApplications */];
14795
+ return api["G" /* getComplexApplications */];
14809
14796
  },
14810
14797
 
14811
14798
  //是否双列右侧菜单
@@ -15122,7 +15109,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
15122
15109
  return;
15123
15110
  }
15124
15111
  util["a" /* default */].ajax({
15125
- url: api["lc" /* updateUserCustomInfo */],
15112
+ url: api["nc" /* updateUserCustomInfo */],
15126
15113
  params: { color: escape(color.toLowerCase()) },
15127
15114
  data: { color: escape(color.toLowerCase()) }
15128
15115
  }).then(function (res) {
@@ -16330,8 +16317,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
16330
16317
  var _this11 = this;
16331
16318
 
16332
16319
  this.webSocket = util["a" /* default */].socket({
16333
- url: api["sc" /* wss */],
16334
- take: api["ic" /* topic */],
16320
+ url: api["uc" /* wss */],
16321
+ take: api["kc" /* topic */],
16335
16322
  success: function success(res) {
16336
16323
  var data = res.data || {};
16337
16324
  for (var i in data) {