eoss-ui 0.7.11 → 0.7.13

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 (55) hide show
  1. package/lib/button-group.js +107 -101
  2. package/lib/button.js +107 -101
  3. package/lib/calogin.js +107 -101
  4. package/lib/checkbox-group.js +108 -102
  5. package/lib/config/api.js +5 -1
  6. package/lib/data-table-form.js +108 -102
  7. package/lib/data-table.js +109 -103
  8. package/lib/date-picker.js +107 -101
  9. package/lib/dialog.js +107 -101
  10. package/lib/eoss-ui.common.js +710 -354
  11. package/lib/flow-group.js +107 -101
  12. package/lib/flow-list.js +116 -109
  13. package/lib/flow.js +553 -190
  14. package/lib/form.js +107 -101
  15. package/lib/handle-user.js +108 -102
  16. package/lib/handler.js +108 -102
  17. package/lib/icon.js +108 -102
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +107 -101
  20. package/lib/input.js +107 -101
  21. package/lib/login.js +162 -163
  22. package/lib/main.js +140 -134
  23. package/lib/nav.js +107 -101
  24. package/lib/notify.js +110 -104
  25. package/lib/page.js +107 -101
  26. package/lib/pagination.js +107 -101
  27. package/lib/player.js +107 -101
  28. package/lib/qr-code.js +107 -101
  29. package/lib/radio-group.js +108 -102
  30. package/lib/retrial-auth.js +110 -104
  31. package/lib/select-ganged.js +108 -102
  32. package/lib/select.js +108 -102
  33. package/lib/selector-panel.js +125 -119
  34. package/lib/selector.js +109 -103
  35. package/lib/sizer.js +109 -103
  36. package/lib/steps.js +107 -101
  37. package/lib/switch.js +107 -101
  38. package/lib/table-form.js +107 -101
  39. package/lib/tabs.js +107 -101
  40. package/lib/tips.js +108 -102
  41. package/lib/tree-group.js +107 -101
  42. package/lib/tree.js +108 -102
  43. package/lib/upload.js +117 -111
  44. package/lib/wujie.js +107 -101
  45. package/lib/wxlogin.js +107 -101
  46. package/package.json +1 -1
  47. package/packages/flow/src/component/Circulate.vue +2 -0
  48. package/packages/flow/src/component/FileList.vue +1 -0
  49. package/packages/flow/src/component/FreeCirculation.vue +231 -0
  50. package/packages/flow/src/component/taskUnionExamine.vue +1 -0
  51. package/packages/flow/src/freeStartFlow.vue +1 -0
  52. package/packages/flow/src/main.vue +20 -3
  53. package/packages/login/src/resetPassword.vue +3 -8
  54. package/src/config/api.js +8 -1
  55. package/src/index.js +1 -1
package/lib/main.js CHANGED
@@ -1531,7 +1531,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1531
1531
  * @param {function} callback - 回调函数
1532
1532
  **/
1533
1533
  var getMainConfig = function getMainConfig(callback) {
1534
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "rb"] }).then(function (res) {
1534
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "sb"] }).then(function (res) {
1535
1535
  if (res && res.rCode === 0) {
1536
1536
  callback(res.results);
1537
1537
  }
@@ -2288,7 +2288,7 @@ var isLogined = function () {
2288
2288
  break;
2289
2289
  }
2290
2290
 
2291
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "qb"] }).then(function (res) {
2291
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "rb"] }).then(function (res) {
2292
2292
  if (res.rCode === 0) {
2293
2293
  removeStorage();
2294
2294
  }
@@ -3571,152 +3571,154 @@ var watermark = function watermark(option) {
3571
3571
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
3572
3572
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
3573
3573
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
3574
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return logout; });
3575
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initLogin; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return switchUserTo; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return logout; });
3575
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return initLogin; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return switchUserTo; });
3577
3577
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getLoginCode; });
3578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getLoginCode; });
3579
3579
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3580
3580
  /* unused harmony export updateCode */
