eoss-ui 0.5.32 → 0.5.34

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 (61) hide show
  1. package/CHANGELOG.md +929 -0
  2. package/lib/button-group.js +99 -96
  3. package/lib/button.js +99 -96
  4. package/lib/checkbox-group.js +102 -100
  5. package/lib/config/api.js +2 -0
  6. package/lib/data-table-form.js +100 -97
  7. package/lib/data-table.js +103 -100
  8. package/lib/date-picker.js +99 -96
  9. package/lib/dialog.js +107 -100
  10. package/lib/eoss-ui.common.js +574 -402
  11. package/lib/flow-group.js +168 -135
  12. package/lib/flow-list.js +103 -100
  13. package/lib/flow.js +147 -144
  14. package/lib/form.js +100 -97
  15. package/lib/handle-user.js +100 -97
  16. package/lib/handler.js +213 -162
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +99 -96
  19. package/lib/input.js +99 -96
  20. package/lib/login.js +205 -114
  21. package/lib/main.js +117 -117
  22. package/lib/nav.js +99 -96
  23. package/lib/notify.js +103 -100
  24. package/lib/page.js +99 -96
  25. package/lib/player.js +99 -96
  26. package/lib/qr-code.js +99 -96
  27. package/lib/radio-group.js +100 -97
  28. package/lib/retrial-auth.js +102 -99
  29. package/lib/select-ganged.js +99 -96
  30. package/lib/select.js +100 -97
  31. package/lib/selector-panel.js +117 -114
  32. package/lib/selector.js +100 -97
  33. package/lib/sizer.js +101 -98
  34. package/lib/steps.js +99 -96
  35. package/lib/switch.js +99 -96
  36. package/lib/table-form.js +99 -96
  37. package/lib/tabs.js +99 -96
  38. package/lib/theme-chalk/handler.css +1 -1
  39. package/lib/theme-chalk/index.css +1 -1
  40. package/lib/tips.js +100 -97
  41. package/lib/toolbar.js +24 -21
  42. package/lib/tree-group.js +99 -96
  43. package/lib/tree.js +100 -97
  44. package/lib/upload.js +109 -106
  45. package/lib/utils/util.js +1 -1
  46. package/lib/wujie.js +99 -96
  47. package/lib/wxlogin.js +99 -96
  48. package/package.json +2 -2
  49. package/packages/checkbox-group/src/main.vue +0 -1
  50. package/packages/dialog/src/main.vue +6 -2
  51. package/packages/flow-group/src/main.vue +40 -18
  52. package/packages/handler/src/main.vue +52 -32
  53. package/packages/login/src/main.vue +69 -8
  54. package/packages/main/src/main.vue +0 -6
  55. package/packages/theme-chalk/lib/handler.css +1 -1
  56. package/packages/theme-chalk/lib/index.css +1 -1
  57. package/packages/theme-chalk/src/handler.scss +3 -1
  58. package/packages/toolbar/src/main.vue +20 -20
  59. package/src/config/api.js +2 -0
  60. package/src/index.js +1 -1
  61. package/src/utils/util.js +1 -1
package/lib/login.js CHANGED
@@ -1922,7 +1922,7 @@ var indexOfObj = function indexOfObj(arry, target, key) {
1922
1922
  * @param {Object} [obj] -
1923
1923
  **/
1924
1924
  var isExist = function isExist(obj) {
1925
- return obj !== undefined && obj !== null && obj === '';
1925
+ return obj !== undefined && obj !== null && obj !== '';
1926
1926
  };
1927
1927
 
1928
1928
  /**
@@ -2992,128 +2992,129 @@ var watermark = function watermark(option) {
2992
2992
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2993
2993
 
2994
2994
  "use strict";
2995
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCaLogin; });
2996
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doUserLogin; });
2997
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doQrLogin; });
2998
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return logout; });
2999
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return initLogin; });
3000
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return switchUserTo; });
2995
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCaLogin; });
2996
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doUserLogin; });
2997
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doQrLogin; });
2998
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return logout; });
2999
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return initLogin; });
3000
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return switchUserTo; });
3001
3001
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3002
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getLoginCode; });
3003
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCodeLogin; });
3002
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getLoginCode; });
3003
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doCodeLogin; });
3004
3004
  /* unused harmony export updateCode */
3005
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getModifyPassCode; });
3005
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getModifyPassCode; });
3006
3006
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
3007
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return loginModifyPassword; });
3007
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return loginModifyPassword; });
3008
3008
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3009
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return initModifyPassword; });
3010
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doWechatQrLogin; });
3011
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getTwoFactorLoginCode; });
3012
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doTwoFactorLogin; });
3013
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initRetrialAuth; });
3014
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getRetrialAuthCode; });
3015
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return scanCodeRetrialAuth; });
3009
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initModifyPassword; });
3010
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doWechatQrLogin; });
3011
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getTwoFactorLoginCode; });
3012
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doTwoFactorLogin; });
3013
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initRetrialAuth; });
3014
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getRetrialAuthCode; });
3015
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return scanCodeRetrialAuth; });
3016
3016
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
3017
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return mainConfig; });
3018
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initUserSet; });
3019
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateUserInfo; });
3017
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
3018
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return mainConfig; });
3019
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return initUserSet; });
3020
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateUserInfo; });
3020
3021
  /* unused harmony export getUserImgUrl */
