eoss-ui 0.7.85 → 0.7.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/button-group.js +155 -143
- package/lib/button.js +155 -143
- package/lib/calogin.js +388 -376
- package/lib/checkbox-group.js +157 -145
- package/lib/config/api.js +8 -0
- package/lib/data-table-form.js +157 -145
- package/lib/data-table.js +160 -148
- package/lib/date-picker.js +155 -143
- package/lib/dialog.js +155 -143
- package/lib/eoss-ui.common.js +1702 -1005
- package/lib/flow-group.js +155 -143
- package/lib/flow-list.js +1030 -333
- package/lib/flow.js +537 -521
- package/lib/form.js +157 -145
- package/lib/handle-user.js +156 -144
- package/lib/handler.js +156 -144
- package/lib/icon.js +156 -144
- package/lib/index.js +1 -1
- package/lib/input-number.js +155 -143
- package/lib/input.js +155 -143
- package/lib/login.js +170 -158
- package/lib/main.js +502 -490
- package/lib/nav.js +155 -143
- package/lib/notify.js +158 -146
- package/lib/page.js +155 -143
- package/lib/pagination.js +155 -143
- package/lib/player.js +155 -143
- package/lib/qr-code.js +168 -156
- package/lib/radio-group.js +157 -145
- package/lib/retrial-auth.js +159 -147
- package/lib/select-ganged.js +157 -145
- package/lib/select.js +157 -145
- package/lib/selector-panel.js +173 -161
- package/lib/selector.js +157 -145
- package/lib/sizer.js +157 -145
- package/lib/steps.js +155 -143
- package/lib/switch.js +155 -143
- package/lib/table-form.js +155 -143
- package/lib/tabs.js +155 -143
- package/lib/theme-chalk/flow-list.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/tips.js +156 -144
- package/lib/tree-group.js +155 -143
- package/lib/tree.js +156 -144
- package/lib/upload.js +168 -156
- package/lib/wujie.js +155 -143
- package/lib/wxlogin.js +155 -143
- package/package.json +161 -161
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +412 -412
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +992 -992
- package/packages/data-table/src/main.vue +1840 -1840
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/Circulate.vue +417 -417
- package/packages/flow/src/component/CommonOpinions.vue +376 -376
- package/packages/flow/src/component/CustomPreset.vue +324 -324
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/FreeCirculation.vue +244 -244
- package/packages/flow/src/component/Preset.vue +257 -257
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/SortFlow.vue +110 -110
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +761 -761
- package/packages/flow/src/form.vue +123 -123
- package/packages/flow/src/freeStartFlow.vue +2855 -2855
- package/packages/flow/src/main.vue +4139 -4135
- package/packages/flow/src/processForm.vue +1671 -1671
- package/packages/flow/src/processReject.vue +309 -309
- package/packages/flow/src/reset.vue +946 -946
- package/packages/flow/src/startTaskRead.vue +695 -695
- package/packages/flow/src/supervise.vue +159 -159
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +727 -727
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +2306 -1803
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3901 -3901
- package/packages/form/src/table.vue +1512 -1512
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +137 -137
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +496 -496
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +104 -104
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +2087 -2087
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +503 -503
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +464 -464
- package/packages/main/src/public/settings.vue +273 -273
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +158 -158
- package/packages/main/src/simplicity/index.vue +2328 -2328
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +293 -293
- package/packages/main/src/simplicity/notice.vue +222 -222
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +276 -276
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +401 -401
- package/packages/main/src/simplicityTop/apps.vue +388 -388
- package/packages/main/src/simplicityTop/avatar.vue +82 -82
- package/packages/main/src/simplicityTop/handler.vue +215 -215
- package/packages/main/src/simplicityTop/index.vue +2618 -2618
- package/packages/main/src/simplicityTop/lists.vue +84 -84
- package/packages/main/src/simplicityTop/menu-list.vue +135 -135
- package/packages/main/src/simplicityTop/message.vue +293 -293
- package/packages/main/src/simplicityTop/notice.vue +222 -222
- package/packages/main/src/simplicityTop/router-page.vue +45 -45
- package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
- package/packages/main/src/simplicityTop/user.vue +259 -259
- package/packages/main/src/simplicityTop/userinfo.vue +401 -401
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +595 -595
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +782 -782
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1036 -1036
- package/packages/selector-panel/src/selection.vue +174 -174
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +170 -170
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/gulpfile.js +25 -0
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +297 -297
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +55 -39
- package/packages/theme-chalk/src/flow.scss +373 -373
- package/packages/theme-chalk/src/form.scss +501 -501
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +3452 -3452
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +1006 -1006
- package/packages/theme-chalk/src/main.scss +664 -664
- package/packages/theme-chalk/src/menu.scss +224 -224
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +114 -114
- package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
- package/packages/theme-chalk/src/simplicity.scss +1403 -1403
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1344 -1344
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +146 -146
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +348 -340
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
- package/packages/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/dialog/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/icon/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/menu/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/theme-chalk/lib/base.css +0 -1
- package/packages/theme-chalk/lib/button-group.css +0 -1
- package/packages/theme-chalk/lib/button.css +0 -1
- package/packages/theme-chalk/lib/calendar.css +0 -1
- package/packages/theme-chalk/lib/calogin.css +0 -0
- package/packages/theme-chalk/lib/card.css +0 -1
- package/packages/theme-chalk/lib/cascader.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +0 -1
- package/packages/theme-chalk/lib/clients.css +0 -1
- package/packages/theme-chalk/lib/data-table-form.css +0 -1
- package/packages/theme-chalk/lib/data-table.css +0 -1
- package/packages/theme-chalk/lib/date-picker.css +0 -1
- package/packages/theme-chalk/lib/dialog.css +0 -1
- package/packages/theme-chalk/lib/enable-drag.css +0 -1
- package/packages/theme-chalk/lib/enterprise.css +0 -1
- package/packages/theme-chalk/lib/error-page.css +0 -1
- package/packages/theme-chalk/lib/flow-chart.css +0 -0
- package/packages/theme-chalk/lib/flow-group.css +0 -1
- package/packages/theme-chalk/lib/flow-list.css +0 -1
- package/packages/theme-chalk/lib/flow.css +0 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/form.css +0 -1
- package/packages/theme-chalk/lib/handle-user.css +0 -1
- package/packages/theme-chalk/lib/handler.css +0 -1
- package/packages/theme-chalk/lib/icon.css +0 -1
- package/packages/theme-chalk/lib/icons.css +0 -1
- package/packages/theme-chalk/lib/index.css +0 -1
- package/packages/theme-chalk/lib/input-number.css +0 -0
- package/packages/theme-chalk/lib/input.css +0 -1
- package/packages/theme-chalk/lib/label.css +0 -1
- package/packages/theme-chalk/lib/layout.css +0 -1
- package/packages/theme-chalk/lib/login.css +0 -1
- package/packages/theme-chalk/lib/main.css +0 -1
- package/packages/theme-chalk/lib/menu.css +0 -1
- package/packages/theme-chalk/lib/nav.css +0 -1
- package/packages/theme-chalk/lib/notify.css +0 -0
- package/packages/theme-chalk/lib/page.css +0 -1
- package/packages/theme-chalk/lib/pagination.css +0 -1
- package/packages/theme-chalk/lib/player.css +0 -1
- package/packages/theme-chalk/lib/qr-code.css +0 -1
- package/packages/theme-chalk/lib/radio-group.css +0 -1
- package/packages/theme-chalk/lib/retrial-auth.css +0 -1
- package/packages/theme-chalk/lib/select-ganged.css +0 -1
- package/packages/theme-chalk/lib/select.css +0 -1
- package/packages/theme-chalk/lib/selector-panel.css +0 -1
- package/packages/theme-chalk/lib/selector.css +0 -1
- package/packages/theme-chalk/lib/simplicity-top.css +0 -1
- package/packages/theme-chalk/lib/simplicity.css +0 -1
- package/packages/theme-chalk/lib/sizer.css +0 -1
- package/packages/theme-chalk/lib/steps.css +0 -1
- package/packages/theme-chalk/lib/switch.css +0 -1
- package/packages/theme-chalk/lib/table-form.css +0 -0
- package/packages/theme-chalk/lib/tabs-panel.css +0 -0
- package/packages/theme-chalk/lib/tabs.css +0 -1
- package/packages/theme-chalk/lib/tips.css +0 -1
- package/packages/theme-chalk/lib/toolbar.css +0 -1
- package/packages/theme-chalk/lib/tree-group.css +0 -1
- package/packages/theme-chalk/lib/tree.css +0 -1
- package/packages/theme-chalk/lib/upload.css +0 -1
- package/packages/theme-chalk/lib/wujie.css +0 -0
- package/packages/theme-chalk/lib/wxlogin.css +0 -1
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/src/utils/.DS_Store +0 -0
package/lib/calogin.js
CHANGED
|
@@ -1702,7 +1702,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1702
1702
|
* @param {function} callback - 回调函数
|
|
1703
1703
|
**/
|
|
1704
1704
|
var util_getMainConfig = function getMainConfig(callback) {
|
|
1705
|
-
util_ajax({ url: api["
|
|
1705
|
+
util_ajax({ url: api["zb" /* mainConfig */] }).then(function (res) {
|
|
1706
1706
|
if (res && res.rCode === 0) {
|
|
1707
1707
|
callback(res.results);
|
|
1708
1708
|
}
|
|
@@ -2467,7 +2467,7 @@ var isLogined = function () {
|
|
|
2467
2467
|
break;
|
|
2468
2468
|
}
|
|
2469
2469
|
|
|
2470
|
-
util_ajax({ method: 'post', url: api["
|
|
2470
|
+
util_ajax({ method: 'post', url: api["yb" /* logout */] }).then(function (res) {
|
|
2471
2471
|
if (res.rCode === 0) {
|
|
2472
2472
|
removeStorage();
|
|
2473
2473
|
}
|
|
@@ -3931,167 +3931,171 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3931
3931
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3932
3932
|
|
|
3933
3933
|
"use strict";
|
|
3934
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3935
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3936
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3937
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3938
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3939
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3940
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3941
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3942
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3934
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doCaLogin; });
|
|
3935
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doUserLogin; });
|
|
3936
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doQrLogin; });
|
|
3937
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return logout; });
|
|
3938
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initLogin; });
|
|
3939
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return switchUserTo; });
|
|
3940
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
|
|
3941
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getLoginCode; });
|
|
3942
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doCodeLogin; });
|
|
3943
3943
|
/* unused harmony export updateCode */
|
|
3944
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3945
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3946
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3944
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getModifyPassCode; });
|
|
3945
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeModifyPass; });
|
|
3946
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return loginModifyPassword; });
|
|
3947
3947
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3948
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3949
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3950
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3951
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3952
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3953
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3954
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3955
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3956
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3957
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3958
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3959
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3960
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3961
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3962
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3948
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initModifyPassword; });
|
|
3949
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doWechatQrLogin; });
|
|
3950
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getTwoFactorLoginCode; });
|
|
3951
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doTwoFactorLogin; });
|
|
3952
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return initRetrialAuth; });
|
|
3953
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getRetrialAuthCode; });
|
|
3954
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return scanCodeRetrialAuth; });
|
|
3955
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return codeRetrialAuth; });
|
|
3956
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doAssistanceQrLogin; });
|
|
3957
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return userOnline; });
|
|
3958
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getUserAppWithTag; });
|
|
3959
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return recordUserApp; });
|
|
3960
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return mainConfig; });
|
|
3961
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return initUserSet; });
|
|
3962
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return updateUserInfo; });
|
|
3963
3963
|
/* unused harmony export getUserImgUrl */
|
|
3964
3964
|
/* unused harmony export getDoorIndex */
|
|
3965
3965
|
/* unused harmony export refreshOnlineUsers */
|
|
3966
3966
|
/* unused harmony export getQuickMenuIds */
|
|
3967
3967
|
/* unused harmony export getApplicationIdArray */
|
|
3968
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3969
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3968
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getComplexApplications; });
|
|
3969
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getComplexApplicationsNew; });
|
|
3970
3970
|
/* unused harmony export getUserCustomInfo */
|
|
3971
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3972
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3973
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3974
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3975
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3976
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3977
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3978
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3979
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3980
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3981
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3982
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3983
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3984
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3985
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3986
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3987
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3971
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return updateUserCustomInfo; });
|
|
3972
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sysMsgPage; });
|
|
3973
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return ignoreSysMsg; });
|
|
3974
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return ignoreAllSysMsg; });
|
|
3975
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return searchType; });
|
|
3976
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getSysParam; });
|
|
3977
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getAdjunctProperties; });
|
|
3978
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return uploads; });
|
|
3979
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return uploadOnlyOne; });
|
|
3980
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getAdjunctFileInfos; });
|
|
3981
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return uploadSort; });
|
|
3982
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return downloadByAdjunctId; });
|
|
3983
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return uploadDownloads; });
|
|
3984
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunct; });
|
|
3985
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return previewAdjunct2; });
|
|
3986
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return previewAdjunctOffice; });
|
|
3987
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return delAdjunct; });
|
|
3988
3988
|
/* unused harmony export upload_updateClassify */
|
|
3989
3989
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3990
3990
|
/* unused harmony export getPictureBase64 */
|
|
3991
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3992
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3993
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3994
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3995
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3996
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3991
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSelectorOrgTree; });
|
|
3992
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getSelectorOrgDetail; });
|
|
3993
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getOrgMainTree; });
|
|
3994
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectOrgsubids; });
|
|
3995
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysCode; });
|
|
3996
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getDictList; });
|
|
3997
3997
|
/* unused harmony export findUserBaseInfo */
|
|
3998
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3998
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return gethelpdoc; });
|
|
3999
3999
|
/* unused harmony export getCurrentuser */
|
|
4000
4000
|
/* unused harmony export mainDetail */
|
|
4001
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4002
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4003
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4001
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toStartFlow; });
|
|
4002
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return tempSave; });
|
|
4003
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return commonOpion; });
|
|
4004
4004
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
4005
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4006
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4007
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4008
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4009
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4010
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4011
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4012
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4013
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4014
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4015
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4016
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4005
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return editCommonOpion; });
|
|
4006
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return saveCommonOpinion; });
|
|
4007
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return updateCommonOpinion; });
|
|
4008
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteCommonOpion; });
|
|
4009
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getProcessDefList; });
|
|
4010
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNodeInfo; });
|
|
4011
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findCodeValues; });
|
|
4012
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return findSysParam; });
|
|
4013
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return findSysCodes; });
|
|
4014
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getNotificationMsg; });
|
|
4015
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getHandleInfoHtml; });
|
|
4016
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskHandleHtml; });
|
|
4017
4017
|
/* unused harmony export getView */
|
|
4018
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4019
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4020
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4021
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4022
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4024
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4025
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4026
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4027
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4028
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4029
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4030
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4031
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4032
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4033
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4034
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4035
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4036
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4037
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4018
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return register; });
|
|
4019
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryList; });
|
|
4020
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskRejectHtml; });
|
|
4021
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskRejectHtml; });
|
|
4022
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toStartTaskRead; });
|
|
4023
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toStartTaskReadIndex; });
|
|
4024
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskReadHtml; });
|
|
4025
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return rejectAndEnd; });
|
|
4026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toSendMsg; });
|
|
4027
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sendMsg; });
|
|
4028
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return endFlowHtml; });
|
|
4029
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return handleInfo; });
|
|
4030
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return loginUserInfo; });
|
|
4031
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return wss; });
|
|
4032
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return topic; });
|
|
4033
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getPresetCustomInfo; });
|
|
4034
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getPresetNodeInfo; });
|
|
4035
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskTransferIndex; });
|
|
4036
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskTransfer; });
|
|
4037
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toPresetInfoListIndex; });
|
|
4038
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return deletePresetInfo; });
|
|
4039
4039
|
/* unused harmony export historyListJson */
|
|
4040
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4041
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4042
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4043
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4044
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4045
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4046
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4047
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4048
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4049
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4050
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4051
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4052
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4053
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4054
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4055
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4056
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4057
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4058
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4059
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4060
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4061
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4062
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4063
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4064
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4065
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4066
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4067
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4068
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4069
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4070
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4071
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4072
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4073
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4040
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pendedhistoryListJson; });
|
|
4041
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return pressListJson; });
|
|
4042
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deleteFlow; });
|
|
4043
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return modifyFlow; });
|
|
4044
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return isCanStartSubFlow; });
|
|
4045
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskUnionExamine; });
|
|
4046
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskUnionExamine; });
|
|
4047
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskTakeAdvice; });
|
|
4048
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskTakeAdvice; });
|
|
4049
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskStartDraft; });
|
|
4050
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskSupervise; });
|
|
4051
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskSuperviseSub; });
|
|
4052
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskStartDraft; });
|
|
4053
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskReview; });
|
|
4054
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskReview; });
|
|
4055
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskUnionSeal; });
|
|
4056
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskUnionSeal; });
|
|
4057
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTwoOfficesDispatch; });
|
|
4058
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return twoOfficesDispatch; });
|
|
4059
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toResetProcessIndex; });
|
|
4060
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return resetProcess; });
|
|
4061
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskContinuationIndex; });
|
|
4062
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskContinuation; });
|
|
4063
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getFreeStartFlowParams; });
|
|
4064
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return freeStartFlowWithSubmitTask; });
|
|
4065
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
|
|
4066
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return pendedhistoryListWithCircularReadJson; });
|
|
4067
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return fyListJson; });
|
|
4068
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return resetJson; });
|
|
4069
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deletedListJson; });
|
|
4070
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return restoredHistory; });
|
|
4071
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
|
|
4072
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return circularReadWithdraw; });
|
|
4073
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskReadWithDraw; });
|
|
4074
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
4075
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
4076
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return sendList; });
|
|
4077
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sendInfo; });
|
|
4074
4078
|
/* unused harmony export sendSave */
|
|
4075
4079
|
/* unused harmony export sendUpdate */
|
|
4076
4080
|
/* unused harmony export sendDelete */
|
|
4077
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4078
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4079
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4080
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4081
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4082
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4083
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4084
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4085
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4086
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4087
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4088
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4089
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4090
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4091
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4092
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4093
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4094
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4081
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return sendBatch; });
|
|
4082
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return formContents; });
|
|
4083
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return directStartTaskCircularRead; });
|
|
4084
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return endFlowAndStartTaskCircularRead; });
|
|
4085
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getNodeInfoForStart; });
|
|
4086
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeStartFlow; });
|
|
4087
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUrgencyLevelChangedNotificationType; });
|
|
4088
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toFreeTaskCircularRead; });
|
|
4089
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return isCancelSecondConfirmation; });
|
|
4090
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return freeTaskCircularRead; });
|
|
4091
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toDefinitionChangeSort; });
|
|
4092
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return setSort; });
|
|
4093
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return queryUseCommonMenu; });
|
|
4094
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getIndexCount; });
|
|
4095
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getVoteMeetingNum; });
|
|
4096
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getUserTipsInstanceNum; });
|
|
4097
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getShareFilesReceiveCountNew; });
|
|
4098
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return queryChildMenuUrl; });
|
|
4095
4099
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
4096
4100
|
// 登录
|
|
4097
4101
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -4330,6 +4334,14 @@ var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStarted
|
|
|
4330
4334
|
var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
|
|
4331
4335
|
// 获取分阅情况列表
|
|
4332
4336
|
var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
|
|
4337
|
+
// 获取重设记录列表
|
|
4338
|
+
var resetJson = '/bpm/wfResetRecord/listJson.dhtml';
|
|
4339
|
+
// 获取删除记录列表
|
|
4340
|
+
var deletedListJson = '/bpm/pendedhistoryManager/deletedListJson.dhtml';
|
|
4341
|
+
// 恢复删除记录
|
|
4342
|
+
var restoredHistory = '/bpm/pendedhistoryManager/restoredHistory.dhtml';
|
|
4343
|
+
// 批量删除
|
|
4344
|
+
var batchDelete = '/bpm/pendedhistoryManager/batchDelete.dhtml';
|
|
4333
4345
|
|
|
4334
4346
|
// 传阅列表撤回
|
|
4335
4347
|
var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
|
|
@@ -4605,8 +4617,8 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
4605
4617
|
|
|
4606
4618
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
4607
4619
|
|
|
4608
|
-
/**
|
|
4609
|
-
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
4620
|
+
/**
|
|
4621
|
+
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
4610
4622
|
*/
|
|
4611
4623
|
var CA_ExtInterface = function () {
|
|
4612
4624
|
function CA_ExtInterface() {
|
|
@@ -4619,11 +4631,11 @@ var CA_ExtInterface = function () {
|
|
|
4619
4631
|
this.init();
|
|
4620
4632
|
}
|
|
4621
4633
|
|
|
4622
|
-
/**
|
|
4623
|
-
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
4624
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
4625
|
-
* @param {Object} target - 目标对象
|
|
4626
|
-
* @param {Object} options - 新的选项对象
|
|
4634
|
+
/**
|
|
4635
|
+
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
4636
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
4637
|
+
* @param {Object} target - 目标对象
|
|
4638
|
+
* @param {Object} options - 新的选项对象
|
|
4627
4639
|
*/
|
|
4628
4640
|
|
|
4629
4641
|
|
|
@@ -4638,8 +4650,8 @@ var CA_ExtInterface = function () {
|
|
|
4638
4650
|
}
|
|
4639
4651
|
};
|
|
4640
4652
|
|
|
4641
|
-
/**
|
|
4642
|
-
* 检查当前会话的 WebSocket URL
|
|
4653
|
+
/**
|
|
4654
|
+
* 检查当前会话的 WebSocket URL
|
|
4643
4655
|
*/
|
|
4644
4656
|
|
|
4645
4657
|
|
|
@@ -4653,8 +4665,8 @@ var CA_ExtInterface = function () {
|
|
|
4653
4665
|
}
|
|
4654
4666
|
};
|
|
4655
4667
|
|
|
4656
|
-
/**
|
|
4657
|
-
* 检查是否使用 ActiveX
|
|
4668
|
+
/**
|
|
4669
|
+
* 检查是否使用 ActiveX
|
|
4658
4670
|
*/
|
|
4659
4671
|
|
|
4660
4672
|
|
|
@@ -4666,11 +4678,11 @@ var CA_ExtInterface = function () {
|
|
|
4666
4678
|
}
|
|
4667
4679
|
};
|
|
4668
4680
|
|
|
4669
|
-
/**
|
|
4670
|
-
* 扩展发送消息并等待响应
|
|
4671
|
-
* @param {string} operatorCmd - 操作命令
|
|
4672
|
-
* @param {string} sendMsg - 发送的消息
|
|
4673
|
-
* @returns {string} 响应消息
|
|
4681
|
+
/**
|
|
4682
|
+
* 扩展发送消息并等待响应
|
|
4683
|
+
* @param {string} operatorCmd - 操作命令
|
|
4684
|
+
* @param {string} sendMsg - 发送的消息
|
|
4685
|
+
* @returns {string} 响应消息
|
|
4674
4686
|
*/
|
|
4675
4687
|
|
|
4676
4688
|
|
|
@@ -4680,11 +4692,11 @@ var CA_ExtInterface = function () {
|
|
|
4680
4692
|
return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
|
|
4681
4693
|
};
|
|
4682
4694
|
|
|
4683
|
-
/**
|
|
4684
|
-
* 发送消息并等待响应
|
|
4685
|
-
* @param {string} wsurl - WebSocket URL
|
|
4686
|
-
* @param {string} sendMsg - 发送的消息
|
|
4687
|
-
* @returns {string} 响应消息
|
|
4695
|
+
/**
|
|
4696
|
+
* 发送消息并等待响应
|
|
4697
|
+
* @param {string} wsurl - WebSocket URL
|
|
4698
|
+
* @param {string} sendMsg - 发送的消息
|
|
4699
|
+
* @returns {string} 响应消息
|
|
4688
4700
|
*/
|
|
4689
4701
|
|
|
4690
4702
|
|
|
@@ -4708,9 +4720,9 @@ var CA_ExtInterface = function () {
|
|
|
4708
4720
|
return ResultMsg;
|
|
4709
4721
|
};
|
|
4710
4722
|
|
|
4711
|
-
/**
|
|
4712
|
-
* 配置选项
|
|
4713
|
-
* @param {Object} extendOption - 扩展选项
|
|
4723
|
+
/**
|
|
4724
|
+
* 配置选项
|
|
4725
|
+
* @param {Object} extendOption - 扩展选项
|
|
4714
4726
|
*/
|
|
4715
4727
|
|
|
4716
4728
|
|
|
@@ -4720,8 +4732,8 @@ var CA_ExtInterface = function () {
|
|
|
4720
4732
|
}
|
|
4721
4733
|
};
|
|
4722
4734
|
|
|
4723
|
-
/**
|
|
4724
|
-
* 初始化
|
|
4735
|
+
/**
|
|
4736
|
+
* 初始化
|
|
4725
4737
|
*/
|
|
4726
4738
|
|
|
4727
4739
|
|
|
@@ -4729,9 +4741,9 @@ var CA_ExtInterface = function () {
|
|
|
4729
4741
|
this.isUseActioveX();
|
|
4730
4742
|
};
|
|
4731
4743
|
|
|
4732
|
-
/**
|
|
4733
|
-
* 返回客户端的版本
|
|
4734
|
-
* @returns {string} 客户端版本
|
|
4744
|
+
/**
|
|
4745
|
+
* 返回客户端的版本
|
|
4746
|
+
* @returns {string} 客户端版本
|
|
4735
4747
|
*/
|
|
4736
4748
|
|
|
4737
4749
|
|
|
@@ -4744,13 +4756,13 @@ var CA_ExtInterface = function () {
|
|
|
4744
4756
|
}
|
|
4745
4757
|
};
|
|
4746
4758
|
|
|
4747
|
-
/**
|
|
4748
|
-
* 下载客户端程序并安装
|
|
4749
|
-
* @param {string} bstrURL - 下载地址
|
|
4750
|
-
* @param {string} bstrHashValue - 哈希值
|
|
4751
|
-
* @param {boolean} bSync - 是否同步安装
|
|
4752
|
-
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
4753
|
-
* @returns {number} 安装结果
|
|
4759
|
+
/**
|
|
4760
|
+
* 下载客户端程序并安装
|
|
4761
|
+
* @param {string} bstrURL - 下载地址
|
|
4762
|
+
* @param {string} bstrHashValue - 哈希值
|
|
4763
|
+
* @param {boolean} bSync - 是否同步安装
|
|
4764
|
+
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
4765
|
+
* @returns {number} 安装结果
|
|
4754
4766
|
*/
|
|
4755
4767
|
|
|
4756
4768
|
|
|
@@ -4764,11 +4776,11 @@ var CA_ExtInterface = function () {
|
|
|
4764
4776
|
}
|
|
4765
4777
|
};
|
|
4766
4778
|
|
|
4767
|
-
/**
|
|
4768
|
-
* 获取硬件指纹信息
|
|
4769
|
-
* @param {number} dwSign - 签名
|
|
4770
|
-
* @param {string} strGateWayIP - 网关 IP
|
|
4771
|
-
* @returns {string} 硬件指纹信息
|
|
4779
|
+
/**
|
|
4780
|
+
* 获取硬件指纹信息
|
|
4781
|
+
* @param {number} dwSign - 签名
|
|
4782
|
+
* @param {string} strGateWayIP - 网关 IP
|
|
4783
|
+
* @returns {string} 硬件指纹信息
|
|
4772
4784
|
*/
|
|
4773
4785
|
|
|
4774
4786
|
|
|
@@ -4782,12 +4794,12 @@ var CA_ExtInterface = function () {
|
|
|
4782
4794
|
}
|
|
4783
4795
|
};
|
|
4784
4796
|
|
|
4785
|
-
/**
|
|
4786
|
-
* 设置转发策略和代填策略
|
|
4787
|
-
* @param {string} strProxyPolicy - 转发策略
|
|
4788
|
-
* @param {string} strSSOPolicy - 代填策略
|
|
4789
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
4790
|
-
* @returns {number} 设置结果
|
|
4797
|
+
/**
|
|
4798
|
+
* 设置转发策略和代填策略
|
|
4799
|
+
* @param {string} strProxyPolicy - 转发策略
|
|
4800
|
+
* @param {string} strSSOPolicy - 代填策略
|
|
4801
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
4802
|
+
* @returns {number} 设置结果
|
|
4791
4803
|
*/
|
|
4792
4804
|
|
|
4793
4805
|
|
|
@@ -4801,11 +4813,11 @@ var CA_ExtInterface = function () {
|
|
|
4801
4813
|
}
|
|
4802
4814
|
};
|
|
4803
4815
|
|
|
4804
|
-
/**
|
|
4805
|
-
* 启动认证信息模块
|
|
4806
|
-
* @param {string} strFileName - 文件名
|
|
4807
|
-
* @param {string} strXmlData - XML 数据
|
|
4808
|
-
* @returns {string} 认证信息
|
|
4816
|
+
/**
|
|
4817
|
+
* 启动认证信息模块
|
|
4818
|
+
* @param {string} strFileName - 文件名
|
|
4819
|
+
* @param {string} strXmlData - XML 数据
|
|
4820
|
+
* @returns {string} 认证信息
|
|
4809
4821
|
*/
|
|
4810
4822
|
|
|
4811
4823
|
|
|
@@ -4819,10 +4831,10 @@ var CA_ExtInterface = function () {
|
|
|
4819
4831
|
}
|
|
4820
4832
|
};
|
|
4821
4833
|
|
|
4822
|
-
/**
|
|
4823
|
-
* 打开 BS 应用
|
|
4824
|
-
* @param {string} strUrl - 应用 URL
|
|
4825
|
-
* @returns {number} 打开结果
|
|
4834
|
+
/**
|
|
4835
|
+
* 打开 BS 应用
|
|
4836
|
+
* @param {string} strUrl - 应用 URL
|
|
4837
|
+
* @returns {number} 打开结果
|
|
4826
4838
|
*/
|
|
4827
4839
|
|
|
4828
4840
|
|
|
@@ -4836,12 +4848,12 @@ var CA_ExtInterface = function () {
|
|
|
4836
4848
|
}
|
|
4837
4849
|
};
|
|
4838
4850
|
|
|
4839
|
-
/**
|
|
4840
|
-
* 打开 CS 应用
|
|
4841
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
4842
|
-
* @param {string} strAppFlag - 应用标识
|
|
4843
|
-
* @param {string} strAppPath - 应用路径
|
|
4844
|
-
* @returns {number} 打开结果
|
|
4851
|
+
/**
|
|
4852
|
+
* 打开 CS 应用
|
|
4853
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
4854
|
+
* @param {string} strAppFlag - 应用标识
|
|
4855
|
+
* @param {string} strAppPath - 应用路径
|
|
4856
|
+
* @returns {number} 打开结果
|
|
4845
4857
|
*/
|
|
4846
4858
|
|
|
4847
4859
|
|
|
@@ -4855,13 +4867,13 @@ var CA_ExtInterface = function () {
|
|
|
4855
4867
|
}
|
|
4856
4868
|
};
|
|
4857
4869
|
|
|
4858
|
-
/**
|
|
4859
|
-
* 设置自动更新策略
|
|
4860
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
4861
|
-
* @param {number} nGatewayPort - 网关端口
|
|
4862
|
-
* @param {string} strUserToken - 用户令牌
|
|
4863
|
-
* @param {number} updatedelay - 更新延迟
|
|
4864
|
-
* @returns {number} 设置结果
|
|
4870
|
+
/**
|
|
4871
|
+
* 设置自动更新策略
|
|
4872
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
4873
|
+
* @param {number} nGatewayPort - 网关端口
|
|
4874
|
+
* @param {string} strUserToken - 用户令牌
|
|
4875
|
+
* @param {number} updatedelay - 更新延迟
|
|
4876
|
+
* @returns {number} 设置结果
|
|
4865
4877
|
*/
|
|
4866
4878
|
|
|
4867
4879
|
|
|
@@ -4875,10 +4887,10 @@ var CA_ExtInterface = function () {
|
|
|
4875
4887
|
}
|
|
4876
4888
|
};
|
|
4877
4889
|
|
|
4878
|
-
/**
|
|
4879
|
-
* 获取客户端 IP
|
|
4880
|
-
* @param {string} strGatewayIP - 网关 IP
|
|
4881
|
-
* @returns {string} 客户端 IP
|
|
4890
|
+
/**
|
|
4891
|
+
* 获取客户端 IP
|
|
4892
|
+
* @param {string} strGatewayIP - 网关 IP
|
|
4893
|
+
* @returns {string} 客户端 IP
|
|
4882
4894
|
*/
|
|
4883
4895
|
|
|
4884
4896
|
|
|
@@ -4892,10 +4904,10 @@ var CA_ExtInterface = function () {
|
|
|
4892
4904
|
}
|
|
4893
4905
|
};
|
|
4894
4906
|
|
|
4895
|
-
/**
|
|
4896
|
-
* 登出网关
|
|
4897
|
-
* @param {string} strServerIP - 服务器 IP
|
|
4898
|
-
* @returns {number} 登出结果
|
|
4907
|
+
/**
|
|
4908
|
+
* 登出网关
|
|
4909
|
+
* @param {string} strServerIP - 服务器 IP
|
|
4910
|
+
* @returns {number} 登出结果
|
|
4899
4911
|
*/
|
|
4900
4912
|
|
|
4901
4913
|
|
|
@@ -4909,11 +4921,11 @@ var CA_ExtInterface = function () {
|
|
|
4909
4921
|
}
|
|
4910
4922
|
};
|
|
4911
4923
|
|
|
4912
|
-
/**
|
|
4913
|
-
* 运行安装包
|
|
4914
|
-
* @param {number} lRunType - 运行类型
|
|
4915
|
-
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
4916
|
-
* @returns {number} 运行结果
|
|
4924
|
+
/**
|
|
4925
|
+
* 运行安装包
|
|
4926
|
+
* @param {number} lRunType - 运行类型
|
|
4927
|
+
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
4928
|
+
* @returns {number} 运行结果
|
|
4917
4929
|
*/
|
|
4918
4930
|
|
|
4919
4931
|
|
|
@@ -4927,9 +4939,9 @@ var CA_ExtInterface = function () {
|
|
|
4927
4939
|
}
|
|
4928
4940
|
};
|
|
4929
4941
|
|
|
4930
|
-
/**
|
|
4931
|
-
* 获取下载进度
|
|
4932
|
-
* @returns {number} 下载进度
|
|
4942
|
+
/**
|
|
4943
|
+
* 获取下载进度
|
|
4944
|
+
* @returns {number} 下载进度
|
|
4933
4945
|
*/
|
|
4934
4946
|
|
|
4935
4947
|
|
|
@@ -4943,9 +4955,9 @@ var CA_ExtInterface = function () {
|
|
|
4943
4955
|
}
|
|
4944
4956
|
};
|
|
4945
4957
|
|
|
4946
|
-
/**
|
|
4947
|
-
* 是否安装完成
|
|
4948
|
-
* @returns {boolean} 安装完成状态
|
|
4958
|
+
/**
|
|
4959
|
+
* 是否安装完成
|
|
4960
|
+
* @returns {boolean} 安装完成状态
|
|
4949
4961
|
*/
|
|
4950
4962
|
|
|
4951
4963
|
|
|
@@ -4959,11 +4971,11 @@ var CA_ExtInterface = function () {
|
|
|
4959
4971
|
}
|
|
4960
4972
|
};
|
|
4961
4973
|
|
|
4962
|
-
/**
|
|
4963
|
-
* 初始化签包对象
|
|
4964
|
-
* @param {string} strAlgType - 算法类型
|
|
4965
|
-
* @param {string} strAuxParam - 辅助参数
|
|
4966
|
-
* @returns {number} 初始化结果
|
|
4974
|
+
/**
|
|
4975
|
+
* 初始化签包对象
|
|
4976
|
+
* @param {string} strAlgType - 算法类型
|
|
4977
|
+
* @param {string} strAuxParam - 辅助参数
|
|
4978
|
+
* @returns {number} 初始化结果
|
|
4967
4979
|
*/
|
|
4968
4980
|
|
|
4969
4981
|
|
|
@@ -4977,10 +4989,10 @@ var CA_ExtInterface = function () {
|
|
|
4977
4989
|
}
|
|
4978
4990
|
};
|
|
4979
4991
|
|
|
4980
|
-
/**
|
|
4981
|
-
* 设置摘要算法
|
|
4982
|
-
* @param {string} strDigestAlg - 摘要算法
|
|
4983
|
-
* @returns {number} 设置结果
|
|
4992
|
+
/**
|
|
4993
|
+
* 设置摘要算法
|
|
4994
|
+
* @param {string} strDigestAlg - 摘要算法
|
|
4995
|
+
* @returns {number} 设置结果
|
|
4984
4996
|
*/
|
|
4985
4997
|
|
|
4986
4998
|
|
|
@@ -4994,10 +5006,10 @@ var CA_ExtInterface = function () {
|
|
|
4994
5006
|
}
|
|
4995
5007
|
};
|
|
4996
5008
|
|
|
4997
|
-
/**
|
|
4998
|
-
* 设置单证书是否弹出对话框
|
|
4999
|
-
* @param {number} isChoose - 是否弹出对话框
|
|
5000
|
-
* @returns {number} 设置结果
|
|
5009
|
+
/**
|
|
5010
|
+
* 设置单证书是否弹出对话框
|
|
5011
|
+
* @param {number} isChoose - 是否弹出对话框
|
|
5012
|
+
* @returns {number} 设置结果
|
|
5001
5013
|
*/
|
|
5002
5014
|
|
|
5003
5015
|
|
|
@@ -5011,11 +5023,11 @@ var CA_ExtInterface = function () {
|
|
|
5011
5023
|
}
|
|
5012
5024
|
};
|
|
5013
5025
|
|
|
5014
|
-
/**
|
|
5015
|
-
* 添加证书过滤条件
|
|
5016
|
-
* @param {number} ulType - 过滤类型
|
|
5017
|
-
* @param {string} strValue - 过滤值
|
|
5018
|
-
* @returns {number} 添加结果
|
|
5026
|
+
/**
|
|
5027
|
+
* 添加证书过滤条件
|
|
5028
|
+
* @param {number} ulType - 过滤类型
|
|
5029
|
+
* @param {string} strValue - 过滤值
|
|
5030
|
+
* @returns {number} 添加结果
|
|
5019
5031
|
*/
|
|
5020
5032
|
|
|
5021
5033
|
|
|
@@ -5029,9 +5041,9 @@ var CA_ExtInterface = function () {
|
|
|
5029
5041
|
}
|
|
5030
5042
|
};
|
|
5031
5043
|
|
|
5032
|
-
/**
|
|
5033
|
-
* 清除所有过滤条件
|
|
5034
|
-
* @returns {number} 清除结果
|
|
5044
|
+
/**
|
|
5045
|
+
* 清除所有过滤条件
|
|
5046
|
+
* @returns {number} 清除结果
|
|
5035
5047
|
*/
|
|
5036
5048
|
|
|
5037
5049
|
|
|
@@ -5045,10 +5057,10 @@ var CA_ExtInterface = function () {
|
|
|
5045
5057
|
}
|
|
5046
5058
|
};
|
|
5047
5059
|
|
|
5048
|
-
/**
|
|
5049
|
-
* P1 签名
|
|
5050
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
5051
|
-
* @returns {string} 签名结果
|
|
5060
|
+
/**
|
|
5061
|
+
* P1 签名
|
|
5062
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
5063
|
+
* @returns {string} 签名结果
|
|
5052
5064
|
*/
|
|
5053
5065
|
|
|
5054
5066
|
|
|
@@ -5062,10 +5074,10 @@ var CA_ExtInterface = function () {
|
|
|
5062
5074
|
}
|
|
5063
5075
|
};
|
|
5064
5076
|
|
|
5065
|
-
/**
|
|
5066
|
-
* P1 签名字符串
|
|
5067
|
-
* @param {string} strValue - 待签名的字符串
|
|
5068
|
-
* @returns {string} 签名结果
|
|
5077
|
+
/**
|
|
5078
|
+
* P1 签名字符串
|
|
5079
|
+
* @param {string} strValue - 待签名的字符串
|
|
5080
|
+
* @returns {string} 签名结果
|
|
5069
5081
|
*/
|
|
5070
5082
|
|
|
5071
5083
|
|
|
@@ -5079,12 +5091,12 @@ var CA_ExtInterface = function () {
|
|
|
5079
5091
|
}
|
|
5080
5092
|
};
|
|
5081
5093
|
|
|
5082
|
-
/**
|
|
5083
|
-
* P7 签名
|
|
5084
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
5085
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
5086
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
5087
|
-
* @returns {string} 签名结果
|
|
5094
|
+
/**
|
|
5095
|
+
* P7 签名
|
|
5096
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
5097
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
5098
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
5099
|
+
* @returns {string} 签名结果
|
|
5088
5100
|
*/
|
|
5089
5101
|
|
|
5090
5102
|
|
|
@@ -5098,12 +5110,12 @@ var CA_ExtInterface = function () {
|
|
|
5098
5110
|
}
|
|
5099
5111
|
};
|
|
5100
5112
|
|
|
5101
|
-
/**
|
|
5102
|
-
* P7 签名字符串
|
|
5103
|
-
* @param {string} strValue - 待签名的字符串
|
|
5104
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
5105
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
5106
|
-
* @returns {string} 签名结果
|
|
5113
|
+
/**
|
|
5114
|
+
* P7 签名字符串
|
|
5115
|
+
* @param {string} strValue - 待签名的字符串
|
|
5116
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
5117
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
5118
|
+
* @returns {string} 签名结果
|
|
5107
5119
|
*/
|
|
5108
5120
|
|
|
5109
5121
|
|
|
@@ -5117,9 +5129,9 @@ var CA_ExtInterface = function () {
|
|
|
5117
5129
|
}
|
|
5118
5130
|
};
|
|
5119
5131
|
|
|
5120
|
-
/**
|
|
5121
|
-
* 释放签名对象
|
|
5122
|
-
* @returns {number} 释放结果
|
|
5132
|
+
/**
|
|
5133
|
+
* 释放签名对象
|
|
5134
|
+
* @returns {number} 释放结果
|
|
5123
5135
|
*/
|
|
5124
5136
|
|
|
5125
5137
|
|
|
@@ -5133,9 +5145,9 @@ var CA_ExtInterface = function () {
|
|
|
5133
5145
|
}
|
|
5134
5146
|
};
|
|
5135
5147
|
|
|
5136
|
-
/**
|
|
5137
|
-
* 获取签名版本
|
|
5138
|
-
* @returns {string} 签名版本
|
|
5148
|
+
/**
|
|
5149
|
+
* 获取签名版本
|
|
5150
|
+
* @returns {string} 签名版本
|
|
5139
5151
|
*/
|
|
5140
5152
|
|
|
5141
5153
|
|
|
@@ -5149,9 +5161,9 @@ var CA_ExtInterface = function () {
|
|
|
5149
5161
|
}
|
|
5150
5162
|
};
|
|
5151
5163
|
|
|
5152
|
-
/**
|
|
5153
|
-
* 获取签名证书
|
|
5154
|
-
* @returns {string} 签名证书
|
|
5164
|
+
/**
|
|
5165
|
+
* 获取签名证书
|
|
5166
|
+
* @returns {string} 签名证书
|
|
5155
5167
|
*/
|
|
5156
5168
|
|
|
5157
5169
|
|
|
@@ -5165,9 +5177,9 @@ var CA_ExtInterface = function () {
|
|
|
5165
5177
|
}
|
|
5166
5178
|
};
|
|
5167
5179
|
|
|
5168
|
-
/**
|
|
5169
|
-
* 获取错误码
|
|
5170
|
-
* @returns {number} 错误码
|
|
5180
|
+
/**
|
|
5181
|
+
* 获取错误码
|
|
5182
|
+
* @returns {number} 错误码
|
|
5171
5183
|
*/
|
|
5172
5184
|
|
|
5173
5185
|
|
|
@@ -5181,9 +5193,9 @@ var CA_ExtInterface = function () {
|
|
|
5181
5193
|
}
|
|
5182
5194
|
};
|
|
5183
5195
|
|
|
5184
|
-
/**
|
|
5185
|
-
* 获取错误信息
|
|
5186
|
-
* @returns {string} 错误信息
|
|
5196
|
+
/**
|
|
5197
|
+
* 获取错误信息
|
|
5198
|
+
* @returns {string} 错误信息
|
|
5187
5199
|
*/
|
|
5188
5200
|
|
|
5189
5201
|
|
|
@@ -5197,9 +5209,9 @@ var CA_ExtInterface = function () {
|
|
|
5197
5209
|
}
|
|
5198
5210
|
};
|
|
5199
5211
|
|
|
5200
|
-
/**
|
|
5201
|
-
* 销毁认证对象
|
|
5202
|
-
* @returns {number} 销毁结果
|
|
5212
|
+
/**
|
|
5213
|
+
* 销毁认证对象
|
|
5214
|
+
* @returns {number} 销毁结果
|
|
5203
5215
|
*/
|
|
5204
5216
|
|
|
5205
5217
|
|
|
@@ -5213,9 +5225,9 @@ var CA_ExtInterface = function () {
|
|
|
5213
5225
|
}
|
|
5214
5226
|
};
|
|
5215
5227
|
|
|
5216
|
-
/**
|
|
5217
|
-
* 获取证书类型
|
|
5218
|
-
* @returns {string} 证书类型
|
|
5228
|
+
/**
|
|
5229
|
+
* 获取证书类型
|
|
5230
|
+
* @returns {string} 证书类型
|
|
5219
5231
|
*/
|
|
5220
5232
|
|
|
5221
5233
|
|
|
@@ -5229,9 +5241,9 @@ var CA_ExtInterface = function () {
|
|
|
5229
5241
|
}
|
|
5230
5242
|
};
|
|
5231
5243
|
|
|
5232
|
-
/**
|
|
5233
|
-
* 获取签名摘要算法
|
|
5234
|
-
* @returns {string} 签名摘要算法
|
|
5244
|
+
/**
|
|
5245
|
+
* 获取签名摘要算法
|
|
5246
|
+
* @returns {string} 签名摘要算法
|
|
5235
5247
|
*/
|
|
5236
5248
|
|
|
5237
5249
|
|
|
@@ -5245,11 +5257,11 @@ var CA_ExtInterface = function () {
|
|
|
5245
5257
|
}
|
|
5246
5258
|
};
|
|
5247
5259
|
|
|
5248
|
-
/**
|
|
5249
|
-
* 使能调用序列
|
|
5250
|
-
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
5251
|
-
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
5252
|
-
* @returns {number} 使能结果
|
|
5260
|
+
/**
|
|
5261
|
+
* 使能调用序列
|
|
5262
|
+
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
5263
|
+
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
5264
|
+
* @returns {number} 使能结果
|
|
5253
5265
|
*/
|
|
5254
5266
|
|
|
5255
5267
|
|
|
@@ -5263,9 +5275,9 @@ var CA_ExtInterface = function () {
|
|
|
5263
5275
|
}
|
|
5264
5276
|
};
|
|
5265
5277
|
|
|
5266
|
-
/**
|
|
5267
|
-
* 清空调用序列结果
|
|
5268
|
-
* @returns {number} 清空调用序列结果
|
|
5278
|
+
/**
|
|
5279
|
+
* 清空调用序列结果
|
|
5280
|
+
* @returns {number} 清空调用序列结果
|
|
5269
5281
|
*/
|
|
5270
5282
|
|
|
5271
5283
|
|
|
@@ -5279,9 +5291,9 @@ var CA_ExtInterface = function () {
|
|
|
5279
5291
|
}
|
|
5280
5292
|
};
|
|
5281
5293
|
|
|
5282
|
-
/**
|
|
5283
|
-
* 获取调用序列结果
|
|
5284
|
-
* @returns {string} 调用序列结果
|
|
5294
|
+
/**
|
|
5295
|
+
* 获取调用序列结果
|
|
5296
|
+
* @returns {string} 调用序列结果
|
|
5285
5297
|
*/
|
|
5286
5298
|
|
|
5287
5299
|
|
|
@@ -5295,12 +5307,12 @@ var CA_ExtInterface = function () {
|
|
|
5295
5307
|
}
|
|
5296
5308
|
};
|
|
5297
5309
|
|
|
5298
|
-
/**
|
|
5299
|
-
* 客户端安全策略检查
|
|
5300
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5301
|
-
* @param {number} usGatewayPort - 网关端口
|
|
5302
|
-
* @param {string} strSecurityPolicys - 安全策略
|
|
5303
|
-
* @returns {boolean} 检查结果
|
|
5310
|
+
/**
|
|
5311
|
+
* 客户端安全策略检查
|
|
5312
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5313
|
+
* @param {number} usGatewayPort - 网关端口
|
|
5314
|
+
* @param {string} strSecurityPolicys - 安全策略
|
|
5315
|
+
* @returns {boolean} 检查结果
|
|
5304
5316
|
*/
|
|
5305
5317
|
|
|
5306
5318
|
|
|
@@ -5314,9 +5326,9 @@ var CA_ExtInterface = function () {
|
|
|
5314
5326
|
}
|
|
5315
5327
|
};
|
|
5316
5328
|
|
|
5317
|
-
/**
|
|
5318
|
-
* 获取通讯协议版本
|
|
5319
|
-
* @returns {string} 通讯协议版本
|
|
5329
|
+
/**
|
|
5330
|
+
* 获取通讯协议版本
|
|
5331
|
+
* @returns {string} 通讯协议版本
|
|
5320
5332
|
*/
|
|
5321
5333
|
|
|
5322
5334
|
|
|
@@ -5330,13 +5342,13 @@ var CA_ExtInterface = function () {
|
|
|
5330
5342
|
}
|
|
5331
5343
|
};
|
|
5332
5344
|
|
|
5333
|
-
/**
|
|
5334
|
-
* 修改 Key 的 Pin 码
|
|
5335
|
-
* @param {string} strCertSn - 证书序列号
|
|
5336
|
-
* @param {number} lPinCodeType - Pin 码类型
|
|
5337
|
-
* @param {string} strCurPinCode - 当前 Pin 码
|
|
5338
|
-
* @param {string} strNewPinCode - 新 Pin 码
|
|
5339
|
-
* @returns {number} 修改结果
|
|
5345
|
+
/**
|
|
5346
|
+
* 修改 Key 的 Pin 码
|
|
5347
|
+
* @param {string} strCertSn - 证书序列号
|
|
5348
|
+
* @param {number} lPinCodeType - Pin 码类型
|
|
5349
|
+
* @param {string} strCurPinCode - 当前 Pin 码
|
|
5350
|
+
* @param {string} strNewPinCode - 新 Pin 码
|
|
5351
|
+
* @returns {number} 修改结果
|
|
5340
5352
|
*/
|
|
5341
5353
|
|
|
5342
5354
|
|
|
@@ -5350,10 +5362,10 @@ var CA_ExtInterface = function () {
|
|
|
5350
5362
|
}
|
|
5351
5363
|
};
|
|
5352
5364
|
|
|
5353
|
-
/**
|
|
5354
|
-
* 等待策略设置完毕
|
|
5355
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5356
|
-
* @returns {number} 等待结果
|
|
5365
|
+
/**
|
|
5366
|
+
* 等待策略设置完毕
|
|
5367
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5368
|
+
* @returns {number} 等待结果
|
|
5357
5369
|
*/
|
|
5358
5370
|
|
|
5359
5371
|
|
|
@@ -5367,10 +5379,10 @@ var CA_ExtInterface = function () {
|
|
|
5367
5379
|
}
|
|
5368
5380
|
};
|
|
5369
5381
|
|
|
5370
|
-
/**
|
|
5371
|
-
* 获取会话 Token
|
|
5372
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5373
|
-
* @returns {string} 会话 Token
|
|
5382
|
+
/**
|
|
5383
|
+
* 获取会话 Token
|
|
5384
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5385
|
+
* @returns {string} 会话 Token
|
|
5374
5386
|
*/
|
|
5375
5387
|
|
|
5376
5388
|
|
|
@@ -5384,9 +5396,9 @@ var CA_ExtInterface = function () {
|
|
|
5384
5396
|
}
|
|
5385
5397
|
};
|
|
5386
5398
|
|
|
5387
|
-
/**
|
|
5388
|
-
* 获取控件版本
|
|
5389
|
-
* @returns {string} 控件版本
|
|
5399
|
+
/**
|
|
5400
|
+
* 获取控件版本
|
|
5401
|
+
* @returns {string} 控件版本
|
|
5390
5402
|
*/
|
|
5391
5403
|
|
|
5392
5404
|
|
|
@@ -5400,10 +5412,10 @@ var CA_ExtInterface = function () {
|
|
|
5400
5412
|
}
|
|
5401
5413
|
};
|
|
5402
5414
|
|
|
5403
|
-
/**
|
|
5404
|
-
* 设置语言资源
|
|
5405
|
-
* @param {string} strLanguage - 语言资源
|
|
5406
|
-
* @returns {number} 设置结果
|
|
5415
|
+
/**
|
|
5416
|
+
* 设置语言资源
|
|
5417
|
+
* @param {string} strLanguage - 语言资源
|
|
5418
|
+
* @returns {number} 设置结果
|
|
5407
5419
|
*/
|
|
5408
5420
|
|
|
5409
5421
|
|
|
@@ -5417,12 +5429,12 @@ var CA_ExtInterface = function () {
|
|
|
5417
5429
|
}
|
|
5418
5430
|
};
|
|
5419
5431
|
|
|
5420
|
-
/**
|
|
5421
|
-
* 获取用户属性
|
|
5422
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5423
|
-
* @param {string} strAppFlag - 应用标识
|
|
5424
|
-
* @param {string} strAttributeName - 属性名称
|
|
5425
|
-
* @returns {string} 用户属性值
|
|
5432
|
+
/**
|
|
5433
|
+
* 获取用户属性
|
|
5434
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5435
|
+
* @param {string} strAppFlag - 应用标识
|
|
5436
|
+
* @param {string} strAttributeName - 属性名称
|
|
5437
|
+
* @returns {string} 用户属性值
|
|
5426
5438
|
*/
|
|
5427
5439
|
|
|
5428
5440
|
|
|
@@ -5436,9 +5448,9 @@ var CA_ExtInterface = function () {
|
|
|
5436
5448
|
}
|
|
5437
5449
|
};
|
|
5438
5450
|
|
|
5439
|
-
/**
|
|
5440
|
-
* 获取签名加密 PIN 码
|
|
5441
|
-
* @returns {string} 签名加密 PIN 码
|
|
5451
|
+
/**
|
|
5452
|
+
* 获取签名加密 PIN 码
|
|
5453
|
+
* @returns {string} 签名加密 PIN 码
|
|
5442
5454
|
*/
|
|
5443
5455
|
|
|
5444
5456
|
|
|
@@ -5451,20 +5463,20 @@ var CA_ExtInterface = function () {
|
|
|
5451
5463
|
return result.value;
|
|
5452
5464
|
}
|
|
5453
5465
|
};
|
|
5454
|
-
/*
|
|
5455
|
-
*曙光四川CA
|
|
5456
|
-
*'SOF_GetUserList' 证书列表
|
|
5457
|
-
*'SOF_ExportUserCert' 导出证书
|
|
5458
|
-
*'SOF_GetCertInfo': 获取证书信息
|
|
5459
|
-
*'SOF_GenRandom': 生成随机数
|
|
5460
|
-
*'SOF_SignData': 获取证书签名
|
|
5461
|
-
*'SOF_Login': 登录证书
|
|
5462
|
-
*'SOF_GetPinRetryCount': 剩余次数
|
|
5466
|
+
/*
|
|
5467
|
+
*曙光四川CA
|
|
5468
|
+
*'SOF_GetUserList' 证书列表
|
|
5469
|
+
*'SOF_ExportUserCert' 导出证书
|
|
5470
|
+
*'SOF_GetCertInfo': 获取证书信息
|
|
5471
|
+
*'SOF_GenRandom': 生成随机数
|
|
5472
|
+
*'SOF_SignData': 获取证书签名
|
|
5473
|
+
*'SOF_Login': 登录证书
|
|
5474
|
+
*'SOF_GetPinRetryCount': 剩余次数
|
|
5463
5475
|
*/
|
|
5464
|
-
/**
|
|
5465
|
-
*
|
|
5466
|
-
* 获取webSocket消息
|
|
5467
|
-
* @returns {string}
|
|
5476
|
+
/**
|
|
5477
|
+
*
|
|
5478
|
+
* 获取webSocket消息
|
|
5479
|
+
* @returns {string}
|
|
5468
5480
|
*/
|
|
5469
5481
|
|
|
5470
5482
|
|
|
@@ -5500,10 +5512,10 @@ var CA_ExtInterface = function () {
|
|
|
5500
5512
|
};
|
|
5501
5513
|
});
|
|
5502
5514
|
};
|
|
5503
|
-
/**
|
|
5504
|
-
*
|
|
5505
|
-
* base64解码
|
|
5506
|
-
* @returns {string} base64解码后的字符串
|
|
5515
|
+
/**
|
|
5516
|
+
*
|
|
5517
|
+
* base64解码
|
|
5518
|
+
* @returns {string} base64解码后的字符串
|
|
5507
5519
|
*/
|
|
5508
5520
|
|
|
5509
5521
|
|
|
@@ -5538,10 +5550,10 @@ var CA_ExtInterface = function () {
|
|
|
5538
5550
|
val = this.utf8_decode(val);
|
|
5539
5551
|
return val;
|
|
5540
5552
|
};
|
|
5541
|
-
/**
|
|
5542
|
-
*
|
|
5543
|
-
* base64编码
|
|
5544
|
-
* @returns {string} base64编码后的字符串
|
|
5553
|
+
/**
|
|
5554
|
+
*
|
|
5555
|
+
* base64编码
|
|
5556
|
+
* @returns {string} base64编码后的字符串
|
|
5545
5557
|
*/
|
|
5546
5558
|
|
|
5547
5559
|
|
|
@@ -5574,10 +5586,10 @@ var CA_ExtInterface = function () {
|
|
|
5574
5586
|
}
|
|
5575
5587
|
return val;
|
|
5576
5588
|
};
|
|
5577
|
-
/**
|
|
5578
|
-
*
|
|
5579
|
-
* utf8解码
|
|
5580
|
-
* @returns {string} utf8解码后的字符串
|
|
5589
|
+
/**
|
|
5590
|
+
*
|
|
5591
|
+
* utf8解码
|
|
5592
|
+
* @returns {string} utf8解码后的字符串
|
|
5581
5593
|
*/
|
|
5582
5594
|
|
|
5583
5595
|
|
|
@@ -5606,10 +5618,10 @@ var CA_ExtInterface = function () {
|
|
|
5606
5618
|
}
|
|
5607
5619
|
return string;
|
|
5608
5620
|
};
|
|
5609
|
-
/**
|
|
5610
|
-
*
|
|
5611
|
-
* utf8编码
|
|
5612
|
-
* @returns {string} utf8编码后的字符串
|
|
5621
|
+
/**
|
|
5622
|
+
*
|
|
5623
|
+
* utf8编码
|
|
5624
|
+
* @returns {string} utf8编码后的字符串
|
|
5613
5625
|
*/
|
|
5614
5626
|
|
|
5615
5627
|
|