3581
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getModifyPassCode; });
3581
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getModifyPassCode; });
3582
3582
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3583
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return loginModifyPassword; });
3583
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return loginModifyPassword; });
3584
3584
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3585
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return initModifyPassword; });
3585
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return initModifyPassword; });
3586
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
3587
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getTwoFactorLoginCode; });
3587
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getTwoFactorLoginCode; });
3588
3588
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
3589
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return initRetrialAuth; });
3590
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getRetrialAuthCode; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return scanCodeRetrialAuth; });
3589
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return initRetrialAuth; });
3590
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getRetrialAuthCode; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return scanCodeRetrialAuth; });
3592
3592
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3593
3593
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
3594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return userOnline; });
3595
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getUserAppWithTag; });
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return recordUserApp; });
3597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return mainConfig; });
3598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return initUserSet; });
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return updateUserInfo; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return userOnline; });
3595
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getUserAppWithTag; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return recordUserApp; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return mainConfig; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return initUserSet; });
3599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return updateUserInfo; });
3600
3600
  /* unused harmony export getUserImgUrl */
3601
3601
  /* unused harmony export getDoorIndex */
3602
3602
  /* unused harmony export refreshOnlineUsers */
3603
3603
  /* unused harmony export getQuickMenuIds */
3604
3604
  /* unused harmony export getApplicationIdArray */
3605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplications; });
3606
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplicationsNew; });
3605
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
3606
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
3607
3607
  /* unused harmony export getUserCustomInfo */
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return updateUserCustomInfo; });
3609
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return sysMsgPage; });
3610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return ignoreSysMsg; });
3611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return ignoreAllSysMsg; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return searchType; });
3613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getSysParam; });
3614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctProperties; });
3615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return uploads; });
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return uploadOnlyOne; });
3617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctFileInfos; });
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return uploadSort; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return updateUserCustomInfo; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return sysMsgPage; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return ignoreSysMsg; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return ignoreAllSysMsg; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return searchType; });
3613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSysParam; });
3614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return uploads; });
3616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return uploadOnlyOne; });
3617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return uploadSort; });
3619
3619
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
3620
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploadDownloads; });
3621
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return previewAdjunct; });
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return previewAdjunct2; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return previewAdjunctOffice; });
3620
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return uploadDownloads; });
3621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return previewAdjunct; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return previewAdjunct2; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return previewAdjunctOffice; });
3624
3624
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3625
3625
  /* unused harmony export upload_updateClassify */
3626
3626
  /* unused harmony export getDeleteAdjunctFileInfos */
3627
3627
  /* unused harmony export getPictureBase64 */
3628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSelectorOrgTree; });
3629
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgDetail; });
3630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getOrgMainTree; });
3631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectOrgsubids; });
3628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getSelectorOrgTree; });
3629
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSelectorOrgDetail; });
3630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getOrgMainTree; });
3631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectOrgsubids; });
3632
3632
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
3633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getDictList; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getDictList; });
3634
3634
  /* unused harmony export findUserBaseInfo */
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return gethelpdoc; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return gethelpdoc; });
3636
3636
  /* unused harmony export getCurrentuser */
3637
3637
  /* unused harmony export mainDetail */
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toStartFlow; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return tempSave; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toStartFlow; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return tempSave; });
3640
3640
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3641
3641
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3642
3642
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
3643
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return saveCommonOpinion; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return updateCommonOpinion; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return saveCommonOpinion; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return updateCommonOpinion; });
3645
3645
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3646
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getProcessDefList; });
3647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfo; });
3646
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getProcessDefList; });
3647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNodeInfo; });
3648
3648
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
3649
3649
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
3650
3650
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
3651
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNotificationMsg; });
3652
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getHandleInfoHtml; });
3653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskHandleHtml; });
3651
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNotificationMsg; });
3652
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
3653
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskHandleHtml; });
3654
3654
  /* unused harmony export getView */
