eoss-ui 0.7.84 → 0.7.86

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 (73) hide show
  1. package/lib/button-group.js +155 -143
  2. package/lib/button.js +155 -143
  3. package/lib/calogin.js +155 -143
  4. package/lib/checkbox-group.js +157 -145
  5. package/lib/config/api.js +8 -0
  6. package/lib/data-table-form.js +157 -145
  7. package/lib/data-table.js +160 -148
  8. package/lib/date-picker.js +155 -143
  9. package/lib/dialog.js +155 -143
  10. package/lib/eoss-ui.common.js +863 -166
  11. package/lib/flow-group.js +155 -143
  12. package/lib/flow-list.js +949 -252
  13. package/lib/flow.js +257 -241
  14. package/lib/form.js +157 -145
  15. package/lib/handle-user.js +156 -144
  16. package/lib/handler.js +160 -148
  17. package/lib/icon.js +156 -144
  18. package/lib/icons.js +1 -1
  19. package/lib/index.js +1 -1
  20. package/lib/input-number.js +155 -143
  21. package/lib/input.js +155 -143
  22. package/lib/login.js +179 -167
  23. package/lib/main.js +246 -234
  24. package/lib/nav.js +155 -143
  25. package/lib/notify.js +158 -146
  26. package/lib/page.js +155 -143
  27. package/lib/pagination.js +155 -143
  28. package/lib/player.js +155 -143
  29. package/lib/qr-code.js +155 -143
  30. package/lib/radio-group.js +157 -145
  31. package/lib/retrial-auth.js +159 -147
  32. package/lib/select-ganged.js +157 -145
  33. package/lib/select.js +157 -145
  34. package/lib/selector-panel.js +173 -161
  35. package/lib/selector.js +157 -145
  36. package/lib/sizer.js +157 -145
  37. package/lib/steps.js +155 -143
  38. package/lib/switch.js +155 -143
  39. package/lib/table-form.js +155 -143
  40. package/lib/tabs.js +155 -143
  41. package/lib/theme-chalk/base.css +1 -1
  42. package/lib/theme-chalk/flow-list.css +1 -1
  43. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  44. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  45. package/lib/theme-chalk/icon.css +1 -1
  46. package/lib/theme-chalk/index.css +1 -1
  47. package/lib/theme-chalk/main.css +1 -1
  48. package/lib/theme-chalk/menu.css +1 -1
  49. package/lib/theme-chalk/simplicity-top.css +1 -1
  50. package/lib/theme-chalk/simplicity.css +1 -1
  51. package/lib/theme-chalk/sizer.css +1 -1
  52. package/lib/theme-chalk/upload.css +1 -1
  53. package/lib/tips.js +156 -144
  54. package/lib/tree-group.js +155 -143
  55. package/lib/tree.js +156 -144
  56. package/lib/upload.js +168 -156
  57. package/lib/wujie.js +155 -143
  58. package/lib/wxlogin.js +155 -143
  59. package/package.json +1 -1
  60. package/packages/flow/src/main.vue +6 -2
  61. package/packages/flow-list/src/main.vue +547 -44
  62. package/packages/handler/src/main.vue +2 -2
  63. package/packages/icons/src/icon.json +1 -1
  64. package/packages/login/src/main.vue +7 -7
  65. package/packages/main/src/simplicity/index.vue +3 -3
  66. package/packages/main/src/simplicityTop/handler.vue +2 -2
  67. package/packages/main/src/simplicityTop/index.vue +3 -3
  68. package/packages/theme-chalk/src/flow-list.scss +16 -0
  69. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  70. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  71. package/packages/theme-chalk/src/icon.scss +2637 -797
  72. package/src/config/api.js +8 -0
  73. package/src/index.js +1 -1
package/lib/login.js CHANGED
@@ -1702,7 +1702,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1702
1702
  * @param {function} callback - 回调函数
1703
1703
  **/