3021
3022
  /* unused harmony export getDoorIndex */
3022
3023
  /* unused harmony export refreshOnlineUsers */
3023
3024
  /* unused harmony export getQuickMenuIds */
3024
3025
  /* unused harmony export getApplicationIdArray */
3025
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getComplexApplications; });
3026
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplicationsNew; });
3026
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplications; });
3027
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplicationsNew; });
3027
3028
  /* unused harmony export getUserCustomInfo */
3028
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return updateUserCustomInfo; });
3029
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sysMsgPage; });
3030
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return ignoreSysMsg; });
3031
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return ignoreAllSysMsg; });
3032
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctProperties; });
3033
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploads; });
3034
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return uploadOnlyOne; });
3035
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getAdjunctFileInfos; });
3036
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadSort; });
3037
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return downloadByAdjunctId; });
3038
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return uploadDownloads; });
3039
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return previewAdjunct; });
3040
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return previewAdjunct2; });
3041
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunctOffice; });
3029
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateUserCustomInfo; });
3030
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return sysMsgPage; });
3031
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return ignoreSysMsg; });
3032
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return ignoreAllSysMsg; });
3033
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctProperties; });
3034
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploads; });
3035
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadOnlyOne; });
3036
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctFileInfos; });
3037
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadSort; });
3038
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
3039
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return uploadDownloads; });
3040
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return previewAdjunct; });
3041
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunct2; });
3042
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return previewAdjunctOffice; });
3042
3043
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
3043
3044
  /* unused harmony export upload_updateClassify */
3044
3045
  /* unused harmony export getDeleteAdjunctFileInfos */
3045
3046
  /* unused harmony export getPictureBase64 */
3046
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getSelectorOrgTree; });
3047
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getSelectorOrgDetail; });
3048
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getOrgMainTree; });
3049
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getSelectOrgsubids; });
3050
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findSysCode; });
3047
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getSelectorOrgTree; });
3048
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getSelectorOrgDetail; });
3049
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getOrgMainTree; });
3050
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getSelectOrgsubids; });
3051
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCode; });
3051
3052
  /* unused harmony export findUserBaseInfo */
3052
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return gethelpdoc; });
3053
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return gethelpdoc; });
3053
3054
  /* unused harmony export getCurrentuser */
3054
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return mainDetail; });
3055
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toStartFlow; });
3056
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return tempSave; });
3055
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return mainDetail; });
3056
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toStartFlow; });
3057
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return tempSave; });
3057
3058
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
3058
3059
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3059
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return editCommonOpion; });
3060
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return saveCommonOpinion; });
3061
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return updateCommonOpinion; });
3060
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
3061
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return saveCommonOpinion; });
3062
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return updateCommonOpinion; });
3062
3063
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
3063
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getProcessDefList; });
3064
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getNodeInfo; });
3065
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findCodeValues; });
3066
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysParam; });
3067
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCodes; });
3068
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getNotificationMsg; });
3069
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getHandleInfoHtml; });
3070
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskHandleHtml; });
3064
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getProcessDefList; });
3065
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getNodeInfo; });
3066
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findCodeValues; });
3067
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findSysParam; });
3068
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysCodes; });
3069
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getNotificationMsg; });
3070
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getHandleInfoHtml; });
3071
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskHandleHtml; });
3071
3072
  /* unused harmony export getView */