3655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return register; });
3656
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pendedhistoryList; });
3657
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskRejectHtml; });
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskRejectHtml; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toStartTaskRead; });
3660
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toStartTaskReadIndex; });
3661
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReadHtml; });
3662
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return rejectAndEnd; });
3663
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toSendMsg; });
3664
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sendMsg; });
3655
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return register; });
3656
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return pendedhistoryList; });
3657
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskRejectHtml; });
3658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskRejectHtml; });
3659
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toStartTaskRead; });
3660
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toStartTaskReadIndex; });
3661
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskReadHtml; });
3662
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return rejectAndEnd; });
3663
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toSendMsg; });
3664
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return sendMsg; });
3665
3665
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
3666
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return handleInfo; });
3667
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return loginUserInfo; });
3668
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return wss; });
3669
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return topic; });
3670
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetCustomInfo; });
3671
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getPresetNodeInfo; });
3672
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskTransferIndex; });
3673
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskTransfer; });
3674
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toPresetInfoListIndex; });
3666
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return handleInfo; });
3667
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return loginUserInfo; });
3668
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return wss; });
3669
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return topic; });
3670
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getPresetCustomInfo; });
3671
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetNodeInfo; });
3672
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskTransferIndex; });
3673
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskTransfer; });
3674
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toPresetInfoListIndex; });
3675
3675
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
3676
3676
  /* unused harmony export historyListJson */
3677
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return pendedhistoryListJson; });
3678
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return pressListJson; });
3677
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return pendedhistoryListJson; });
3678
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return pressListJson; });
3679
3679
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
3680
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return isCanStartSubFlow; });
3681
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTaskUnionExamine; });
3682
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskUnionExamine; });
3683
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskTakeAdvice; });
3684
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskTakeAdvice; });
3685
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskStartDraft; });
3686
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskSupervise; });
3687
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskSuperviseSub; });
3688
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskStartDraft; });
3689
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskReview; });
3690
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskReview; });
3691
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskUnionSeal; });
3692
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskUnionSeal; });
3693
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTwoOfficesDispatch; });
3694
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return twoOfficesDispatch; });
3695
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toResetProcessIndex; });
3696
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return resetProcess; });
3697
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskContinuationIndex; });
3698
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskContinuation; });
3699
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getFreeStartFlowParams; });
3680
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return isCanStartSubFlow; });
3681
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTaskUnionExamine; });
3682
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskUnionExamine; });
3683
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTaskTakeAdvice; });
3684
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskTakeAdvice; });
3685
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskStartDraft; });
3686
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskSupervise; });
3687
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskSuperviseSub; });
3688
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskStartDraft; });
3689
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskReview; });
3690
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskReview; });
3691
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toTaskUnionSeal; });
3692
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskUnionSeal; });
3693
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTwoOfficesDispatch; });
3694
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return twoOfficesDispatch; });
3695
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toResetProcessIndex; });
3696
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return resetProcess; });
3697
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskContinuationIndex; });
3698
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskContinuation; });
3699
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
3700
3700
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
3701
3701
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
3702
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return pendedhistoryListWithCircularReadJson; });
3703
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return fyListJson; });
3702
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return pendedhistoryListWithCircularReadJson; });
3703
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
3704
3704
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
3705
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskReadWithDraw; });
3706
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3705
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskReadWithDraw; });
3706
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3707
3707
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
3708
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return sendList; });
3709
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return sendInfo; });
3708
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sendList; });
3709
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return sendInfo; });
3710
3710
  /* unused harmony export sendSave */
3711
3711
  /* unused harmony export sendUpdate */
3712
3712
  /* unused harmony export sendDelete */
3713
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendBatch; });
3713
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return sendBatch; });
3714
3714
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
3715
3715
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
3716
3716
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
3717
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNodeInfoForStart; });
3717
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfoForStart; });
3718
3718
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
3719
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getUrgencyLevelChangedNotificationType; });
3719
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getUrgencyLevelChangedNotificationType; });
3720
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toFreeTaskCircularRead; });
3721
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
3720
3722
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3721
3723
  // 登录
3722
3724
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3979,6 +3981,10 @@ var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircul
3979
3981
  var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3980
3982
  var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
3981
3983
  var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelChangedNotificationType';
3984
+ // 自由发起传阅查询
3985
+ var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
3986
+ // 自由发起传阅提交
3987
+ var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
3982
3988
 
3983
3989
  /***/ }),
3984
3990
  /* 2 */
@@ -7231,7 +7237,7 @@ var external_throttle_debounce_ = __webpack_require__(14);
7231
7237
  },