1704
1704
  var util_getMainConfig = function getMainConfig(callback) {
1705
- util_ajax({ url: api["xb" /* mainConfig */] }).then(function (res) {
1705
+ util_ajax({ url: api["zb" /* mainConfig */] }).then(function (res) {
1706
1706
  if (res && res.rCode === 0) {
1707
1707
  callback(res.results);
1708
1708
  }
@@ -2467,7 +2467,7 @@ var isLogined = function () {
2467
2467
  break;
2468
2468
  }
2469
2469
 
2470
- util_ajax({ method: 'post', url: api["wb" /* logout */] }).then(function (res) {
2470
+ util_ajax({ method: 'post', url: api["yb" /* logout */] }).then(function (res) {
2471
2471
  if (res.rCode === 0) {
2472
2472
  removeStorage();
2473
2473
  }
@@ -3931,167 +3931,171 @@ var winTopOpen = function winTopOpen(config) {
3931
3931
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3932
3932
 
3933
3933
  "use strict";
3934
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
3935
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
3936
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
3937
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return logout; });
3938
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return initLogin; });
3939
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return switchUserTo; });
3940
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3941
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getLoginCode; });
3942
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3934
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doCaLogin; });
3935
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doUserLogin; });
3936
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doQrLogin; });
3937
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return logout; });
3938
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initLogin; });
3939
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return switchUserTo; });
3940
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
3941
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getLoginCode; });
3942
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doCodeLogin; });
3943
3943
  /* unused harmony export updateCode */
3944
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getModifyPassCode; });
3945
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3946
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginModifyPassword; });
3944
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getModifyPassCode; });
3945
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeModifyPass; });
3946
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return loginModifyPassword; });
3947
3947
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3948
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return initModifyPassword; });
3949
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
3950
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getTwoFactorLoginCode; });
3951
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
3952
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initRetrialAuth; });
3953
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getRetrialAuthCode; });
3954
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return scanCodeRetrialAuth; });
3955
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3956
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
3957
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return userOnline; });
3958
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getUserAppWithTag; });
3959
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return recordUserApp; });
3960
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return mainConfig; });
3961
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initUserSet; });
3962
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return updateUserInfo; });
3948
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initModifyPassword; });
3949
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doWechatQrLogin; });
3950
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getTwoFactorLoginCode; });
3951
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doTwoFactorLogin; });
3952
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return initRetrialAuth; });
3953
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getRetrialAuthCode; });
3954
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return scanCodeRetrialAuth; });
3955
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return codeRetrialAuth; });
3956
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doAssistanceQrLogin; });
3957
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return userOnline; });
3958
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getUserAppWithTag; });
3959
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return recordUserApp; });
3960
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return mainConfig; });
3961
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return initUserSet; });
3962
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return updateUserInfo; });
3963
3963
  /* unused harmony export getUserImgUrl */
3964
3964
  /* unused harmony export getDoorIndex */
3965
3965
  /* unused harmony export refreshOnlineUsers */
3966
3966
  /* unused harmony export getQuickMenuIds */
3967
3967
  /* unused harmony export getApplicationIdArray */
3968
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
3969
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
3968
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getComplexApplications; });
3969
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getComplexApplicationsNew; });
3970
3970
  /* unused harmony export getUserCustomInfo */
3971
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return updateUserCustomInfo; });
3972
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sysMsgPage; });
3973
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return ignoreSysMsg; });
3974
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return ignoreAllSysMsg; });
3975
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return searchType; });
3976
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSysParam; });
3977
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
3978
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return uploads; });
3979
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return uploadOnlyOne; });
3980
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
3981
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return uploadSort; });
3982
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
3983
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return uploadDownloads; });
3984
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct; });
3985
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunct2; });
3986
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunctOffice; });
3987
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3971
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return updateUserCustomInfo; });
3972
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sysMsgPage; });
3973
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return ignoreSysMsg; });
3974
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return ignoreAllSysMsg; });
3975
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return searchType; });
3976
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getSysParam; });
3977
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getAdjunctProperties; });
3978
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return uploads; });
3979
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return uploadOnlyOne; });
3980
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getAdjunctFileInfos; });
3981
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return uploadSort; });
3982
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return downloadByAdjunctId; });
3983
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return uploadDownloads; });
3984
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunct; });
3985
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return previewAdjunct2; });
3986
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return previewAdjunctOffice; });
3987
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return delAdjunct; });
3988
3988
  /* unused harmony export upload_updateClassify */
3989
3989
  /* unused harmony export getDeleteAdjunctFileInfos */
3990
3990
  /* unused harmony export getPictureBase64 */
3991
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectorOrgTree; });
3992
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getSelectorOrgDetail; });
3993
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getOrgMainTree; });
3994
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSelectOrgsubids; });
3995
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
3996
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getDictList; });
3991
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSelectorOrgTree; });
3992
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getSelectorOrgDetail; });
3993
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getOrgMainTree; });
3994
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectOrgsubids; });
3995
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysCode; });
3996
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getDictList; });
3997
3997
  /* unused harmony export findUserBaseInfo */
