eoss-ui 0.6.89 → 0.6.91

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 (52) hide show
  1. package/lib/button-group.js +103 -101
  2. package/lib/button.js +103 -101
  3. package/lib/calogin.js +103 -101
  4. package/lib/checkbox-group.js +104 -102
  5. package/lib/config/api.js +2 -1
  6. package/lib/data-table-form.js +104 -102
  7. package/lib/data-table.js +105 -103
  8. package/lib/date-picker.js +103 -101
  9. package/lib/dialog.js +103 -101
  10. package/lib/eoss-ui.common.js +383 -301
  11. package/lib/flow-group.js +103 -101
  12. package/lib/flow-list.js +109 -107
  13. package/lib/flow.js +258 -186
  14. package/lib/form.js +103 -101
  15. package/lib/handle-user.js +104 -102
  16. package/lib/handler.js +104 -102
  17. package/lib/icon.js +104 -102
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +103 -101
  20. package/lib/input.js +103 -101
  21. package/lib/login.js +109 -107
  22. package/lib/main.js +136 -134
  23. package/lib/nav.js +103 -101
  24. package/lib/notify.js +106 -104
  25. package/lib/page.js +103 -101
  26. package/lib/pagination.js +103 -101
  27. package/lib/player.js +103 -101
  28. package/lib/qr-code.js +103 -101
  29. package/lib/radio-group.js +104 -102
  30. package/lib/retrial-auth.js +106 -104
  31. package/lib/select-ganged.js +104 -102
  32. package/lib/select.js +104 -102
  33. package/lib/selector-panel.js +121 -119
  34. package/lib/selector.js +122 -110
  35. package/lib/sizer.js +105 -103
  36. package/lib/steps.js +103 -101
  37. package/lib/switch.js +103 -101
  38. package/lib/table-form.js +103 -101
  39. package/lib/tabs.js +103 -101
  40. package/lib/tips.js +104 -102
  41. package/lib/tree-group.js +103 -101
  42. package/lib/tree.js +104 -102
  43. package/lib/upload.js +113 -111
  44. package/lib/wujie.js +103 -101
  45. package/lib/wxlogin.js +103 -101
  46. package/package.json +1 -1
  47. package/packages/flow/src/main.vue +7 -2
  48. package/packages/flow/src/processForm.vue +12 -3
  49. package/packages/flow/src/reset.vue +33 -10
  50. package/packages/selector/src/main.vue +15 -9
  51. package/src/config/api.js +25 -12
  52. 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 */ "pb"] }).then(function (res) {
1534
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "qb"] }).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 */ "ob"] }).then(function (res) {
2291
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "pb"] }).then(function (res) {
2292
2292
  if (res.rCode === 0) {
2293
2293
  removeStorage();
2294
2294
  }
@@ -3571,150 +3571,151 @@ 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__, "ob", function() { return logout; });
3575
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initLogin; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return switchUserTo; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return logout; });
3575
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initLogin; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", 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__, "N", function() { return getLoginCode; });
3578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", 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__, "O", function() { return getModifyPassCode; });
3581
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", 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__, "mb", function() { return loginModifyPassword; });
3583
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", 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__, "ib", function() { return initModifyPassword; });
3585
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", 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__, "bb", function() { return getTwoFactorLoginCode; });
3587
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", 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__, "jb", function() { return initRetrialAuth; });
3590
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getRetrialAuthCode; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return scanCodeRetrialAuth; });
3589
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", 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__, "Db", 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__, "xc", function() { return userOnline; });
3595
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getUserAppWithTag; });
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return recordUserApp; });
3597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return mainConfig; });
3598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return initUserSet; });
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return updateUserInfo; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return userOnline; });
3595
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getUserAppWithTag; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return recordUserApp; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return mainConfig; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return initUserSet; });
3599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", 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__, "I", function() { return getComplexApplications; });
3606
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplicationsNew; });
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; });
3607
3607
  /* unused harmony export getUserCustomInfo */
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateUserCustomInfo; });
3609
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return sysMsgPage; });
3610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return ignoreSysMsg; });
3611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return ignoreAllSysMsg; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return searchType; });
3613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSysParam; });
3614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctProperties; });
3615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return uploads; });
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadOnlyOne; });
3617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctFileInfos; });
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploadSort; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return updateUserCustomInfo; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return sysMsgPage; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return ignoreSysMsg; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return ignoreAllSysMsg; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", 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__, "xc", function() { return uploads; });
3616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", 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__, "wc", 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__, "tc", function() { return uploadDownloads; });
3621
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunct; });
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunct2; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return previewAdjunctOffice; });
3620
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadDownloads; });
3621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunct; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return previewAdjunct2; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", 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__, "Z", function() { return getSelectorOrgTree; });
3629
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgDetail; });
3630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getOrgMainTree; });
3631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectOrgsubids; });
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; });
3632
3632
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
3633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getDictList; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getDictList; });
3634
3634
  /* unused harmony export findUserBaseInfo */
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return gethelpdoc; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return gethelpdoc; });
3636
3636
  /* unused harmony export getCurrentuser */
