eoss-ui 0.5.23 → 0.5.24

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 (47) hide show
  1. package/lib/button-group.js +55 -53
  2. package/lib/button.js +55 -53
  3. package/lib/checkbox-group.js +55 -53
  4. package/lib/config/api.js +1 -0
  5. package/lib/data-table-form.js +55 -53
  6. package/lib/data-table.js +55 -53
  7. package/lib/date-picker.js +55 -53
  8. package/lib/dialog.js +55 -53
  9. package/lib/eoss-ui.common.js +489 -216
  10. package/lib/flow-group.js +55 -53
  11. package/lib/flow-list.js +58 -56
  12. package/lib/flow.js +77 -75
  13. package/lib/form.js +55 -53
  14. package/lib/handle-user.js +56 -54
  15. package/lib/handler.js +56 -54
  16. package/lib/index.js +1 -1
  17. package/lib/input-number.js +55 -53
  18. package/lib/input.js +55 -53
  19. package/lib/login.js +435 -162
  20. package/lib/main.js +64 -62
  21. package/lib/nav.js +55 -53
  22. package/lib/notify.js +60 -58
  23. package/lib/page.js +55 -53
  24. package/lib/player.js +55 -53
  25. package/lib/qr-code.js +55 -53
  26. package/lib/radio-group.js +55 -53
  27. package/lib/retrial-auth.js +56 -54
  28. package/lib/select-ganged.js +55 -53
  29. package/lib/select.js +55 -53
  30. package/lib/selector-panel.js +55 -53
  31. package/lib/selector.js +55 -53
  32. package/lib/sizer.js +55 -53
  33. package/lib/steps.js +55 -53
  34. package/lib/switch.js +55 -53
  35. package/lib/table-form.js +55 -53
  36. package/lib/tabs.js +55 -53
  37. package/lib/tips.js +55 -53
  38. package/lib/tree-group.js +55 -53
  39. package/lib/tree.js +55 -53
  40. package/lib/upload.js +61 -59
  41. package/lib/wujie.js +55 -53
  42. package/lib/wxlogin.js +55 -53
  43. package/package.json +1 -1
  44. package/packages/login/src/main.vue +4 -0
  45. package/packages/login/src/resetPassword.vue +413 -95
  46. package/src/config/api.js +1 -0
  47. package/src/index.js +1 -1
package/lib/flow.js CHANGED
@@ -2978,15 +2978,16 @@ var watermark = function watermark(option) {
2978
2978
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCaLogin; });
2979
2979
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doUserLogin; });
2980
2980
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doQrLogin; });
2981
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return logout; });
2981
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return logout; });
2982
2982
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return initLogin; });
2983
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return switchUserTo; });
2983
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return switchUserTo; });
2984
2984
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
2985
2985
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getLoginCode; });
2986
2986
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCodeLogin; });
2987
2987
  /* unused harmony export updateCode */
2988
2988
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getModifyPassCode; });
2989
2989
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
2990
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return loginModifyPassword; });
2990
2991
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
2991
2992
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return initModifyPassword; });
2992
2993
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doWechatQrLogin; });
@@ -2994,11 +2995,11 @@ var watermark = function watermark(option) {
2994
2995
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doTwoFactorLogin; });
2995
2996
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initRetrialAuth; });
2996
2997
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getRetrialAuthCode; });
2997
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return scanCodeRetrialAuth; });
2998
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return scanCodeRetrialAuth; });
2998
2999
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
2999
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return mainConfig; });
3000
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return mainConfig; });
3000
3001
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initUserSet; });
3001
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return updateUserInfo; });
3002
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateUserInfo; });
3002
3003
  /* unused harmony export getUserImgUrl */
3003
3004
  /* unused harmony export getDoorIndex */
3004
3005
  /* unused harmony export refreshOnlineUsers */
@@ -3007,20 +3008,20 @@ var watermark = function watermark(option) {
3007
3008
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getComplexApplications; });
3008
3009
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplicationsNew; });
3009
3010
  /* unused harmony export getUserCustomInfo */