3998
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return gethelpdoc; });
3998
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return gethelpdoc; });
3999
3999
  /* unused harmony export getCurrentuser */
4000
4000
  /* unused harmony export mainDetail */
4001
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toStartFlow; });
4002
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return tempSave; });
4003
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
4001
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toStartFlow; });
4002
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return tempSave; });
4003
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return commonOpion; });
4004
4004
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
4005
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
4006
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return saveCommonOpinion; });
4007
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return updateCommonOpinion; });
4008
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
4009
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getProcessDefList; });
4010
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfo; });
4011
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
4012
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
4013
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
4014
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNotificationMsg; });
4015
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
4016
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskHandleHtml; });
4005
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return editCommonOpion; });
4006
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return saveCommonOpinion; });
4007
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return updateCommonOpinion; });
4008
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteCommonOpion; });
4009
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getProcessDefList; });
4010
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNodeInfo; });
4011
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findCodeValues; });
4012
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return findSysParam; });
4013
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return findSysCodes; });
4014
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getNotificationMsg; });
4015
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getHandleInfoHtml; });
4016
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskHandleHtml; });
4017
4017
  /* unused harmony export getView */
4018
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return register; });
4019
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryList; });
4020
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskRejectHtml; });
4021
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskRejectHtml; });
4022
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toStartTaskRead; });
4023
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toStartTaskReadIndex; });
4024
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskReadHtml; });
4025
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return rejectAndEnd; });
4026
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toSendMsg; });
4027
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return sendMsg; });
4028
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
4029
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return handleInfo; });
4030
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return loginUserInfo; });
4031
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return wss; });
4032
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return topic; });
4033
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetCustomInfo; });
4034
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getPresetNodeInfo; });
4035
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskTransferIndex; });
4036
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskTransfer; });
4037
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toPresetInfoListIndex; });
4038
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
4018
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return register; });
4019
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryList; });
4020
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskRejectHtml; });
4021
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskRejectHtml; });
4022
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toStartTaskRead; });
4023
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toStartTaskReadIndex; });
4024
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskReadHtml; });
4025
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return rejectAndEnd; });
4026
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toSendMsg; });
4027
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sendMsg; });
4028
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return endFlowHtml; });
4029
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return handleInfo; });
4030
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return loginUserInfo; });
4031
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return wss; });
4032
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return topic; });
4033
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getPresetCustomInfo; });
4034
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getPresetNodeInfo; });
4035
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskTransferIndex; });
4036
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskTransfer; });
4037
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toPresetInfoListIndex; });
4038
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return deletePresetInfo; });
4039
4039
  /* unused harmony export historyListJson */
4040
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListJson; });
4041
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pressListJson; });
4042
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
4043
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return modifyFlow; });
4044
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return isCanStartSubFlow; });
4045
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskUnionExamine; });
4046
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskUnionExamine; });
4047
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskTakeAdvice; });
4048
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskTakeAdvice; });
4049
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskStartDraft; });
4050
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskSupervise; });
4051
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskSuperviseSub; });
4052
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskStartDraft; });
4053
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskReview; });
4054
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskReview; });
4055
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskUnionSeal; });
4056
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskUnionSeal; });
4057
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTwoOfficesDispatch; });
4058
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return twoOfficesDispatch; });
4059
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toResetProcessIndex; });
4060
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return resetProcess; });
4061
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskContinuationIndex; });
4062
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskContinuation; });
4063
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
4064
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
4065
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
4066
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryListWithCircularReadJson; });
4067
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
4068
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
4069
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskReadWithDraw; });
4070
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4071
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
4072
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return sendList; });
4073
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendInfo; });
4040
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pendedhistoryListJson; });
4041
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return pressListJson; });
4042
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deleteFlow; });
4043
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return modifyFlow; });
4044
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return isCanStartSubFlow; });
4045
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskUnionExamine; });
4046
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskUnionExamine; });
4047
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskTakeAdvice; });
4048
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskTakeAdvice; });
4049
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskStartDraft; });
4050
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskSupervise; });
4051
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskSuperviseSub; });
4052
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskStartDraft; });
4053
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskReview; });
4054
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskReview; });
4055
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskUnionSeal; });
4056
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskUnionSeal; });
4057
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTwoOfficesDispatch; });
4058
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return twoOfficesDispatch; });
4059
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toResetProcessIndex; });
4060
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return resetProcess; });
4061
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskContinuationIndex; });
4062
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskContinuation; });
4063
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getFreeStartFlowParams; });
4064
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return freeStartFlowWithSubmitTask; });
4065
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
4066
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return pendedhistoryListWithCircularReadJson; });
4067
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return fyListJson; });
4068
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return resetJson; });
4069
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deletedListJson; });
4070
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return restoredHistory; });
4071
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
4072
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return circularReadWithdraw; });
4073
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskReadWithDraw; });
4074
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4075
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
4076
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return sendList; });
4077
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sendInfo; });
4074
4078
  /* unused harmony export sendSave */
