eoss-ui 0.5.23 → 0.5.25
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/CHANGELOG.md +929 -0
- 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 +67 -61
- package/lib/date-picker.js +55 -53
- package/lib/dialog.js +55 -53
- package/lib/eoss-ui.common.js +993 -635
- package/lib/flow-group.js +55 -53
- package/lib/flow-list.js +58 -56
- package/lib/flow.js +77 -75
- package/lib/form.js +66 -56
- 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 +71 -65
- 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 +479 -433
- package/lib/sizer.js +55 -53
- package/lib/steps.js +55 -53
- package/lib/switch.js +55 -53
- package/lib/table-form.js +88 -61
- package/lib/tabs.js +55 -53
- package/lib/theme-chalk/form.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- 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/data-table/src/column.vue +5 -1
- package/packages/form/src/main.vue +9 -1
- package/packages/form/src/table.vue +21 -2
- package/packages/login/src/main.vue +4 -0
- package/packages/login/src/resetPassword.vue +413 -95
- package/packages/main/src/main.vue +5 -1
- package/packages/selector/src/main.vue +144 -135
- package/packages/theme-chalk/lib/form.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/form.scss +13 -0
- package/src/config/api.js +1 -0
- package/src/index.js +1 -1
package/lib/main.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'; // 微信扫码登录
|
|
@@ -3651,7 +3653,7 @@ module.exports = require("runtime-import");
|
|
|
3651
3653
|
// ESM COMPAT FLAG
|
|
3652
3654
|
__webpack_require__.r(__webpack_exports__);
|
|
3653
3655
|
|
|
3654
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=
|
|
3656
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=ca091d5e&
|
|
3655
3657
|
var render = function () {
|
|
3656
3658
|
var _vm = this
|
|
3657
3659
|
var _h = _vm.$createElement
|
|
@@ -4081,7 +4083,7 @@ var staticRenderFns = []
|
|
|
4081
4083
|
render._withStripped = true
|
|
4082
4084
|
|
|
4083
4085
|
|
|
4084
|
-
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=
|
|
4086
|
+
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=ca091d5e&
|
|
4085
4087
|
|
|
4086
4088
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=799780ee&
|
|
4087
4089
|
var userinfovue_type_template_id_799780ee_render = function () {
|
|
@@ -4383,7 +4385,7 @@ var util = __webpack_require__(0);
|
|
|
4383
4385
|
|
|
4384
4386
|
switch (type) {
|
|
4385
4387
|
case 'job':
|
|
4386
|
-
util["a" /* default */].ajax({ url: api["
|
|
4388
|
+
util["a" /* default */].ajax({ url: api["sb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
|
|
4387
4389
|
if (res.rCode == 0) {
|
|
4388
4390
|
util["a" /* default */].setStorage({
|
|
4389
4391
|
type: _this3.storage,
|
|
@@ -4423,7 +4425,7 @@ var util = __webpack_require__(0);
|
|
|
4423
4425
|
var initLogin = util["a" /* default */].getStorage('initLogin');
|
|
4424
4426
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
4425
4427
|
util["a" /* default */].ajax({
|
|
4426
|
-
url: api["
|
|
4428
|
+
url: api["Vb" /* updateUserInfo */],
|
|
4427
4429
|
params: {
|
|
4428
4430
|
email: this.values.email,
|
|
4429
4431
|
officeTel: this.values.officetel,
|
|
@@ -4480,7 +4482,7 @@ var util = __webpack_require__(0);
|
|
|
4480
4482
|
var notify = _this4.values.notify.sort().join(',');
|
|
4481
4483
|
if (notify != _this4.notify.split(',').sort().join(',')) {
|
|
4482
4484
|
util["a" /* default */].ajax({
|
|
4483
|
-
url: api["
|
|
4485
|
+
url: api["Ub" /* updateUserCustomInfo */],
|
|
4484
4486
|
params: {
|
|
4485
4487
|
notify: notify
|
|
4486
4488
|
}
|
|
@@ -5273,7 +5275,7 @@ messagevue_type_template_id_0fefa521_render._withStripped = true
|
|
|
5273
5275
|
if (this.pageNum <= this.pageCount) {
|
|
5274
5276
|
this.loading = true;
|
|
5275
5277
|
util["a" /* default */].ajax({
|
|
5276
|
-
url: api["
|
|
5278
|
+
url: api["tb" /* sysMsgPage */],
|
|
5277
5279
|
params: {
|
|
5278
5280
|
pageNum: reload ? 1 : this.pageNum,
|
|
5279
5281
|
pageSize: this.pageSize
|
|
@@ -6239,7 +6241,7 @@ var log = util["a" /* default */].getParams('console');
|
|
|
6239
6241
|
//获取用户信息的接口
|
|
6240
6242
|
mainConfig: {
|
|
6241
6243
|
type: String,
|
|
6242
|
-
default: api["
|
|
6244
|
+
default: api["cb" /* mainConfig */]
|
|
6243
6245
|
},
|
|
6244
6246
|
iframeId: {
|
|
6245
6247
|
type: String,
|
|
@@ -6536,11 +6538,14 @@ var log = util["a" /* default */].getParams('console');
|
|
|
6536
6538
|
});
|
|
6537
6539
|
}
|
|
6538
6540
|
util["a" /* default */].win.windowOpen = this.openPage;
|
|
6541
|
+
util["a" /* default */].win.addEventListener('popstate', this.stateHandle, false);
|
|
6539
6542
|
},
|
|
6540
6543
|
|
|
6541
6544
|
methods: {
|
|
6545
|
+
stateHandle: function stateHandle() {
|
|
6546
|
+
util["a" /* default */].win.location.reload();
|
|
6547
|
+
},
|
|
6542
6548
|
menuSuccess: function menuSuccess(res) {
|
|
6543
|
-
// this.menus
|
|
6544
6549
|
this.menuType = 'custom';
|
|
6545
6550
|
if (res && res.length) {
|
|
6546
6551
|
this.customMenu = res;
|
|
@@ -6553,7 +6558,7 @@ var log = util["a" /* default */].getParams('console');
|
|
|
6553
6558
|
var _this = this;
|
|
6554
6559
|
|
|
6555
6560
|
var params = {
|
|
6556
|
-
url: api["
|
|
6561
|
+
url: api["db" /* mainDetail */],
|
|
6557
6562
|
params: { id: id }
|
|
6558
6563
|
};
|
|
6559
6564
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -6675,7 +6680,7 @@ var log = util["a" /* default */].getParams('console');
|
|
|
6675
6680
|
return;
|
|
6676
6681
|
}
|
|
6677
6682
|
util["a" /* default */].ajax({
|
|
6678
|
-
url: api["
|
|
6683
|
+
url: api["Ub" /* updateUserCustomInfo */],
|
|
6679
6684
|
params: { color: escape(color.toLowerCase()) },
|
|
6680
6685
|
data: { color: escape(color.toLowerCase()) }
|
|
6681
6686
|
}).then(function (res) {
|
|
@@ -7685,8 +7690,8 @@ var log = util["a" /* default */].getParams('console');
|
|
|
7685
7690
|
var _this11 = this;
|
|
7686
7691
|
|
|
7687
7692
|
this.webSocket = util["a" /* default */].socket({
|
|
7688
|
-
url: api["
|
|
7689
|
-
take: api["
|
|
7693
|
+
url: api["ac" /* wss */],
|
|
7694
|
+
take: api["Rb" /* topic */],
|
|
7690
7695
|
success: function success(res) {
|
|
7691
7696
|
var data = res.data || {};
|
|
7692
7697
|
for (var i in data) {
|
|
@@ -7845,6 +7850,7 @@ var log = util["a" /* default */].getParams('console');
|
|
|
7845
7850
|
if (this.webSocket) {
|
|
7846
7851
|
this.webSocket.destroy();
|
|
7847
7852
|
}
|
|
7853
|
+
util["a" /* default */].win.removeEventListener('popstate', this.tateHandle);
|
|
7848
7854
|
}
|
|
7849
7855
|
});
|
|
7850
7856
|
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=script&lang=js&
|
package/lib/nav.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'; // 微信扫码登录
|