3010
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return updateUserCustomInfo; });
3011
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sysMsgPage; });
3011
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return updateUserCustomInfo; });
3012
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sysMsgPage; });
3012
3013
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return ignoreSysMsg; });
3013
3014
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return ignoreAllSysMsg; });
3014
3015
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctProperties; });
3015
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploads; });
3016
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return uploadOnlyOne; });
3016
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploads; });
3017
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return uploadOnlyOne; });
3017
3018
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getAdjunctFileInfos; });
3018
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return uploadSort; });
3019
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadSort; });
3019
3020
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return downloadByAdjunctId; });
3020
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return uploadDownloads; });
3021
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return previewAdjunct; });
3022
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return previewAdjunct2; });
3023
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return previewAdjunctOffice; });
3021
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return uploadDownloads; });
3022
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return previewAdjunct; });
3023
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return previewAdjunct2; });
3024
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunctOffice; });
3024
3025
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
3025
3026
  /* unused harmony export upload_updateClassify */
3026
3027
  /* unused harmony export getDeleteAdjunctFileInfos */
@@ -3033,14 +3034,14 @@ var watermark = function watermark(option) {
3033
3034
  /* unused harmony export findUserBaseInfo */
3034
3035
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return gethelpdoc; });
3035
3036
  /* unused harmony export getCurrentuser */
3036
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return mainDetail; });
3037
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toStartFlow; });
3038
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return tempSave; });
3037
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return mainDetail; });
3038
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toStartFlow; });
3039
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return tempSave; });
3039
3040
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
3040
3041
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3041
3042
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return editCommonOpion; });
3042
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return saveCommonOpinion; });
3043
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return updateCommonOpinion; });
3043
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return saveCommonOpinion; });
3044
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return updateCommonOpinion; });
3044
3045
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
3045
3046
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getProcessDefList; });
3046
3047
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getNodeInfo; });
@@ -3049,52 +3050,52 @@ var watermark = function watermark(option) {
3049
3050
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCodes; });
3050
3051
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getNotificationMsg; });
3051
3052
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getHandleInfoHtml; });
3052
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskHandleHtml; });
3053
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskHandleHtml; });
3053
3054
  /* unused harmony export getView */
3054
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return register; });
3055
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return pendedhistoryList; });
3056
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskRejectHtml; });
3057
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskRejectHtml; });
3058
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toStartTaskRead; });
3059
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toStartTaskReadIndex; });
3060
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskReadHtml; });
3061
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return rejectAndEnd; });
3062
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toSendMsg; });
3063
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendMsg; });
3055
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return register; });
3056
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return pendedhistoryList; });
3057
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTaskRejectHtml; });
3058
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskRejectHtml; });
3059
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toStartTaskRead; });
3060
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartTaskReadIndex; });
3061
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskReadHtml; });
3062
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return rejectAndEnd; });
3063
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toSendMsg; });
3064
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendMsg; });
3064
3065
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return endFlowHtml; });
3065
3066
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return handleInfo; });
3066
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return loginUserInfo; });
3067
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return wss; });
3068
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return topic; });
3067
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return loginUserInfo; });
3068
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return wss; });
3069
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return topic; });
3069
3070
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getPresetCustomInfo; });
3070
3071
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getPresetNodeInfo; });
3071
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskTransferIndex; });
3072
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskTransfer; });
3073
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toPresetInfoListIndex; });
3072
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskTransferIndex; });
3073
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskTransfer; });
3074
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toPresetInfoListIndex; });
3074
3075
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
3075
3076
  /* unused harmony export historyListJson */