4075
4079
  /* unused harmony export sendUpdate */
4076
4080
  /* unused harmony export sendDelete */
4077
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendBatch; });
4078
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
4079
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
4080
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
4081
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNodeInfoForStart; });
4082
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
4083
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getUrgencyLevelChangedNotificationType; });
4084
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toFreeTaskCircularRead; });
4085
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return isCancelSecondConfirmation; });
4086
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
4087
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toDefinitionChangeSort; });
4088
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return setSort; });
4089
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return queryUseCommonMenu; });
4090
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getIndexCount; });
4091
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getVoteMeetingNum; });
4092
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUserTipsInstanceNum; });
4093
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getShareFilesReceiveCountNew; });
4094
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return queryChildMenuUrl; });
4081
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return sendBatch; });
4082
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return formContents; });
4083
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return directStartTaskCircularRead; });
4084
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return endFlowAndStartTaskCircularRead; });
4085
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getNodeInfoForStart; });
4086
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeStartFlow; });
4087
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUrgencyLevelChangedNotificationType; });
4088
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toFreeTaskCircularRead; });
4089
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return isCancelSecondConfirmation; });
4090
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return freeTaskCircularRead; });
4091
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toDefinitionChangeSort; });
4092
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return setSort; });
4093
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return queryUseCommonMenu; });
4094
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getIndexCount; });
4095
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getVoteMeetingNum; });
4096
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getUserTipsInstanceNum; });
4097
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getShareFilesReceiveCountNew; });
4098
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return queryChildMenuUrl; });
4095
4099
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
4096
4100
  // 登录
4097
4101
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -4330,6 +4334,14 @@ var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStarted
4330
4334
  var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
4331
4335
  // 获取分阅情况列表
4332
4336
  var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
4337
+ // 获取重设记录列表
4338
+ var resetJson = '/bpm/wfResetRecord/listJson.dhtml';
4339
+ // 获取删除记录列表
4340
+ var deletedListJson = '/bpm/pendedhistoryManager/deletedListJson.dhtml';
4341
+ // 恢复删除记录
4342
+ var restoredHistory = '/bpm/pendedhistoryManager/restoredHistory.dhtml';
4343
+ // 批量删除
4344
+ var batchDelete = '/bpm/pendedhistoryManager/batchDelete.dhtml';
4333
4345
 
4334
4346
  // 传阅列表撤回
4335
4347
  var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
@@ -4644,7 +4656,7 @@ var nightImg = 'data:image/jpeg;base64,/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA
4644
4656
  // ESM COMPAT FLAG
4645
4657
  __webpack_require__.r(__webpack_exports__);
4646
4658
 