3637
3637
  /* unused harmony export mainDetail */
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartFlow; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return tempSave; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartFlow; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", 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__, "Bb", function() { return saveCommonOpinion; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateCommonOpinion; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return saveCommonOpinion; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", 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__, "V", function() { return getProcessDefList; });
3647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfo; });
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; });
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__, "R", function() { return getNotificationMsg; });
3652
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getHandleInfoHtml; });
3653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskHandleHtml; });
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__, "Nb", function() { return taskHandleHtml; });
3654
3654
  /* unused harmony export getView */
3655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return register; });
3656
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryList; });
3657
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskRejectHtml; });
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskRejectHtml; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartTaskRead; });
3660
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toStartTaskReadIndex; });
3661
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskReadHtml; });
3662
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return rejectAndEnd; });
3663
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toSendMsg; });
3664
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return sendMsg; });
3655
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return register; });
3656
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryList; });
3657
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskRejectHtml; });
3658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskRejectHtml; });
3659
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toStartTaskRead; });
3660
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toStartTaskReadIndex; });
3661
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskReadHtml; });
3662
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return rejectAndEnd; });
3663
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toSendMsg; });
3664
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", 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__, "eb", function() { return handleInfo; });
3667
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return loginUserInfo; });
3668
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return wss; });
3669
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return topic; });
3670
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetCustomInfo; });
3671
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetNodeInfo; });
3672
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskTransferIndex; });
3673
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskTransfer; });
3674
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toPresetInfoListIndex; });
3666
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return handleInfo; });
3667
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return loginUserInfo; });
3668
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return wss; });
3669
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", 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__, "lc", function() { return toTaskTransferIndex; });
3673
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskTransfer; });
3674
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", 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__, "rb", function() { return pendedhistoryListJson; });
3678
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return pressListJson; });
3677
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pendedhistoryListJson; });
3678
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", 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__, "lb", function() { return isCanStartSubFlow; });
3681
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskUnionExamine; });
3682
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskUnionExamine; });
3683
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskTakeAdvice; });
3684
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskTakeAdvice; });
3685
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskStartDraft; });
3686
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskSupervise; });
3687
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskSuperviseSub; });
3688
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskStartDraft; });
3689
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskReview; });
3690
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskReview; });
3691
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskUnionSeal; });
3692
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskUnionSeal; });
3693
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTwoOfficesDispatch; });
3694
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return twoOfficesDispatch; });
3695
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toResetProcessIndex; });
3696
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return resetProcess; });
3697
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskContinuationIndex; });
3698
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskContinuation; });
3699
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getFreeStartFlowParams; });
3700
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlowWithSubmitTask; });
3680
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return isCanStartSubFlow; });
3681
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskUnionExamine; });
3682
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskUnionExamine; });
3683
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskTakeAdvice; });
3684
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskTakeAdvice; });
3685
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskStartDraft; });
3686
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskSupervise; });
3687
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskSuperviseSub; });
3688
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskStartDraft; });
3689
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskReview; });
3690
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskReview; });
3691
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTaskUnionSeal; });
3692
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskUnionSeal; });
3693
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTwoOfficesDispatch; });
3694
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return twoOfficesDispatch; });
3695
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toResetProcessIndex; });
3696
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return resetProcess; });
3697
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskContinuationIndex; });
3698
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskContinuation; });
3699
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getFreeStartFlowParams; });
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__, "sb", function() { return pendedhistoryListWithCircularReadJson; });
3703
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return fyListJson; });
3702
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return pendedhistoryListWithCircularReadJson; });
3703
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", 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__, "Ob", function() { return taskReadWithDraw; });
3706
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3705
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReadWithDraw; });
3706
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", 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__, "Gb", function() { return sendList; });
3709
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendInfo; });
3708
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return sendList; });
3709
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", 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__, "Eb", function() { return sendBatch; });
3713
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", 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__, "Q", function() { return getNodeInfoForStart; });
3717
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNodeInfoForStart; });
3718
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
3718
3719
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3719
3720
  // 登录