3076
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return pendedhistoryListJson; });
3077
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return pressListJson; });
3077
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return pendedhistoryListJson; });
3078
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pressListJson; });
3078
3079
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
3079
3080
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return isCanStartSubFlow; });
3080
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskUnionExamine; });
3081
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskUnionExamine; });
3082
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskTakeAdvice; });
3083
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskTakeAdvice; });
3084
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskStartDraft; });
3085
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskStartDraft; });
3086
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTaskReview; });
3087
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskReview; });
3088
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskUnionSeal; });
3089
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskUnionSeal; });
3090
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTwoOfficesDispatch; });
3091
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return twoOfficesDispatch; });
3092
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return sendList; });
3093
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return sendInfo; });
3081
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskUnionExamine; });
3082
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskUnionExamine; });
3083
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskTakeAdvice; });
3084
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskTakeAdvice; });
3085
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskStartDraft; });
3086
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskStartDraft; });
3087
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskReview; });
3088
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskReview; });
3089
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskUnionSeal; });
3090
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskUnionSeal; });
3091
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTwoOfficesDispatch; });
3092
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return twoOfficesDispatch; });
3093
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendList; });
3094
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return sendInfo; });
3094
3095
  /* unused harmony export sendSave */
3095
3096
  /* unused harmony export sendUpdate */
3096
3097
  /* unused harmony export sendDelete */
3097
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return sendBatch; });
3098
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return sendBatch; });
3098
3099
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return formContents; });
3099
3100
  // 登录
3100
3101
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3109,6 +3110,7 @@ var doCodeLogin = '/sso2/signIn/auth/doCodeLogin'; // 短信、邮箱验证码
3109
3110
  var updateCode = '/sso2/signIn/assembly/getSmsModifyPassVerificationCode'; // 获取短信验证码(修改密码)
3110
3111
  var getModifyPassCode = '/sso2/signIn/assembly/getModifyPassCode'; // 获取修改密码的短信、邮箱验证码
3111
3112
  var codeModifyPass = '/sso2/signIn/assembly/codeModifyPass'; // 验证码重置密码
3113
+ var loginModifyPassword = '/sso2/signIn/auth/loginModifyPassword'; // 原始密码重置密码
3112
3114
  var authCenter = '/sso2/authCenter/login'; // 单点登录认证中心
3113
3115
  var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始化密码修改信息
3114
3116
  var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录
@@ -6330,7 +6332,7 @@ var _components;
6330
6332
  }