4647
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=29583bfe&
4659
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=45b4dd07&
4648
4660
  var render = function () {
4649
4661
  var _vm = this
4650
4662
  var _h = _vm.$createElement
@@ -5937,7 +5949,7 @@ var staticRenderFns = [
5937
5949
  render._withStripped = true
5938
5950
 
5939
5951
 
5940
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=29583bfe&
5952
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=45b4dd07&
5941
5953
 
5942
5954
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
5943
5955
  var regenerator_ = __webpack_require__(4);
@@ -6328,7 +6340,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
6328
6340
  var _this = this;
6329
6341
 
6330
6342
  util["a" /* default */].ajax({
6331
- url: api["pb" /* initModifyPassword */]
6343
+ url: api["rb" /* initModifyPassword */]
6332
6344
  }).then(function (res) {
6333
6345
  if (res.rCode === 0) {
6334
6346
  var results = JSON.parse(JSON.stringify(res.results));
@@ -6388,7 +6400,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
6388
6400
  var _this3 = this;
6389
6401
 
6390
6402
  util["a" /* default */].ajax({
6391
- url: api["R" /* getModifyPassCode */],
6403
+ url: api["T" /* getModifyPassCode */],
6392
6404
  params: params
6393
6405
  }).then(function (res) {
6394
6406
  if (res.rCode === 0) {
@@ -6433,7 +6445,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
6433
6445
  data.operationCheckCode = this.operationCheckCode;
6434
6446
  util["a" /* default */].ajax({
6435
6447
  method: 'post',
6436
- url: api["ub" /* loginModifyPassword */],
6448
+ url: api["wb" /* loginModifyPassword */],
6437
6449
  data: data
6438
6450
  }).then(function (res) {
6439
6451
  _this4.submit = false;
@@ -6460,7 +6472,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
6460
6472
  }
6461
6473
  util["a" /* default */].ajax({
6462
6474
  method: 'post',
6463
- url: api["g" /* codeModifyPass */],
6475
+ url: api["h" /* codeModifyPass */],
6464
6476
  data: data
6465
6477
  }).then(function (res) {
6466
6478
  _this4.submit = false;
@@ -7066,7 +7078,7 @@ var mainvue_type_script_lang_js_params = util["a" /* default */].getParams();
7066
7078
  //初始登录配置接口地址
7067
7079
  initLogin: {
7068
7080
  type: String,
7069
- default: api["ob" /* initLogin */]
7081
+ default: api["qb" /* initLogin */]
7070
7082
  },
7071
7083
  size: String,
7072
7084
  mode: {
@@ -7082,7 +7094,7 @@ var mainvue_type_script_lang_js_params = util["a" /* default */].getParams();
7082
7094
  }, {
7083
7095
  type: '3',
7084
7096
  name: '手机扫码登录',
7085
- icon: 'es-icon-erweima',
7097
+ icon: 'es-icon-qrcode',
7086
7098
  tips: '扫码登录在这里',
7087
7099
  background: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAoCAYAAAA2cfJIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFRTVERTUxQzRDMzExRUY4NkFGQ0U2RDY3NEFERkI0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFRTVERTUyQzRDMzExRUY4NkFGQ0U2RDY3NEFERkI0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkVFNURFNEZDNEMzMTFFRjg2QUZDRTZENjc0QURGQjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkVFNURFNTBDNEMzMTFFRjg2QUZDRTZENjc0QURGQjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64XoEfAAAB/UlEQVR42uycOUsDQRiG99vdHJ4JHhFN1EhEQkBsRVACghBbKytBf4OiNrZipQHtRLASsbJIQDQGBVHBysIDAxIvPBCCGpO4ZvwWrCT+gZ33gWV2mam+95mZPWDpcGZYCYQjY4oQs0Y+lxDF4qcCLAFpWrVud/QqRJOpZHy55Jjn3dUODv/oJXU+krm9vkPZrIXL29JU2x5aIaIeluDyb7/KxyDP/C2Eb00yd+l7znfHzLlUvymAk5f9LEplXYRhPHHT8J8AQGIgAAQAEABAAAABAAQAEABAAAABAAQAEABYAiGKBW66A+FIGQSQkIfTk3UjnzM/+G2zBDUQQDK+C3kjfZic+cp+XPHlPkvQCgGk2waESB/vRfNvmdivBJ0QQEJuTw7Wsq/PS7/bQRgCSEjh4/2GlwTNXAAggGS4m9uaXT7/vEI0mkrGExBAIqoafZ6ato5FIprg8DdxDyAR5bUed317KEqqusDhr+ApQCLsFZXOhlDXPGnaBoc/h/cAkuEJdg2pmp7i0+m/fRBAAnjPt3FzxrNfQAAAAQAEABAAQAAAASAAgAAAAgAIAGQVIEeqWo5SWBfSdQ83j/8JENMdzgGXz+9FqayH+ZMozrefT+Ol+nXzz1GBcGS8LhBcdvv8iaJhPKJsFlnebTavbnf0KURTnPNFqTE/AgwAPZCY5D/YjJ4AAAAASUVORK5CYII='
7088
7100
  }];
@@ -7171,42 +7183,42 @@ var mainvue_type_script_lang_js_params = util["a" /* default */].getParams();
7171
7183
  //账号登录接口地址
7172
7184
  action: {
7173
7185
  type: String,
7174
- default: api["t" /* doUserLogin */]
7186
+ default: api["v" /* doUserLogin */]
7175
7187
  },
7176
7188
  //ca登录地址
7177
7189
  caAction: {
7178
7190
  type: String,
7179
- default: api["p" /* doCaLogin */]
7191
+ default: api["r" /* doCaLogin */]
7180
7192
  },
7181
7193
  //扫码登录接口地址
7182
7194
  scanAction: {
7183
7195
  type: String,
7184
- default: api["r" /* doQrLogin */]
7196
+ default: api["t" /* doQrLogin */]
7185
7197
  },
7186
7198
  //图片验证码接口地址
7187
7199
  codeAction: {
7188
7200
  type: String,
7189
- default: api["c" /* changeImg */]
7201
+ default: api["d" /* changeImg */]
7190
7202
  },
7191
7203
  getLoginCode: {
7192
7204
  type: String,
7193
- default: api["Q" /* getLoginCode */]
7205
+ default: api["S" /* getLoginCode */]
7194
7206
  },
7195
7207
  doCodeLogin: {
7196
7208
  type: String,
7197
- default: api["q" /* doCodeLogin */]
7209
+ default: api["s" /* doCodeLogin */]
7198
7210
  },
7199
7211
  getTwoFactorLoginCode: {
7200
7212
  type: String,
7201
- default: api["fb" /* getTwoFactorLoginCode */]
7213
+ default: api["hb" /* getTwoFactorLoginCode */]
7202
7214
  },
7203
7215
  doTwoFactorLogin: {
7204
7216
  type: String,
7205
- default: api["s" /* doTwoFactorLogin */]
7217
+ default: api["u" /* doTwoFactorLogin */]
7206
7218
  },
7207
7219
  doWechatQrLogin: {
7208
7220
  type: String,
7209
- default: api["u" /* doWechatQrLogin */]
7221
+ default: api["w" /* doWechatQrLogin */]
7210
7222
  },
7211
7223
  imgCode: {
7212
7224
  type: [Boolean, Object],
@@ -7350,23 +7362,23 @@ var mainvue_type_script_lang_js_params = util["a" /* default */].getParams();
7350
7362
  1: { type: '1', icon: 'es-icon-upan', name: '证书登录' },
7351
7363
  3: {
7352
7364
  type: '3',
7353
- icon: 'es-icon-saoma',
7365
+ icon: 'es-icon-saoma1',
7354
7366
  icon2: '',
7355
7367
  name: '扫码登录'
7356
7368
  },
7357
7369
  6: { type: '6', icon: 'es-icon-solid-duanxin', name: '短信登录' },
7358
- 7: { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
7359
- 9: { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
7370
+ 7: { type: '7', icon: 'es-icon-dingding1', name: '钉钉扫码登录' },
7371
+ 9: { type: '9', icon: 'es-icon-weixin1', name: '微信扫码登录' },
7360
7372
  11: { type: '11', icon: 'es-icon-youjian', name: '邮箱登录' },
7361
7373
  12: { type: '12', icon: 'es-icon-jianpan', name: '账号登录' //双因素
7362
7374
  } } : {
7363
- 0: { type: '0', icon: 'es-icon-monitor', name: '账号登录' },
7375
+ 0: { type: '0', icon: 'es-icon-solid-monitor', name: '账号登录' },
7364
7376
  1: {
7365
7377
  type: '1',
7366
7378
  icon: 'es-icon-solid-cashenfenrenzheng',
7367
7379
  name: '证书登录'
7368
7380
  },
7369
- 3: { type: '3', icon: 'es-icon-erweima', name: '扫码登录' },
7381
+ 3: { type: '3', icon: 'es-icon-qrcode', name: '扫码登录' },
7370
7382
  6: { type: '6', icon: 'es-icon-solid-duanxin', name: '短信登录' },
7371
7383
  7: { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
7372
7384
  9: { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
@@ -7375,7 +7387,7 @@ var mainvue_type_script_lang_js_params = util["a" /* default */].getParams();
7375
7387
  icon: 'es-icon-youjian',
7376
7388
  name: '邮箱登录'
7377
7389
  },
7378
- 12: { type: '12', icon: 'es-icon-monitor', name: '账号登录' //双因素
7390
+ 12: { type: '12', icon: 'es-icon-solid-monitor', name: '账号登录' //双因素
7379
7391
  } };
7380
7392
  },
7381
7393
  icons: function icons() {
@@ -8510,7 +8522,7 @@ var mainvue_type_script_lang_js_params = util["a" /* default */].getParams();
8510
8522
 
8511
8523
  util["a" /* default */].ajax({
8512
8524
  method: 'post',
8513
- url: api["o" /* doAssistanceQrLogin */],
8525
+ url: api["q" /* doAssistanceQrLogin */],
8514
8526
  data: data
8515
8527
  }).then(function (res) {
8516
8528
  if (res.rCode === 0) {