3720
3721
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3975,6 +3976,7 @@ var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3975
3976
  var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
3976
3977
  var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
3977
3978
  var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3979
+ var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
3978
3980
 
3979
3981
  /***/ }),
3980
3982
  /* 2 */
@@ -7199,7 +7201,7 @@ var external_throttle_debounce_ = __webpack_require__(14);
7199
7201
  },
7200
7202
  handleClick: function handleClick(res) {
7201
7203
  util["a" /* default */].ajax({
7202
- url: api["xb" /* recordUserApp */],
7204
+ url: api["yb" /* recordUserApp */],
7203
7205
  params: {
7204
7206
  userId: this.user.userId,
7205
7207
  appId: res.id
@@ -7585,7 +7587,7 @@ userinfovue_type_template_id_8643d5d2_render._withStripped = true
7585
7587
  var initLogin = util["a" /* default */].getStorage('initLogin');
7586
7588
  initLogin && (initLogin = JSON.parse(initLogin));
7587
7589
  util["a" /* default */].ajax({
7588
- url: api["sc" /* updateUserInfo */],
7590
+ url: api["tc" /* updateUserInfo */],
7589
7591
  params: {
7590
7592
  email: this.model.email,
7591
7593
  officeTel: this.model.officeTel,
@@ -7824,7 +7826,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
7824
7826
  var _this2 = this;
7825
7827
 
7826
7828
  util["a" /* default */].ajax({
7827
- url: api["kb" /* initUserSet */]
7829
+ url: api["lb" /* initUserSet */]
7828
7830
  }).then(function (res) {
7829
7831
  if (res.rCode === 0) {
7830
7832
  var results = JSON.parse(JSON.stringify(res.results));
@@ -7865,7 +7867,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
7865
7867
  var notify = this.checked.join(',');
7866
7868
  util["a" /* default */].ajax({
7867
7869
  method: 'post',
7868
- url: api["rc" /* updateUserCustomInfo */],
7870
+ url: api["sc" /* updateUserCustomInfo */],
7869
7871
  data: {
7870
7872
  notify: notify
7871
7873
  }
@@ -7895,7 +7897,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
7895
7897
  if (this.user.identityId !== res.id) {
7896
7898
  util["a" /* default */].ajax({
7897
7899
  method: 'post',
7898
- url: api["Jb" /* switchUserTo */],
7900
+ url: api["Kb" /* switchUserTo */],
7899
7901
  data: { userId: res.value }
7900
7902
  }).then(function (res) {
7901
7903
  if (res.rCode == 0) {
@@ -8287,7 +8289,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
8287
8289
  if (this.pageNum <= this.pageCount) {
8288
8290
  this.loading = true;
8289
8291
  util["a" /* default */].ajax({
8290
- url: api["Kb" /* sysMsgPage */],
8292
+ url: api["Lb" /* sysMsgPage */],
8291
8293
  params: {
8292
8294
  pageNum: reload ? 1 : this.pageNum,
8293
8295
  pageSize: this.pageSize
@@ -8320,7 +8322,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
8320
8322
  var _this2 = this;
8321
8323
 
8322
8324
  util["a" /* default */].ajax({
8323
- url: api["gb" /* ignoreSysMsg */],
8325
+ url: api["hb" /* ignoreSysMsg */],
8324
8326
  params: {
8325
8327
  id: res.id
8326
8328
  }
@@ -8340,7 +8342,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
8340
8342
  var _this3 = this;
8341
8343
 
8342
8344
  util["a" /* default */].ajax({
8343
- url: api["fb" /* ignoreAllSysMsg */]
8345
+ url: api["gb" /* ignoreAllSysMsg */]
8344
8346
  }).then(function (res) {
8345
8347
  _this3.count = 0;
8346
8348
  _this3.msgs = [];
@@ -8700,7 +8702,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
8700
8702
  var _this = this;
8701
8703
 
8702
8704
  util["a" /* default */].ajax({
8703
- url: api["gb" /* ignoreSysMsg */],
8705
+ url: api["hb" /* ignoreSysMsg */],
8704
8706
  params: {
8705
8707
  id: res.id
8706
8708
  }
@@ -8719,7 +8721,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
8719
8721
  var _this2 = this;
8720
8722
 
8721
8723
  util["a" /* default */].ajax({
8722
- url: api["fb" /* ignoreAllSysMsg */]
8724
+ url: api["gb" /* ignoreAllSysMsg */]
8723
8725
  }).then(function (res) {
8724
8726
  _this2.msgs = [];
8725
8727
  _this2.$emit('ignore', { type: 'ignore', value: 'all' });
@@ -9505,7 +9507,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
9505
9507
  props: {
9506
9508
  sysuseronline: {
9507
9509
  type: String,
9508
- default: api["xc" /* userOnline */]
9510
+ default: api["yc" /* userOnline */]
9509
9511
  }
9510
9512
  },
9511
9513
  data: function data() {
@@ -10178,7 +10180,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
10178
10180
  },
10179
10181
  searchType: {
10180
10182
  type: String,
10181
- default: api["Db" /* searchType */]
10183
+ default: api["Eb" /* searchType */]
10182
10184
  },
10183
10185
  pageSize: {
10184
10186
  type: Number,
@@ -10967,7 +10969,7 @@ var events = [function (tabs, index, that) {
10967
10969
  //应用列表接口
10968
10970
  appsUrl: {
10969
10971
  type: String,
10970
- default: api["cb" /* getUserAppWithTag */]
10972
+ default: api["db" /* getUserAppWithTag */]
10971
10973
  },
10972
10974
  //是否启用子应用菜单接口
10973
10975
  application: {
@@ -11144,9 +11146,9 @@ var events = [function (tabs, index, that) {
11144
11146
  return this.menuUrl;
11145
11147
  }
11146
11148
  if (this.application) {
11147
- return api["J" /* getComplexApplicationsNew */];
11149
+ return api["K" /* getComplexApplicationsNew */];
11148
11150
  }
11149
- return api["I" /* getComplexApplications */];
11151
+ return api["J" /* getComplexApplications */];
11150
11152
  },
11151
11153
 
11152
11154
  //人工智能配置
@@ -11801,8 +11803,8 @@ var events = [function (tabs, index, that) {
11801
11803
  var _this5 = this;
11802
11804
 
11803
11805
  this.webSocket = util["a" /* default */].socket({
11804
- url: api["yc" /* wss */],
11805
- take: api["oc" /* topic */],
11806
+ url: api["zc" /* wss */],
11807
+ take: api["pc" /* topic */],
11806
11808
  success: function success(res) {
11807
11809
  var data = res.data || {};
11808
11810
  for (var i in data) {
@@ -12011,7 +12013,7 @@ var events = [function (tabs, index, that) {
12011
12013
  **/
12012
12014
  handlerClickMenu: function handlerClickMenu(res) {
12013
12015
  util["a" /* default */].ajax({
12014
- url: api["xb" /* recordUserApp */],
12016
+ url: api["yb" /* recordUserApp */],
12015
12017
  params: {
12016
12018
  userId: this.user.userId,
12017
12019
  appId: res.id
@@ -12299,7 +12301,7 @@ var events = [function (tabs, index, that) {
12299
12301
  document.body.appendChild(iframe);
12300
12302
  }
12301
12303
  }
12302
- util["a" /* default */].ajax({ method: 'post', url: api["ob" /* logout */] }).then(function (res) {
12304
+ util["a" /* default */].ajax({ method: 'post', url: api["pb" /* logout */] }).then(function (res) {
12303
12305
  if (res.rCode == 0) {
12304
12306
  util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
12305
12307
  if (_this6.onQuit && typeof _this6.onQuit === 'function') {
@@ -13360,7 +13362,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
13360
13362
  var _this2 = this;
13361
13363
 
13362
13364
  util["a" /* default */].ajax({
13363
- url: api["kb" /* initUserSet */]
13365
+ url: api["lb" /* initUserSet */]
13364
13366
  }).then(function (res) {
13365
13367
  if (res.rCode === 0) {
13366
13368
  var results = JSON.parse(JSON.stringify(res.results));
@@ -13409,7 +13411,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
13409
13411
 
13410
13412
  switch (type) {
13411
13413
  case 'job':
13412
- util["a" /* default */].ajax({ url: api["Jb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
13414
+ util["a" /* default */].ajax({ url: api["Kb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
13413
13415
  if (res.rCode == 0) {
13414
13416
  util["a" /* default */].setStorage({
13415
13417
  type: _this3.storage,
@@ -13450,7 +13452,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
13450
13452
  var initLogin = util["a" /* default */].getStorage('initLogin');
13451
13453
  initLogin && (initLogin = JSON.parse(initLogin));
13452
13454
  util["a" /* default */].ajax({
13453
- url: api["sc" /* updateUserInfo */],
13455
+ url: api["tc" /* updateUserInfo */],
13454
13456
  params: {
13455
13457
  email: this.values.email,
13456
13458
  officeTel: this.values.officeTel,
@@ -13508,7 +13510,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
13508
13510
  var notify = _this4.values.notify.sort().join(',');
13509
13511
  if (notify != _this4.notify.split(',').sort().join(',')) {
13510
13512
  util["a" /* default */].ajax({
13511
- url: api["rc" /* updateUserCustomInfo */],
13513
+ url: api["sc" /* updateUserCustomInfo */],
13512
13514
  params: {
13513
13515
  notify: notify
13514
13516
  }
@@ -13863,7 +13865,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
13863
13865
  if (this.pageNum <= this.pageCount) {
13864
13866
  this.loading = true;
13865
13867
  util["a" /* default */].ajax({
13866
- url: api["Kb" /* sysMsgPage */],
13868
+ url: api["Lb" /* sysMsgPage */],
13867
13869
  params: {
13868
13870
  pageNum: reload ? 1 : this.pageNum,
13869
13871
  pageSize: this.pageSize
@@ -13896,7 +13898,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
13896
13898
  var _this2 = this;
13897
13899
 
13898
13900
  util["a" /* default */].ajax({
13899
- url: api["gb" /* ignoreSysMsg */],
13901
+ url: api["hb" /* ignoreSysMsg */],
13900
13902
  params: {
13901
13903
  id: res.id
13902
13904
  }
@@ -13916,7 +13918,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
13916
13918
  var _this3 = this;
13917
13919
 
13918
13920
  util["a" /* default */].ajax({
13919
- url: api["fb" /* ignoreAllSysMsg */]
13921
+ url: api["gb" /* ignoreAllSysMsg */]
13920
13922
  }).then(function (res) {
13921
13923
  _this3.count = 0;
13922
13924
  _this3.msgs = [];
@@ -14251,7 +14253,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
14251
14253
  var _this = this;
14252
14254
 
14253
14255
  util["a" /* default */].ajax({
14254
- url: api["fb" /* ignoreAllSysMsg */]
14256
+ url: api["gb" /* ignoreAllSysMsg */]
14255
14257
  }).then(function (res) {
14256
14258
  _this.count = 0;
14257
14259
  _this.msgs = [];
@@ -14758,7 +14760,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
14758
14760
  //获取用户信息的接口
14759
14761
  mainConfig: {
14760
14762
  type: String,
14761
- default: api["pb" /* mainConfig */]
14763
+ default: api["qb" /* mainConfig */]
14762
14764
  },
14763
14765
  iframeId: {
14764
14766
  type: String,
@@ -14867,9 +14869,9 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
14867
14869
  return this.menuUrl;
14868
14870
  }
14869
14871
  if (this.application) {
14870
- return api["J" /* getComplexApplicationsNew */];
14872
+ return api["K" /* getComplexApplicationsNew */];
14871
14873
  }
14872
- return api["I" /* getComplexApplications */];
14874
+ return api["J" /* getComplexApplications */];
14873
14875
  },
14874
14876
 
14875
14877
  //是否双列右侧菜单
@@ -15186,7 +15188,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
15186
15188
  return;
15187
15189
  }
15188
15190
  util["a" /* default */].ajax({
15189
- url: api["rc" /* updateUserCustomInfo */],
15191
+ url: api["sc" /* updateUserCustomInfo */],
15190
15192
  params: { color: escape(color.toLowerCase()) },
15191
15193
  data: { color: escape(color.toLowerCase()) }
15192
15194
  }).then(function (res) {
@@ -16399,8 +16401,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
16399
16401
  var _this11 = this;
16400
16402
 
16401
16403
  this.webSocket = util["a" /* default */].socket({
16402
- url: api["yc" /* wss */],
16403
- take: api["oc" /* topic */],
16404
+ url: api["zc" /* wss */],
16405
+ take: api["pc" /* topic */],
16404
16406
  success: function success(res) {
16405
16407
  var data = res.data || {};
16406
16408
  for (var i in data) {