6331
6333
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
6332
6334
  util["a" /* default */].ajax({
6333
- url: data.id ? api["Sb" /* updateCommonOpinion */] : api["lb" /* saveCommonOpinion */],
6335
+ url: data.id ? api["Tb" /* updateCommonOpinion */] : api["mb" /* saveCommonOpinion */],
6334
6336
  data: info,
6335
6337
  header: { 'Content-Type': 'multipart/form-data' },
6336
6338
  method: 'post'
@@ -8858,7 +8860,7 @@ var processFormvue_type_script_lang_js_components;
8858
8860
  opinion: _this3.newOpinion || newOpinion
8859
8861
  };
8860
8862
  if (_this3.activeNames != '1') delete params.customPresetUserJson;
8861
- util["a" /* default */].ajax({ url: api["jb" /* register */], method: 'post', data: params }).then(function (res) {
8863
+ util["a" /* default */].ajax({ url: api["kb" /* register */], method: 'post', data: params }).then(function (res) {
8862
8864
  var status = res.status,
8863
8865
  message = res.message;
8864
8866
 
@@ -9044,7 +9046,7 @@ var processFormvue_type_script_lang_js_components;
9044
9046
  businessId: this.businessId
9045
9047
  };
9046
9048
  // 获取节点
9047
- util["a" /* default */].ajax({ url: api["Fb" /* toStartFlow */], params: params }).then(function (res) {
9049
+ util["a" /* default */].ajax({ url: api["Gb" /* toStartFlow */], params: params }).then(function (res) {
9048
9050
  //pc接口返回数据处理
9049
9051
  var status = res.status,
9050
9052
  message = res.message,
@@ -9490,7 +9492,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
9490
9492
  notificationType = _sendInfo.notificationType;
9491
9493
 
9492
9494
  var params = {
9493
- url: api["qb" /* sendMsg */],
9495
+ url: api["rb" /* sendMsg */],
9494
9496
  headers: { Accept: 'application/json,text/plain' },
9495
9497
  method: 'post',
9496
9498
  data: {
@@ -9552,7 +9554,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
9552
9554
 
9553
9555
  this.loading = true;
9554
9556
  util["a" /* default */].ajax({
9555
- url: api["Eb" /* toSendMsg */],
9557
+ url: api["Fb" /* toSendMsg */],
9556
9558
  params: { pendingId: this.$attrs.pendingId }
9557
9559
  }).then(function (res) {
9558
9560
  var status = res.status,
@@ -10367,7 +10369,7 @@ processRejectvue_type_template_id_b5a52fc0_render._withStripped = true
10367
10369
  userId: util["a" /* default */].getStorage('userId'),
10368
10370
  nextNodeId: _this2.nextNode.nextNodeId
10369
10371
  };
10370
- util["a" /* default */].ajax({ url: api["vb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
10372
+ util["a" /* default */].ajax({ url: api["wb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
10371
10373
  var status = res.status,
10372
10374
  message = res.message;
10373
10375
 
@@ -10422,7 +10424,7 @@ processRejectvue_type_template_id_b5a52fc0_render._withStripped = true
10422
10424
  isSinglePage: false,
10423
10425
  opinion: this.option
10424
10426
  };
10425
- util["a" /* default */].ajax({ url: api["Ib" /* toTaskRejectHtml */], params: params }).then(function (res) {
10427
+ util["a" /* default */].ajax({ url: api["Jb" /* toTaskRejectHtml */], params: params }).then(function (res) {
10426
10428
  var status = res.status,
10427
10429
  message = res.message,
10428
10430
  _res$data = res.data,
@@ -11097,7 +11099,7 @@ var startTaskReadvue_type_script_lang_js_components;
11097
11099
  taskExamine = this.taskExamine;
11098
11100
 
11099
11101
  var params = {
11100
- url: api["Mb" /* toTaskTransferIndex */],
11102
+ url: api["Nb" /* toTaskTransferIndex */],
11101
11103
  params: {
11102
11104
  opinion: opinion,
11103
11105
  pendingId: pendingId,
@@ -11222,7 +11224,7 @@ var startTaskReadvue_type_script_lang_js_components;
11222
11224
  var _this3 = this;
11223
11225
 
11224
11226
  var params = {
11225
- url: api["Gb" /* toStartTaskRead */],
11227
+ url: api["Hb" /* toStartTaskRead */],
11226
11228
  params: { pendingId: this.pendingId, taskAction: this.type }
11227
11229
  };
11228
11230
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -11295,7 +11297,7 @@ var startTaskReadvue_type_script_lang_js_components;
11295
11297
  type = this.type;
11296
11298
 
11297
11299
  var params = {
11298
- url: api["zb" /* taskTransfer */],
11300
+ url: api["Ab" /* taskTransfer */],
11299
11301
  data: {
11300
11302
  choiceDeptId: choiceDeptId,
11301
11303
  choiceOrgId: choiceOrgId,
@@ -11389,7 +11391,7 @@ var startTaskReadvue_type_script_lang_js_components;
11389
11391
  !download && delete params.isDownload;
11390
11392
  isCdjxjTaskHandle == 'true' && delete params.noticeType;
11391
11393
  util["a" /* default */].ajax({
11392
- url: api["ub" /* taskReadHtml */],
11394
+ url: api["vb" /* taskReadHtml */],
11393
11395
  params: { taskAction: _this7.type },
11394
11396
  headers: {
11395
11397
  Accept: 'application/json,text/plain'
@@ -11881,7 +11883,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
11881
11883
  pendingId = this.pendingId;
11882
11884
 
11883
11885
  var params = {
11884
- url: api["wb" /* taskReview */],
11886
+ url: api["xb" /* taskReview */],
11885
11887
  data: {
11886
11888
  nextUserId: nextOtherOrgObj.join(','),
11887
11889
  notificationType: noticeType.join(','),
@@ -11917,7 +11919,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
11917
11919
  var _this2 = this;
11918
11920
 
11919
11921
  var params = {
11920
- url: api["Jb" /* toTaskReview */],
11922
+ url: api["Kb" /* toTaskReview */],
11921
11923
  params: { pendingId: this.pendingId }
11922
11924
  };
11923
11925
  util["a" /* default */].ajax(params).then(function (res) {
@@ -11952,7 +11954,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
11952
11954
  var _this3 = this;
11953
11955
 
11954
11956
  var params = {
11955
- url: this.type == 'takeAdvice' ? api["Lb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Kb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Ob" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Pb" /* toTwoOfficesDispatch */] : api["Nb" /* toTaskUnionExamine */],
11957
+ url: this.type == 'takeAdvice' ? api["Mb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Lb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Pb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Qb" /* toTwoOfficesDispatch */] : api["Ob" /* toTaskUnionExamine */],
11956
11958
  params: { pendingId: this.pendingId },
11957
11959
  headers: { Accept: 'application/json,text/plain' }
11958
11960
  };
@@ -12046,7 +12048,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
12046
12048
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
12047
12049
  // return this.$message.warning('暂未开放,敬请期待!');
12048
12050
  var param = {
12049
- url: this.type === 'startDraf' ? api["xb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Bb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Rb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["yb" /* taskTakeAdvice */] : api["Ab" /* taskUnionExamine */],
12051
+ url: this.type === 'startDraf' ? api["yb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Cb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Sb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["zb" /* taskTakeAdvice */] : api["Bb" /* taskUnionExamine */],
12050
12052
  data: {
12051
12053
  opinion: opinion,
12052
12054
  pendingId: pendingId,
@@ -13230,7 +13232,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13230
13232
  taskAction: 'complete'
13231
13233
  };
13232
13234
  util["a" /* default */].ajax({
13233
- url: api["ub" /* taskReadHtml */],
13235
+ url: api["vb" /* taskReadHtml */],
13234
13236
  params: { taskAction: 'complete' },
13235
13237
  headers: {
13236
13238
  Accept: 'application/json,text/plain'
@@ -13262,7 +13264,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13262
13264
 
13263
13265
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
13264
13266
  util["a" /* default */].ajax({
13265
- url: api["Hb" /* toStartTaskReadIndex */],
13267
+ url: api["Ib" /* toStartTaskReadIndex */],
13266
13268
  params: { pendingId: this.pendingId }
13267
13269
  }).then(function (res) {
13268
13270
  var status = res.status,
@@ -13296,7 +13298,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13296
13298
  if (mainConfig) {
13297
13299
  this.userModel = JSON.parse(mainConfig).userModel;
13298
13300
  } else {
13299
- util["a" /* default */].ajax({ url: api["Z" /* loginUserInfo */] }).then(function (res) {
13301
+ util["a" /* default */].ajax({ url: api["ab" /* loginUserInfo */] }).then(function (res) {
13300
13302
  var status = res.status,
13301
13303
  data = res.data;
13302
13304
 
@@ -13394,7 +13396,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13394
13396
  pendingId: this.pendingId
13395
13397
  };
13396
13398
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
13397
- util["a" /* default */].ajax({ url: api["Cb" /* tempSave */], params: params }).then(function (res) {
13399
+ util["a" /* default */].ajax({ url: api["Db" /* tempSave */], params: params }).then(function (res) {
13398
13400
  var status = res.status,
13399
13401
  message = res.message;
13400
13402
 
@@ -13676,7 +13678,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13676
13678
  this.$confirm('确认' + res.value + '?').then(function () {
13677
13679
  if (_this11.isOpinionRequired == 1 && (_this11.value == '' || !_this11.value)) return _this11.$message.warning('请填写意见');
13678
13680
  var params = {
13679
- url: api["kb" /* rejectAndEnd */],
13681
+ url: api["lb" /* rejectAndEnd */],
13680
13682
  headers: { Accept: 'application/json,text/plain' },
13681
13683
  method: 'post',
13682
13684
  data: {
@@ -14309,7 +14311,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14309
14311
  userId: util["a" /* default */].getStorage('userId'),
14310
14312
  type: 2
14311
14313
  };
14312
- util["a" /* default */].ajax({ url: api["db" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
14314
+ util["a" /* default */].ajax({ url: api["eb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
14313
14315
  var rCode = res.rCode,
14314
14316
  msg = res.msg,
14315
14317
  results = res.results;
@@ -14502,7 +14504,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14502
14504
  params.isSubFlow = taskExamineInfo.isSubFlow;
14503
14505
  params.nodeId = taskExamineInfo.nodeId;
14504
14506
  params.needRetrialAuth = needRetrialAuth;
14505
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["tb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
14507
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["ub" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
14506
14508
  var status = res.status,
14507
14509
  message = res.message;
14508
14510
 
package/lib/form.js CHANGED
@@ -2978,15 +2978,16 @@ var watermark = function watermark(option) {
2978
2978
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCaLogin; });
2979
2979
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doUserLogin; });
2980
2980
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doQrLogin; });
2981
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return logout; });
2981
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return logout; });
2982
2982
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return initLogin; });
2983
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return switchUserTo; });
2983
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return switchUserTo; });
2984
2984
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
2985
2985
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getLoginCode; });
2986
2986
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCodeLogin; });
2987
2987
  /* unused harmony export updateCode */
2988
2988
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getModifyPassCode; });
2989
2989
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
2990
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return loginModifyPassword; });
2990
2991
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
2991
2992
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return initModifyPassword; });
2992
2993
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doWechatQrLogin; });
@@ -2994,11 +2995,11 @@ var watermark = function watermark(option) {
2994
2995
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doTwoFactorLogin; });
2995
2996
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initRetrialAuth; });
2996
2997
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getRetrialAuthCode; });
2997
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return scanCodeRetrialAuth; });
2998
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return scanCodeRetrialAuth; });
2998
2999
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
2999
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return mainConfig; });
3000
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return mainConfig; });
3000
3001
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initUserSet; });
3001
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return updateUserInfo; });
3002
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateUserInfo; });
3002
3003
  /* unused harmony export getUserImgUrl */
3003
3004
  /* unused harmony export getDoorIndex */
3004
3005
  /* unused harmony export refreshOnlineUsers */
@@ -3007,20 +3008,20 @@ var watermark = function watermark(option) {
3007
3008
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getComplexApplications; });
3008
3009
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplicationsNew; });
3009
3010
  /* unused harmony export getUserCustomInfo */
3010
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return updateUserCustomInfo; });
3011
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sysMsgPage; });
3011
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return updateUserCustomInfo; });
3012
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sysMsgPage; });
3012
3013
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return ignoreSysMsg; });
3013
3014
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return ignoreAllSysMsg; });
3014
3015
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctProperties; });
3015
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploads; });
3016
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return uploadOnlyOne; });
3016
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploads; });
3017
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return uploadOnlyOne; });
3017
3018
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getAdjunctFileInfos; });
3018
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return uploadSort; });
3019
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadSort; });
3019
3020
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return downloadByAdjunctId; });
3020
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return uploadDownloads; });
3021
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return previewAdjunct; });
3022
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return previewAdjunct2; });
3023
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return previewAdjunctOffice; });
3021
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return uploadDownloads; });
3022
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return previewAdjunct; });
3023
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return previewAdjunct2; });
3024
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunctOffice; });
3024
3025
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
3025
3026
  /* unused harmony export upload_updateClassify */
