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.
- package/lib/button-group.js +55 -53
- package/lib/button.js +55 -53
- package/lib/checkbox-group.js +55 -53
- package/lib/config/api.js +1 -0
- package/lib/data-table-form.js +55 -53
- package/lib/data-table.js +55 -53
- package/lib/date-picker.js +55 -53
- package/lib/dialog.js +55 -53
- package/lib/eoss-ui.common.js +489 -216
- package/lib/flow-group.js +55 -53
- package/lib/flow-list.js +58 -56
- package/lib/flow.js +77 -75
- package/lib/form.js +55 -53
- package/lib/handle-user.js +56 -54
- package/lib/handler.js +56 -54
- package/lib/index.js +1 -1
- package/lib/input-number.js +55 -53
- package/lib/input.js +55 -53
- package/lib/login.js +435 -162
- package/lib/main.js +64 -62
- package/lib/nav.js +55 -53
- package/lib/notify.js +60 -58
- package/lib/page.js +55 -53
- package/lib/player.js +55 -53
- package/lib/qr-code.js +55 -53
- package/lib/radio-group.js +55 -53
- package/lib/retrial-auth.js +56 -54
- package/lib/select-ganged.js +55 -53
- package/lib/select.js +55 -53
- package/lib/selector-panel.js +55 -53
- package/lib/selector.js +55 -53
- package/lib/sizer.js +55 -53
- package/lib/steps.js +55 -53
- package/lib/switch.js +55 -53
- package/lib/table-form.js +55 -53
- package/lib/tabs.js +55 -53
- package/lib/tips.js +55 -53
- package/lib/tree-group.js +55 -53
- package/lib/tree.js +55 -53
- package/lib/upload.js +61 -59
- package/lib/wujie.js +55 -53
- package/lib/wxlogin.js +55 -53
- package/package.json +1 -1
- package/packages/login/src/main.vue +4 -0
- package/packages/login/src/resetPassword.vue +413 -95
- package/src/config/api.js +1 -0
- package/src/index.js +1 -1
package/lib/button-group.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__, "
|
|
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__, "
|
|
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__, "
|
|
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__, "
|
|
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__, "
|
|
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__, "
|
|
3011
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3016
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
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__, "
|
|
3021
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3022
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3037
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3043
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
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__, "
|
|
3055
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3056
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3057
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3058
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3059
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3060
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3061
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3062
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3063
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3067
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3068
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3072
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3073
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3077
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3081
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3082
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3083
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3084
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3085
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3086
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3087
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3088
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3089
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3090
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3091
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3092
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3093
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
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'; // 微信扫码登录
|
package/lib/button.js
CHANGED
|
@@ -2980,15 +2980,16 @@ var watermark = function watermark(option) {
|
|
|
2980
2980
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCaLogin; });
|
|
2981
2981
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doUserLogin; });
|
|
2982
2982
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doQrLogin; });
|
|
2983
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2983
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return logout; });
|
|
2984
2984
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return initLogin; });
|
|
2985
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2985
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return switchUserTo; });
|
|
2986
2986
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
2987
2987
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getLoginCode; });
|
|
2988
2988
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCodeLogin; });
|
|
2989
2989
|
/* unused harmony export updateCode */
|
|
2990
2990
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getModifyPassCode; });
|
|
2991
2991
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
|
|
2992
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return loginModifyPassword; });
|
|
2992
2993
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
2993
2994
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return initModifyPassword; });
|
|
2994
2995
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doWechatQrLogin; });
|
|
@@ -2996,11 +2997,11 @@ var watermark = function watermark(option) {
|
|
|
2996
2997
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doTwoFactorLogin; });
|
|
2997
2998
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initRetrialAuth; });
|
|
2998
2999
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getRetrialAuthCode; });
|
|
2999
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3000
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return scanCodeRetrialAuth; });
|
|
3000
3001
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
|
|
3001
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3002
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return mainConfig; });
|
|
3002
3003
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initUserSet; });
|
|
3003
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3004
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateUserInfo; });
|
|
3004
3005
|
/* unused harmony export getUserImgUrl */
|
|
3005
3006
|
/* unused harmony export getDoorIndex */
|
|
3006
3007
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3009,20 +3010,20 @@ var watermark = function watermark(option) {
|
|
|
3009
3010
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getComplexApplications; });
|
|
3010
3011
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplicationsNew; });
|
|
3011
3012
|
/* unused harmony export getUserCustomInfo */
|
|
3012
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3013
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3013
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return updateUserCustomInfo; });
|
|
3014
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sysMsgPage; });
|
|
3014
3015
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return ignoreSysMsg; });
|
|
3015
3016
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return ignoreAllSysMsg; });
|
|
3016
3017
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctProperties; });
|
|
3017
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3018
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3018
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploads; });
|
|
3019
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return uploadOnlyOne; });
|
|
3019
3020
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getAdjunctFileInfos; });
|
|
3020
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3021
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadSort; });
|
|
3021
3022
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return downloadByAdjunctId; });
|
|
3022
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3024
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3025
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3023
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return uploadDownloads; });
|
|
3024
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return previewAdjunct; });
|
|
3025
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return previewAdjunct2; });
|
|
3026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunctOffice; });
|
|
3026
3027
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
|
|
3027
3028
|
/* unused harmony export upload_updateClassify */
|
|
3028
3029
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
@@ -3035,14 +3036,14 @@ var watermark = function watermark(option) {
|
|
|
3035
3036
|
/* unused harmony export findUserBaseInfo */
|
|
3036
3037
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return gethelpdoc; });
|
|
3037
3038
|
/* unused harmony export getCurrentuser */
|
|
3038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3039
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3040
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3039
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return mainDetail; });
|
|
3040
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toStartFlow; });
|
|
3041
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return tempSave; });
|
|
3041
3042
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
|
|
3042
3043
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3043
3044
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return editCommonOpion; });
|
|
3044
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3045
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3045
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return saveCommonOpinion; });
|
|
3046
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return updateCommonOpinion; });
|
|
3046
3047
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
|
|
3047
3048
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getProcessDefList; });
|
|
3048
3049
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getNodeInfo; });
|
|
@@ -3051,52 +3052,52 @@ var watermark = function watermark(option) {
|
|
|
3051
3052
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCodes; });
|
|
3052
3053
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getNotificationMsg; });
|
|
3053
3054
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getHandleInfoHtml; });
|
|
3054
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3055
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskHandleHtml; });
|
|
3055
3056
|
/* unused harmony export getView */
|
|
3056
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3057
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3058
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3059
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3060
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3061
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3062
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3063
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3064
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3065
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3057
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return register; });
|
|
3058
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return pendedhistoryList; });
|
|
3059
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTaskRejectHtml; });
|
|
3060
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskRejectHtml; });
|
|
3061
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toStartTaskRead; });
|
|
3062
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartTaskReadIndex; });
|
|
3063
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskReadHtml; });
|
|
3064
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return rejectAndEnd; });
|
|
3065
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toSendMsg; });
|
|
3066
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendMsg; });
|
|
3066
3067
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return endFlowHtml; });
|
|
3067
3068
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return handleInfo; });
|
|
3068
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3069
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3070
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3069
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return loginUserInfo; });
|
|
3070
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return wss; });
|
|
3071
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return topic; });
|
|
3071
3072
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getPresetCustomInfo; });
|
|
3072
3073
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getPresetNodeInfo; });
|
|
3073
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3074
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3075
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3074
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskTransferIndex; });
|
|
3075
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskTransfer; });
|
|
3076
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toPresetInfoListIndex; });
|
|
3076
3077
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
|
|
3077
3078
|
/* unused harmony export historyListJson */
|
|
3078
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3079
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3079
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return pendedhistoryListJson; });
|
|
3080
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pressListJson; });
|
|
3080
3081
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
|
|
3081
3082
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return isCanStartSubFlow; });
|
|
3082
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3083
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3084
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3085
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3086
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3087
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3088
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3089
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3090
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3091
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3092
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3093
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3094
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3095
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3083
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskUnionExamine; });
|
|
3084
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskUnionExamine; });
|
|
3085
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskTakeAdvice; });
|
|
3086
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskTakeAdvice; });
|
|
3087
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskStartDraft; });
|
|
3088
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskStartDraft; });
|
|
3089
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskReview; });
|
|
3090
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskReview; });
|
|
3091
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskUnionSeal; });
|
|
3092
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskUnionSeal; });
|
|
3093
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTwoOfficesDispatch; });
|
|
3094
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return twoOfficesDispatch; });
|
|
3095
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendList; });
|
|
3096
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return sendInfo; });
|
|
3096
3097
|
/* unused harmony export sendSave */
|
|
3097
3098
|
/* unused harmony export sendUpdate */
|
|
3098
3099
|
/* unused harmony export sendDelete */
|
|
3099
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3100
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return sendBatch; });
|
|
3100
3101
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return formContents; });
|
|
3101
3102
|
// 登录
|
|
3102
3103
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -3111,6 +3112,7 @@ var doCodeLogin = '/sso2/signIn/auth/doCodeLogin'; // 短信、邮箱验证码
|
|
|
3111
3112
|
var updateCode = '/sso2/signIn/assembly/getSmsModifyPassVerificationCode'; // 获取短信验证码(修改密码)
|
|
3112
3113
|
var getModifyPassCode = '/sso2/signIn/assembly/getModifyPassCode'; // 获取修改密码的短信、邮箱验证码
|
|
3113
3114
|
var codeModifyPass = '/sso2/signIn/assembly/codeModifyPass'; // 验证码重置密码
|
|
3115
|
+
var loginModifyPassword = '/sso2/signIn/auth/loginModifyPassword'; // 原始密码重置密码
|
|
3114
3116
|
var authCenter = '/sso2/authCenter/login'; // 单点登录认证中心
|
|
3115
3117
|
var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始化密码修改信息
|
|
3116
3118
|
var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录
|
package/lib/checkbox-group.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__, "
|
|
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__, "
|
|
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__, "
|
|
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__, "
|
|
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__, "
|
|
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__, "
|
|
3011
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3016
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
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__, "
|
|
3021
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3022
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3037
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3043
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
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__, "
|
|
3055
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3056
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3057
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3058
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3059
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3060
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3061
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3062
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3063
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3067
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3068
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3072
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3073
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3077
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3081
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3082
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3083
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3084
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3085
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3086
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3087
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3088
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3089
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3090
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3091
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3092
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3093
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
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'; // 微信扫码登录
|