7232
7238
  handleClick: function handleClick(res) {
7233
7239
  util["a" /* default */].ajax({
7234
- url: api["zb" /* recordUserApp */],
7240
+ url: api["Ab" /* recordUserApp */],
7235
7241
  params: {
7236
7242
  userId: this.user.userId,
7237
7243
  appId: res.id
@@ -7694,7 +7700,7 @@ var _props;
7694
7700
  return _this2.formKey.includes(key);
7695
7701
  })));
7696
7702
  util["a" /* default */].ajax({
7697
- url: api["uc" /* updateUserInfo */],
7703
+ url: api["wc" /* updateUserInfo */],
7698
7704
  params: userinfovue_type_script_lang_js_extends({}, data, {
7699
7705
  oldPassword: this.secret && initLogin && initLogin.secret && oldpassword ? util["a" /* default */].esmEncrypt({
7700
7706
  data: oldpassword,
@@ -7930,7 +7936,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
7930
7936
  var _this2 = this;
7931
7937
 
7932
7938
  util["a" /* default */].ajax({
7933
- url: api["mb" /* initUserSet */]
7939
+ url: api["nb" /* initUserSet */]
7934
7940
  }).then(function (res) {
7935
7941
  if (res.rCode === 0) {
7936
7942
  var results = JSON.parse(JSON.stringify(res.results));
@@ -7971,7 +7977,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
7971
7977
  var notify = this.checked.join(',');
7972
7978
  util["a" /* default */].ajax({
7973
7979
  method: 'post',
7974
- url: api["tc" /* updateUserCustomInfo */],
7980
+ url: api["vc" /* updateUserCustomInfo */],
7975
7981
  data: {
7976
7982
  notify: notify
7977
7983
  }
@@ -8001,7 +8007,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
8001
8007
  if (this.user.identityId !== res.id) {
8002
8008
  util["a" /* default */].ajax({
8003
8009
  method: 'post',
8004
- url: api["Lb" /* switchUserTo */],
8010
+ url: api["Mb" /* switchUserTo */],
8005
8011
  data: { userId: res.value }
8006
8012
  }).then(function (res) {
8007
8013
  if (res.rCode == 0) {
@@ -8392,7 +8398,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
8392
8398
  if (this.pageNum <= this.pageCount) {
8393
8399
  this.loading = true;
8394
8400
  util["a" /* default */].ajax({
8395
- url: api["Mb" /* sysMsgPage */],
8401
+ url: api["Nb" /* sysMsgPage */],
8396
8402
  params: {
8397
8403
  pageNum: reload ? 1 : this.pageNum,
8398
8404
  pageSize: this.pageSize
@@ -8425,7 +8431,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
8425
8431
  var _this2 = this;
8426
8432
 
8427
8433
  util["a" /* default */].ajax({
8428
- url: api["ib" /* ignoreSysMsg */],
8434
+ url: api["jb" /* ignoreSysMsg */],
8429
8435
  params: {
8430
8436
  id: res.id
8431
8437
  }
@@ -8445,7 +8451,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
8445
8451
  var _this3 = this;
8446
8452
 
8447
8453
  util["a" /* default */].ajax({
8448
- url: api["hb" /* ignoreAllSysMsg */]
8454
+ url: api["ib" /* ignoreAllSysMsg */]
8449
8455
  }).then(function (res) {
8450
8456
  _this3.count = 0;
8451
8457
  _this3.msgs = [];
@@ -8805,7 +8811,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
8805
8811
  var _this = this;
8806
8812
 
8807
8813
  util["a" /* default */].ajax({
8808
- url: api["ib" /* ignoreSysMsg */],
8814
+ url: api["jb" /* ignoreSysMsg */],
8809
8815
  params: {
8810
8816
  id: res.id
8811
8817
  }
@@ -8824,7 +8830,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
8824
8830
  var _this2 = this;
8825
8831
 
8826
8832
  util["a" /* default */].ajax({
8827
- url: api["hb" /* ignoreAllSysMsg */]
8833
+ url: api["ib" /* ignoreAllSysMsg */]
8828
8834
  }).then(function (res) {
8829
8835
  _this2.msgs = [];
8830
8836
  _this2.$emit('ignore', { type: 'ignore', value: 'all' });
@@ -9610,7 +9616,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
9610
9616
  props: {
9611
9617
  sysuseronline: {
9612
9618
  type: String,
9613
- default: api["zc" /* userOnline */]
9619
+ default: api["Bc" /* userOnline */]
9614
9620
  }
9615
9621
  },
9616
9622
  data: function data() {
@@ -10283,7 +10289,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
10283
10289
  },
10284
10290
  searchType: {
10285
10291
  type: String,
10286
- default: api["Fb" /* searchType */]
10292
+ default: api["Gb" /* searchType */]
10287
10293
  },
10288
10294
  pageSize: {
10289
10295
  type: Number,
@@ -11092,7 +11098,7 @@ var events = [function (tabs, index, that) {
11092
11098
  //应用列表接口
11093
11099
  appsUrl: {
11094
11100
  type: String,
11095
- default: api["eb" /* getUserAppWithTag */]
11101
+ default: api["fb" /* getUserAppWithTag */]
11096
11102
  },
11097
11103
  //是否启用子应用菜单接口
11098
11104
  application: {
@@ -11273,9 +11279,9 @@ var events = [function (tabs, index, that) {
11273
11279
  return this.menuUrl;
11274
11280
  }
11275
11281
  if (this.application) {
11276
- return api["K" /* getComplexApplicationsNew */];
11282
+ return api["L" /* getComplexApplicationsNew */];
11277
11283
  }
11278
- return api["J" /* getComplexApplications */];
11284
+ return api["K" /* getComplexApplications */];
11279
11285
  },
11280
11286
 
11281
11287
  //人工智能配置
@@ -11933,8 +11939,8 @@ var events = [function (tabs, index, that) {
11933
11939
  var _this5 = this;
11934
11940
 
11935
11941
  this.webSocket = util["a" /* default */].socket({
11936
- url: api["Ac" /* wss */],
11937
- take: api["qc" /* topic */],
11942
+ url: api["Cc" /* wss */],
11943
+ take: api["sc" /* topic */],
11938
11944
  success: function success(res) {
11939
11945
  var data = res.data || {};
11940
11946
  for (var i in data) {
@@ -12143,7 +12149,7 @@ var events = [function (tabs, index, that) {
12143
12149
  **/
12144
12150
  handlerClickMenu: function handlerClickMenu(res) {
12145
12151
  util["a" /* default */].ajax({
12146
- url: api["zb" /* recordUserApp */],
12152
+ url: api["Ab" /* recordUserApp */],
12147
12153
  params: {
12148
12154
  userId: this.user.userId,
12149
12155
  appId: res.id
@@ -12431,7 +12437,7 @@ var events = [function (tabs, index, that) {
12431
12437
  document.body.appendChild(iframe);
12432
12438
  }
12433
12439
  }
12434
- util["a" /* default */].ajax({ method: 'post', url: api["qb" /* logout */] }).then(function (res) {
12440
+ util["a" /* default */].ajax({ method: 'post', url: api["rb" /* logout */] }).then(function (res) {
12435
12441
  if (res.rCode == 0) {
12436
12442
  util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
12437
12443
  if (_this6.onQuit && typeof _this6.onQuit === 'function') {
@@ -13492,7 +13498,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
13492
13498
  var _this2 = this;
13493
13499
 
13494
13500
  util["a" /* default */].ajax({
13495
- url: api["mb" /* initUserSet */]
13501
+ url: api["nb" /* initUserSet */]
13496
13502
  }).then(function (res) {
13497
13503
  if (res.rCode === 0) {
13498
13504
  var results = JSON.parse(JSON.stringify(res.results));
@@ -13541,7 +13547,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
13541
13547
 
13542
13548
  switch (type) {
13543
13549
  case 'job':
13544
- util["a" /* default */].ajax({ url: api["Lb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
13550
+ util["a" /* default */].ajax({ url: api["Mb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
13545
13551
  if (res.rCode == 0) {
13546
13552
  util["a" /* default */].setStorage({
13547
13553
  type: _this3.storage,
@@ -13581,7 +13587,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
13581
13587
  var initLogin = util["a" /* default */].getStorage('initLogin');
13582
13588
  initLogin && (initLogin = JSON.parse(initLogin));
13583
13589
  util["a" /* default */].ajax({
13584
- url: api["uc" /* updateUserInfo */],
13590
+ url: api["wc" /* updateUserInfo */],
13585
13591
  params: {
13586
13592
  email: this.values.email,
13587
13593
  officeTel: this.values.officeTel,
@@ -13639,7 +13645,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
13639
13645
  var notify = _this4.values.notify.sort().join(',');
13640
13646
  if (notify != _this4.notify.split(',').sort().join(',')) {
13641
13647
  util["a" /* default */].ajax({
13642
- url: api["tc" /* updateUserCustomInfo */],
13648
+ url: api["vc" /* updateUserCustomInfo */],
13643
13649
  params: {
13644
13650
  notify: notify
13645
13651
  }
@@ -13994,7 +14000,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
13994
14000
  if (this.pageNum <= this.pageCount) {
13995
14001
  this.loading = true;
13996
14002
  util["a" /* default */].ajax({
13997
- url: api["Mb" /* sysMsgPage */],
14003
+ url: api["Nb" /* sysMsgPage */],
13998
14004
  params: {
13999
14005
  pageNum: reload ? 1 : this.pageNum,
14000
14006
  pageSize: this.pageSize
@@ -14027,7 +14033,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
14027
14033
  var _this2 = this;
14028
14034
 
14029
14035
  util["a" /* default */].ajax({
14030
- url: api["ib" /* ignoreSysMsg */],
14036
+ url: api["jb" /* ignoreSysMsg */],
14031
14037
  params: {
14032
14038
  id: res.id
14033
14039
  }
@@ -14047,7 +14053,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
14047
14053
  var _this3 = this;
14048
14054
 
14049
14055
  util["a" /* default */].ajax({
14050
- url: api["hb" /* ignoreAllSysMsg */]
14056
+ url: api["ib" /* ignoreAllSysMsg */]
14051
14057
  }).then(function (res) {
14052
14058
  _this3.count = 0;
14053
14059
  _this3.msgs = [];
@@ -14382,7 +14388,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
14382
14388
  var _this = this;
14383
14389
 
14384
14390
  util["a" /* default */].ajax({
14385
- url: api["hb" /* ignoreAllSysMsg */]
14391
+ url: api["ib" /* ignoreAllSysMsg */]
14386
14392
  }).then(function (res) {
14387
14393
  _this.count = 0;
14388
14394
  _this.msgs = [];
@@ -14889,7 +14895,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
14889
14895
  //获取用户信息的接口
14890
14896
  mainConfig: {
14891
14897
  type: String,
14892
- default: api["rb" /* mainConfig */]
14898
+ default: api["sb" /* mainConfig */]
14893
14899
  },
14894
14900
  iframeId: {
14895
14901
  type: String,
@@ -14998,9 +15004,9 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
14998
15004
  return this.menuUrl;
14999
15005
  }
15000
15006
  if (this.application) {
15001
- return api["K" /* getComplexApplicationsNew */];
15007
+ return api["L" /* getComplexApplicationsNew */];
15002
15008
  }
15003
- return api["J" /* getComplexApplications */];
15009
+ return api["K" /* getComplexApplications */];
15004
15010
  },
15005
15011
 
15006
15012
  //是否双列右侧菜单
@@ -15317,7 +15323,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
15317
15323
  return;
15318
15324
  }
15319
15325
  util["a" /* default */].ajax({
15320
- url: api["tc" /* updateUserCustomInfo */],
15326
+ url: api["vc" /* updateUserCustomInfo */],
15321
15327
  params: { color: escape(color.toLowerCase()) },
15322
15328
  data: { color: escape(color.toLowerCase()) }
15323
15329
  }).then(function (res) {
@@ -16530,8 +16536,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
16530
16536
  var _this11 = this;
16531
16537
 
16532
16538
  this.webSocket = util["a" /* default */].socket({
16533
- url: api["Ac" /* wss */],
16534
- take: api["qc" /* topic */],
16539
+ url: api["Cc" /* wss */],
16540
+ take: api["sc" /* topic */],
16535
16541
  success: function success(res) {
16536
16542
  var data = res.data || {};
16537
16543
  for (var i in data) {