3072
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return register; });
3073
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return pendedhistoryList; });
3074
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTaskRejectHtml; });
3075
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskRejectHtml; });
3076
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toStartTaskRead; });
3077
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartTaskReadIndex; });
3078
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskReadHtml; });
3079
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return rejectAndEnd; });
3080
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toSendMsg; });
3081
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendMsg; });
3082
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return endFlowHtml; });
3083
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return handleInfo; });
3084
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return loginUserInfo; });
3085
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return wss; });
3086
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return topic; });
3087
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getPresetCustomInfo; });
3088
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getPresetNodeInfo; });
3089
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskTransferIndex; });
3090
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskTransfer; });
3091
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toPresetInfoListIndex; });
3073
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return register; });
3074
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return pendedhistoryList; });
3075
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskRejectHtml; });
3076
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskRejectHtml; });
3077
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartTaskRead; });
3078
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartTaskReadIndex; });
3079
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskReadHtml; });
3080
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return rejectAndEnd; });
3081
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toSendMsg; });
3082
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendMsg; });
3083
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
3084
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return handleInfo; });
3085
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return loginUserInfo; });
3086
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return wss; });
3087
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return topic; });
3088
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getPresetCustomInfo; });
3089
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getPresetNodeInfo; });
3090
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskTransferIndex; });
3091
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskTransfer; });
3092
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toPresetInfoListIndex; });
3092
3093
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
3093
3094
  /* unused harmony export historyListJson */
3094
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return pendedhistoryListJson; });
3095
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pressListJson; });
3095
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pendedhistoryListJson; });
3096
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return pressListJson; });
3096
3097
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
3097
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return isCanStartSubFlow; });
3098
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskUnionExamine; });
3099
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskUnionExamine; });
3100
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskTakeAdvice; });
3101
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskTakeAdvice; });
3102
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskStartDraft; });
3103
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskStartDraft; });
3104
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskReview; });
3105
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskReview; });
3106
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskUnionSeal; });
3107
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskUnionSeal; });
3108
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTwoOfficesDispatch; });
3109
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return twoOfficesDispatch; });
3110
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendList; });
3111
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return sendInfo; });
3098
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return isCanStartSubFlow; });
3099
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskUnionExamine; });
3100
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskUnionExamine; });
3101
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskTakeAdvice; });
3102
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskTakeAdvice; });
3103
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskStartDraft; });
3104
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskStartDraft; });
3105
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskReview; });
3106
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskReview; });
3107
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskUnionSeal; });
3108
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskUnionSeal; });
3109
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTwoOfficesDispatch; });
3110
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return twoOfficesDispatch; });
3111
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendList; });
3112
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendInfo; });
3112
3113
  /* unused harmony export sendSave */
3113
3114
  /* unused harmony export sendUpdate */
3114
3115
  /* unused harmony export sendDelete */
3115
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return sendBatch; });
3116
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return formContents; });
3116
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return sendBatch; });
3117
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return formContents; });
3117
3118
  // 登录
3118
3119
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
3119
3120
  var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
@@ -3137,6 +3138,8 @@ var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身
3137
3138
  var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
3138
3139
  var scanCodeRetrialAuth = '/sso2/retrialAuth/scanCodeRetrialAuth'; // 二维码扫码验证(二级权限验证)
3139
3140
  var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
3141
+ var doAssistanceQrLogin = '/sso2/signIn/auth/doAssistanceQrLogin'; // 二级身份验证-验证码验证
3142
+
3140
3143
  // 框架
3141
3144
  var mainConfig = '/main2/main/mainConfig'; // 获取主页面配置
3142
3145
  var initUserSet = '/main2/main/initUserSet'; // 获取用户信息
@@ -3687,7 +3690,7 @@ var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message:
3687
3690
  // ESM COMPAT FLAG
3688
3691
  __webpack_require__.r(__webpack_exports__);
3689
3692
 
3690
- // 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=49b75306&
3693
+ // 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=e28c2dd0&
3691
3694
  var render = function () {
3692
3695
  var _vm = this
3693
3696
  var _h = _vm.$createElement
@@ -4538,6 +4541,30 @@ var render = function () {
4538
4541
  1
4539
4542
  ),
4540
4543
  _vm._t("calogin"),
4544
+ _c(
4545
+ "es-dialog",
4546
+ {
4547
+ attrs: {
4548
+ title: "请进行身份效验",
4549
+ width: "420px",
4550
+ height: "380px",
4551
+ "show-scale": false,
4552
+ visible: _vm.showAssistance,
4553
+ },
4554
+ on: {
4555
+ "update:visible": function ($event) {
4556
+ _vm.showAssistance = $event
4557
+ },
4558
+ close: _vm.closeAssistance,
4559
+ },
4560
+ },
4561
+ [
4562
+ _vm.checkCode
4563
+ ? _c("es-qr-code", { attrs: { content: _vm.checkCode } })
4564
+ : _vm._e(),
4565
+ ],
4566
+ 1
4567
+ ),
4541
4568
  ],