3026
3027
  /* unused harmony export getDeleteAdjunctFileInfos */
@@ -3033,14 +3034,14 @@ var watermark = function watermark(option) {
3033
3034
  /* unused harmony export findUserBaseInfo */
3034
3035
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return gethelpdoc; });
3035
3036
  /* unused harmony export getCurrentuser */
3036
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return mainDetail; });
3037
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toStartFlow; });
3038
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return tempSave; });
3037
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return mainDetail; });
3038
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toStartFlow; });
3039
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return tempSave; });
3039
3040
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
3040
3041
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3041
3042
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return editCommonOpion; });
3042
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return saveCommonOpinion; });
3043
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return updateCommonOpinion; });
3043
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return saveCommonOpinion; });
3044
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return updateCommonOpinion; });
3044
3045
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
3045
3046
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getProcessDefList; });
3046
3047
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getNodeInfo; });
@@ -3049,52 +3050,52 @@ var watermark = function watermark(option) {
3049
3050
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCodes; });
3050
3051
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getNotificationMsg; });
3051
3052
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getHandleInfoHtml; });
3052
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskHandleHtml; });
3053
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskHandleHtml; });
3053
3054
  /* unused harmony export getView */
3054
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return register; });
3055
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return pendedhistoryList; });
3056
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskRejectHtml; });
3057
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskRejectHtml; });
3058
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toStartTaskRead; });
3059
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toStartTaskReadIndex; });
3060
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskReadHtml; });
3061
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return rejectAndEnd; });
3062
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toSendMsg; });
3063
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendMsg; });
3055
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return register; });
3056
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return pendedhistoryList; });
3057
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTaskRejectHtml; });
3058
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskRejectHtml; });
3059
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toStartTaskRead; });
3060
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartTaskReadIndex; });
3061
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskReadHtml; });
3062
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return rejectAndEnd; });
3063
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toSendMsg; });
3064
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendMsg; });
3064
3065
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return endFlowHtml; });
3065
3066
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return handleInfo; });
3066
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return loginUserInfo; });
3067
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return wss; });
3068
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return topic; });
3067
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return loginUserInfo; });
3068
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return wss; });
3069
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return topic; });
3069
3070
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getPresetCustomInfo; });
3070
3071
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getPresetNodeInfo; });
3071
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskTransferIndex; });
3072
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskTransfer; });
3073
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toPresetInfoListIndex; });
3072
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskTransferIndex; });
3073
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskTransfer; });
3074
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toPresetInfoListIndex; });
3074
3075
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
3075
3076
  /* unused harmony export historyListJson */