4542
4569
  2
4543
4570
  )
@@ -4547,7 +4574,7 @@ var staticRenderFns = []
4547
4574
  render._withStripped = true
4548
4575
 
4549
4576
 
4550
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=49b75306&
4577
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=e28c2dd0&
4551
4578
 
4552
4579
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=7e3a7461&
4553
4580
  var resetPasswordvue_type_template_id_7e3a7461_render = function () {
@@ -4927,7 +4954,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
4927
4954
  var _this = this;
4928
4955
 
4929
4956
  util["a" /* default */].ajax({
4930
- url: api["V" /* initModifyPassword */]
4957
+ url: api["W" /* initModifyPassword */]
4931
4958
  }).then(function (res) {
4932
4959
  if (res.rCode === 0) {
4933
4960
  var results = JSON.parse(JSON.stringify(res.results));
@@ -4987,7 +5014,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
4987
5014
  var _this3 = this;
4988
5015
 
4989
5016
  util["a" /* default */].ajax({
4990
- url: api["E" /* getModifyPassCode */],
5017
+ url: api["F" /* getModifyPassCode */],
4991
5018
  params: params
4992
5019
  }).then(function (res) {
4993
5020
  if (res.rCode === 0) {
@@ -5030,7 +5057,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
5030
5057
  data.operationCheckCode = this.operationCheckCode;
5031
5058
  util["a" /* default */].ajax({
5032
5059
  method: 'post',
5033
- url: api["Z" /* loginModifyPassword */],
5060
+ url: api["ab" /* loginModifyPassword */],
5034
5061
  data: data
5035
5062
  }).then(function (res) {
5036
5063
  _this4.submit = false;
@@ -5452,6 +5479,17 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
5452
5479
  //
5453
5480
  //
5454
5481
  //
5482
+ //
5483
+ //
5484
+ //
5485
+ //
5486
+ //
5487
+ //
5488
+ //
5489
+ //
5490
+ //
5491
+ //
5492
+ //
5455
5493
 
5456
5494
 
5457
5495
 
@@ -5468,7 +5506,7 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
5468
5506
  //初始登录配置接口地址
5469
5507
  initLogin: {
5470
5508
  type: String,
5471
- default: api["U" /* initLogin */]
5509
+ default: api["V" /* initLogin */]
5472
5510
  },
5473
5511
  mode: {
5474
5512
  type: String,
@@ -5544,17 +5582,17 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
5544
5582
  //账号登录接口地址
5545
5583
  action: {
5546
5584
  type: String,
5547
- default: api["o" /* doUserLogin */]
5585
+ default: api["p" /* doUserLogin */]
5548
5586
  },
5549
5587
  //ca登录地址
5550
5588
  caAction: {
5551
5589
  type: String,
5552
- default: api["k" /* doCaLogin */]
5590
+ default: api["l" /* doCaLogin */]
5553
5591
  },
5554
5592
  //扫码登录接口地址
5555
5593
  scanAction: {
5556
5594
  type: String,
5557
- default: api["m" /* doQrLogin */]
5595
+ default: api["n" /* doQrLogin */]
5558
5596
  },
5559
5597
  //图片验证码接口地址
5560
5598
  codeAction: {
@@ -5563,23 +5601,23 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
5563
5601
  },
5564
5602
  getLoginCode: {
5565
5603
  type: String,
5566
- default: api["D" /* getLoginCode */]
5604
+ default: api["E" /* getLoginCode */]
5567
5605
  },
5568
5606
  doCodeLogin: {
5569
5607
  type: String,
5570
- default: api["l" /* doCodeLogin */]
5608
+ default: api["m" /* doCodeLogin */]
5571
5609
  },
5572
5610
  getTwoFactorLoginCode: {
5573
5611
  type: String,
5574
- default: api["P" /* getTwoFactorLoginCode */]
5612
+ default: api["Q" /* getTwoFactorLoginCode */]
5575
5613
  },
5576
5614
  doTwoFactorLogin: {
5577
5615
  type: String,
5578
- default: api["n" /* doTwoFactorLogin */]
5616
+ default: api["o" /* doTwoFactorLogin */]
5579
5617
  },
5580
5618
  doWechatQrLogin: {
5581
5619
  type: String,
5582
- default: api["p" /* doWechatQrLogin */]
5620
+ default: api["q" /* doWechatQrLogin */]
5583
5621
  },
5584
5622
  imgCode: {
5585
5623
  type: [Boolean, Object],
@@ -5835,7 +5873,10 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
5835
5873
  code: null,
5836
5874
  defaultModel: JSON.parse(JSON.stringify(this.model)),
5837
5875
  copyrightColor: null,
5838
- copyrightBgColor: null
5876
+ copyrightBgColor: null,
5877
+ checkCode: '',
5878
+ showAssistance: false,
5879
+ doAssistance: null
5839
5880
  };
5840
5881
  },
5841
5882
  created: function created() {
@@ -6329,7 +6370,6 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
6329
6370
 
6330
6371
  clearTimeout(this.interval);
6331
6372
  if (res) {
6332
- //this.modifyPasswordfun();
6333
6373
  this.interval = setTimeout(function () {
6334
6374
  _this8.initRequestLoginInfo();
6335
6375
  }, this.scanIntervalTime);
@@ -6347,7 +6387,12 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
6347
6387
  }).then(function (res) {
6348
6388
  if (res.rCode === 0) {
6349
6389
  var results = res.results;
6350
- _this9.handleResults(results, 3);
6390
+ if (results.statusCode === 0) {
6391
+ clearTimeout(_this9.interval);
6392
+ _this9.handleResults(results, 3);
6393
+ } else {
6394
+ _this9.loginInfo(true);
6395
+ }
6351
6396
  }
6352
6397
  }).catch(function (err) {
6353
6398
  clearTimeout(_this9.interval);
@@ -6359,7 +6404,6 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
6359
6404
  handleResults: function handleResults(results, type) {
6360
6405
  var _this10 = this;
6361
6406
 
6362
- this.loginInfo(false);
6363
6407
  switch (results.statusCode) {
6364
6408
  case 0:
6365
6409
  util["a" /* default */].setStorage({
@@ -6428,6 +6472,15 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
6428
6472
  }
6429
6473
  }).catch(function (e) {});
6430
6474
  break;
6475
+ case 102:
6476
+ this.checkCode = results.checkCode;
6477
+ this.showAssistance = true;
6478
+
6479
+ var _JSON$parse = JSON.parse(results.checkCode),
6480
+ operationCheckCode = _JSON$parse.operationCheckCode;
6481
+
6482
+ this.handleAssistance({ operationCheckCode: operationCheckCode });
6483
+ break;
6431
6484
  default:
6432
6485
  if (type !== 3) {
6433
6486
  this.$message({
@@ -6450,6 +6503,44 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
6450
6503
  }
6451
6504
  }
6452
6505
  },
6506
+ handleAssistance: function handleAssistance(data) {
6507
+ var _this11 = this;
6508
+
6509
+ clearTimeout(this.doAssistance);
6510
+ this.doAssistance = setTimeout(function () {
6511
+ _this11.doAssistanceLogin(data);
6512
+ }, this.scanIntervalTime);
6513
+ },
6514
+ doAssistanceLogin: function doAssistanceLogin(data) {
6515
+ var _this12 = this;
6516
+
6517
+ util["a" /* default */].ajax({
6518
+ method: 'post',
6519
+ url: api["k" /* doAssistanceQrLogin */],
6520
+ data: data
6521
+ }).then(function (res) {
6522
+ if (res.rCode === 0) {
6523
+ var results = res.results;
6524
+ if (results.statusCode === 0) {
6525
+ clearTimeout(_this12.doAssistance);
6526
+ _this12.handleResults(results, 3);
6527
+ } else {
6528
+ _this12.handleAssistance(data);
6529
+ }
6530
+ } else {
6531
+ clearTimeout(_this12.doAssistance);
6532
+ _this12.$message.error(res.msg);
6533
+ }
6534
+ }).catch(function (err) {
6535
+ clearTimeout(_this12.doAssistance);
6536
+ if (err.message && err.message !== 'canceled') {
6537
+ _this12.$message.error(err.message);
6538
+ }
6539
+ });
6540
+ },
6541
+ closeAssistance: function closeAssistance() {
6542
+ clearTimeout(this.doAssistance);
6543
+ },
6453
6544
  handleSuccess: function handleSuccess() {
6454
6545
  this.showResetPassword = false;
6455
6546
  }