3076
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return pendedhistoryListJson; });
3077
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return pressListJson; });
3077
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return pendedhistoryListJson; });
3078
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pressListJson; });
3078
3079
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
3079
3080
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return isCanStartSubFlow; });
3080
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskUnionExamine; });
3081
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskUnionExamine; });
3082
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskTakeAdvice; });
3083
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskTakeAdvice; });
3084
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskStartDraft; });
3085
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskStartDraft; });
3086
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTaskReview; });
3087
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskReview; });
3088
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskUnionSeal; });
3089
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskUnionSeal; });
3090
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTwoOfficesDispatch; });
3091
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return twoOfficesDispatch; });
3092
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return sendList; });
3093
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return sendInfo; });
3081
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskUnionExamine; });
3082
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskUnionExamine; });
3083
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskTakeAdvice; });
3084
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskTakeAdvice; });
3085
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskStartDraft; });
3086
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskStartDraft; });
3087
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskReview; });
3088
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskReview; });
3089
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskUnionSeal; });
3090
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskUnionSeal; });
3091
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTwoOfficesDispatch; });
3092
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return twoOfficesDispatch; });
3093
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendList; });
3094
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return sendInfo; });
3094
3095
  /* unused harmony export sendSave */
3095
3096
  /* unused harmony export sendUpdate */
3096
3097
  /* unused harmony export sendDelete */
3097
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return sendBatch; });
3098
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return sendBatch; });
3098
3099
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return formContents; });
3099
3100
  // 登录
3100
3101
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3109,6 +3110,7 @@ var doCodeLogin = '/sso2/signIn/auth/doCodeLogin'; // 短信、邮箱验证码
3109
3110
  var updateCode = '/sso2/signIn/assembly/getSmsModifyPassVerificationCode'; // 获取短信验证码(修改密码)
3110
3111
  var getModifyPassCode = '/sso2/signIn/assembly/getModifyPassCode'; // 获取修改密码的短信、邮箱验证码
3111
3112
  var codeModifyPass = '/sso2/signIn/assembly/codeModifyPass'; // 验证码重置密码
3113
+ var loginModifyPassword = '/sso2/signIn/auth/loginModifyPassword'; // 原始密码重置密码
3112
3114
  var authCenter = '/sso2/authCenter/login'; // 单点登录认证中心
3113
3115
  var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始化密码修改信息
3114
3116
  var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录