eoss-ui 0.6.66 → 0.6.68
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 +108 -106
- package/lib/button.js +108 -106
- package/lib/calogin.js +567 -156
- package/lib/checkbox-group.js +110 -108
- package/lib/config/api.js +1 -0
- package/lib/data-table-form.js +110 -108
- package/lib/data-table.js +113 -111
- package/lib/date-picker.js +108 -106
- package/lib/dialog.js +108 -106
- package/lib/eoss-ui.common.js +956 -516
- package/lib/flow-group.js +108 -106
- package/lib/flow-list.js +199 -207
- package/lib/flow.js +230 -212
- package/lib/form.js +110 -108
- package/lib/handle-user.js +109 -107
- package/lib/handler.js +109 -107
- package/lib/icon.js +109 -107
- package/lib/index.js +1 -1
- package/lib/input-number.js +108 -106
- package/lib/input.js +108 -106
- package/lib/login.js +172 -147
- package/lib/main.js +141 -139
- package/lib/nav.js +108 -106
- package/lib/notify.js +111 -109
- package/lib/page.js +108 -106
- package/lib/pagination.js +108 -106
- package/lib/player.js +108 -106
- package/lib/qr-code.js +108 -106
- package/lib/radio-group.js +110 -108
- package/lib/retrial-auth.js +111 -109
- package/lib/select-ganged.js +110 -108
- package/lib/select.js +110 -108
- package/lib/selector-panel.js +126 -124
- package/lib/selector.js +109 -107
- package/lib/sizer.js +110 -108
- package/lib/steps.js +108 -106
- package/lib/switch.js +108 -106
- package/lib/table-form.js +108 -106
- package/lib/tabs.js +108 -106
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/tips.js +109 -107
- package/lib/tree-group.js +108 -106
- package/lib/tree.js +109 -107
- package/lib/upload.js +118 -116
- package/lib/wujie.js +108 -106
- package/lib/wxlogin.js +108 -106
- package/package.json +2 -2
- package/packages/.DS_Store +0 -0
- package/packages/autocomplete/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- package/packages/calogin/src/main.vue +285 -48
- package/packages/calogin/src/plugin.js +167 -0
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/component/Circulate.vue +6 -1
- package/packages/flow/src/main.vue +6 -0
- package/packages/flow/src/reset.vue +6 -1
- package/packages/flow/src/selectUser.vue +1 -1
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/flow-list/src/main.vue +12 -24
- package/packages/login/.DS_Store +0 -0
- package/packages/login/src/main.vue +28 -7
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/menu/.DS_Store +0 -0
- package/packages/scrollbar/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/login.scss +5 -5
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/src/config/api.js +1 -0
- package/src/index.js +163 -163
- package/src/utils/.DS_Store +0 -0
package/lib/login.js
CHANGED
|
@@ -1604,7 +1604,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1604
1604
|
* @param {function} callback - 回调函数
|
|
1605
1605
|
**/
|
|
1606
1606
|
var getMainConfig = function getMainConfig(callback) {
|
|
1607
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "
|
|
1607
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "ob"] }).then(function (res) {
|
|
1608
1608
|
if (res && res.rCode === 0) {
|
|
1609
1609
|
callback(res.results);
|
|
1610
1610
|
}
|
|
@@ -2361,7 +2361,7 @@ var isLogined = function () {
|
|
|
2361
2361
|
break;
|
|
2362
2362
|
}
|
|
2363
2363
|
|
|
2364
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "
|
|
2364
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "nb"] }).then(function (res) {
|
|
2365
2365
|
if (res.rCode === 0) {
|
|
2366
2366
|
removeStorage();
|
|
2367
2367
|
}
|
|
@@ -3517,148 +3517,149 @@ var watermark = function watermark(option) {
|
|
|
3517
3517
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
|
|
3518
3518
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
|
|
3519
3519
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
3520
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3521
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3522
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3520
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return logout; });
|
|
3521
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initLogin; });
|
|
3522
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return switchUserTo; });
|
|
3523
3523
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3524
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3524
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getLoginCode; });
|
|
3525
3525
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
3526
3526
|
/* unused harmony export updateCode */
|
|
3527
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3527
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getModifyPassCode; });
|
|
3528
3528
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3529
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3529
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginModifyPassword; });
|
|
3530
3530
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3531
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3531
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initModifyPassword; });
|
|
3532
3532
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
|
|
3533
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3533
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getTwoFactorLoginCode; });
|
|
3534
3534
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3535
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3536
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3537
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3535
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initRetrialAuth; });
|
|
3536
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getRetrialAuthCode; });
|
|
3537
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return scanCodeRetrialAuth; });
|
|
3538
3538
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3539
3539
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
3540
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3541
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3542
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3543
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3544
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3545
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3540
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return userOnline; });
|
|
3541
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getUserAppWithTag; });
|
|
3542
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return recordUserApp; });
|
|
3543
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return mainConfig; });
|
|
3544
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initUserSet; });
|
|
3545
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateUserInfo; });
|
|
3546
3546
|
/* unused harmony export getUserImgUrl */
|
|
3547
3547
|
/* unused harmony export getDoorIndex */
|
|
3548
3548
|
/* unused harmony export refreshOnlineUsers */
|
|
3549
3549
|
/* unused harmony export getQuickMenuIds */
|
|
3550
3550
|
/* unused harmony export getApplicationIdArray */
|
|
3551
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3552
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3551
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplications; });
|
|
3552
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplicationsNew; });
|
|
3553
3553
|
/* unused harmony export getUserCustomInfo */
|
|
3554
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3555
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3556
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3557
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3558
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3559
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3560
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3561
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3562
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3563
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3554
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserCustomInfo; });
|
|
3555
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sysMsgPage; });
|
|
3556
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return ignoreSysMsg; });
|
|
3557
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreAllSysMsg; });
|
|
3558
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return searchType; });
|
|
3559
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctProperties; });
|
|
3560
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploads; });
|
|
3561
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadOnlyOne; });
|
|
3562
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctFileInfos; });
|
|
3563
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadSort; });
|
|
3564
3564
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
3565
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3566
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3567
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3568
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3565
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadDownloads; });
|
|
3566
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct; });
|
|
3567
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunct2; });
|
|
3568
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunctOffice; });
|
|
3569
3569
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3570
3570
|
/* unused harmony export upload_updateClassify */
|
|
3571
3571
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3572
3572
|
/* unused harmony export getPictureBase64 */
|
|
3573
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3574
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3575
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3576
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3577
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3578
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3573
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgTree; });
|
|
3574
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgDetail; });
|
|
3575
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getOrgMainTree; });
|
|
3576
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectOrgsubids; });
|
|
3577
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
|
|
3578
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getDictList; });
|
|
3579
3579
|
/* unused harmony export findUserBaseInfo */
|
|
3580
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3580
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return gethelpdoc; });
|
|
3581
3581
|
/* unused harmony export getCurrentuser */
|
|
3582
3582
|
/* unused harmony export mainDetail */
|
|
3583
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3584
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3583
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartFlow; });
|
|
3584
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return tempSave; });
|
|
3585
3585
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3586
3586
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3587
3587
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3588
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3589
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3588
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return saveCommonOpinion; });
|
|
3589
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateCommonOpinion; });
|
|
3590
3590
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3592
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3593
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3594
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3595
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3596
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3597
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3598
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getProcessDefList; });
|
|
3592
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfo; });
|
|
3593
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
|
|
3594
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
|
|
3595
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNotificationMsg; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getHandleInfoHtml; });
|
|
3598
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskHandleHtml; });
|
|
3599
3599
|
/* unused harmony export getView */
|
|
3600
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3601
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3602
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3603
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3604
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3605
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3606
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3607
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3608
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3609
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3610
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3611
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3612
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3613
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3614
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3615
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3616
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3617
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3618
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3619
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3600
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return register; });
|
|
3601
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryList; });
|
|
3602
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskRejectHtml; });
|
|
3603
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskRejectHtml; });
|
|
3604
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskRead; });
|
|
3605
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartTaskReadIndex; });
|
|
3606
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadHtml; });
|
|
3607
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return rejectAndEnd; });
|
|
3608
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toSendMsg; });
|
|
3609
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendMsg; });
|
|
3610
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
3611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return handleInfo; });
|
|
3612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return loginUserInfo; });
|
|
3613
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return wss; });
|
|
3614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return topic; });
|
|
3615
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetCustomInfo; });
|
|
3616
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetNodeInfo; });
|
|
3617
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskTransferIndex; });
|
|
3618
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskTransfer; });
|
|
3619
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toPresetInfoListIndex; });
|
|
3620
3620
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3621
3621
|
/* unused harmony export historyListJson */
|
|
3622
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3622
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListJson; });
|
|
3623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pressListJson; });
|
|
3624
3624
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3626
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3627
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3628
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3629
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3631
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3632
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3633
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3634
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3635
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3636
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3637
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3640
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3642
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3643
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3645
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return isCanStartSubFlow; });
|
|
3626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionExamine; });
|
|
3627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionExamine; });
|
|
3628
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTakeAdvice; });
|
|
3629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTakeAdvice; });
|
|
3630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskStartDraft; });
|
|
3631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSupervise; });
|
|
3632
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskSuperviseSub; });
|
|
3633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskStartDraft; });
|
|
3634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskReview; });
|
|
3635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReview; });
|
|
3636
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskUnionSeal; });
|
|
3637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskUnionSeal; });
|
|
3638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTwoOfficesDispatch; });
|
|
3639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return twoOfficesDispatch; });
|
|
3640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toResetProcessIndex; });
|
|
3641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return resetProcess; });
|
|
3642
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskContinuationIndex; });
|
|
3643
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskContinuation; });
|
|
3644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getFreeStartFlowParams; });
|
|
3645
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlowWithSubmitTask; });
|
|
3646
3646
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
3647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3648
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3647
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
3648
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return fyListJson; });
|
|
3649
3649
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
3650
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3651
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3650
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskReadWithDraw; });
|
|
3651
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
3652
3652
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
3653
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3654
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3653
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendList; });
|
|
3654
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendInfo; });
|
|
3655
3655
|
/* unused harmony export sendSave */
|
|
3656
3656
|
/* unused harmony export sendUpdate */
|
|
3657
3657
|
/* unused harmony export sendDelete */
|
|
3658
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3659
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3658
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendBatch; });
|
|
3659
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
3660
3660
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
3661
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3661
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
3662
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfoForStart; });
|
|
3662
3663
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
3663
3664
|
// 登录
|
|
3664
3665
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -3914,6 +3915,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
|
|
|
3914
3915
|
|
|
3915
3916
|
var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
|
|
3916
3917
|
var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
|
|
3918
|
+
var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
|
|
3917
3919
|
var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
|
|
3918
3920
|
|
|
3919
3921
|
/***/ }),
|
|
@@ -4314,7 +4316,7 @@ var nightImg = 'data:image/jpeg;base64,/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA
|
|
|
4314
4316
|
// ESM COMPAT FLAG
|
|
4315
4317
|
__webpack_require__.r(__webpack_exports__);
|
|
4316
4318
|
|
|
4317
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=
|
|
4319
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=950692f2&
|
|
4318
4320
|
var render = function () {
|
|
4319
4321
|
var _vm = this
|
|
4320
4322
|
var _h = _vm.$createElement
|
|
@@ -4484,35 +4486,38 @@ var render = function () {
|
|
|
4484
4486
|
: [
|
|
4485
4487
|
_vm._l(_vm.icons, function (item) {
|
|
4486
4488
|
return [
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
directives: [
|
|
4489
|
+
_vm.modelLength == 2
|
|
4490
|
+
? _c(
|
|
4491
|
+
"div",
|
|
4491
4492
|
{
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4493
|
+
directives: [
|
|
4494
|
+
{
|
|
4495
|
+
name: "show",
|
|
4496
|
+
rawName: "v-show",
|
|
4497
|
+
value:
|
|
4498
|
+
_vm.active != item.type &&
|
|
4499
|
+
_vm.modelTips,
|
|
4500
|
+
expression:
|
|
4501
|
+
"active != item.type && modelTips",
|
|
4502
|
+
},
|
|
4503
|
+
],
|
|
4504
|
+
key: item.type,
|
|
4505
|
+
staticClass:
|
|
4506
|
+
"es-login-model-item-tips",
|
|
4500
4507
|
},
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
]
|
|
4515
|
-
),
|
|
4508
|
+
[
|
|
4509
|
+
_vm._v(
|
|
4510
|
+
"\n " +
|
|
4511
|
+
_vm._s(item.name) +
|
|
4512
|
+
"点这里"
|
|
4513
|
+
),
|
|
4514
|
+
_c("i", {
|
|
4515
|
+
staticClass:
|
|
4516
|
+
"es-icon-zhixiangyou",
|
|
4517
|
+
}),
|
|
4518
|
+
]
|
|
4519
|
+
)
|
|
4520
|
+
: _vm._e(),
|
|
4516
4521
|
_c(
|
|
4517
4522
|
"span",
|
|
4518
4523
|
{
|
|
@@ -4611,7 +4616,7 @@ var render = function () {
|
|
|
4611
4616
|
: [
|
|
4612
4617
|
_vm._l(_vm.icons, function (item) {
|
|
4613
4618
|
return [
|
|
4614
|
-
item.type !== "3"
|
|
4619
|
+
item.type !== "3"
|
|
4615
4620
|
? _c(
|
|
4616
4621
|
"div",
|
|
4617
4622
|
{
|
|
@@ -5566,9 +5571,11 @@ var render = function () {
|
|
|
5566
5571
|
? _c("es-ca-login", {
|
|
5567
5572
|
ref: "calogin",
|
|
5568
5573
|
attrs: {
|
|
5574
|
+
"ca-model": _vm.caLoginModel,
|
|
5569
5575
|
identifyingId: _vm.identifyingId,
|
|
5570
5576
|
success: _vm.caLogin,
|
|
5571
5577
|
},
|
|
5578
|
+
on: { error: _vm.handleError },
|
|
5572
5579
|
})
|
|
5573
5580
|
: _vm._e(),
|
|
5574
5581
|
],
|
|
@@ -5594,7 +5601,7 @@ var staticRenderFns = [
|
|
|
5594
5601
|
render._withStripped = true
|
|
5595
5602
|
|
|
5596
5603
|
|
|
5597
|
-
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=
|
|
5604
|
+
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=950692f2&
|
|
5598
5605
|
|
|
5599
5606
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
5600
5607
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -5992,7 +5999,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
|
|
|
5992
5999
|
var _this2 = this;
|
|
5993
6000
|
|
|
5994
6001
|
util["a" /* default */].ajax({
|
|
5995
|
-
url: api["
|
|
6002
|
+
url: api["hb" /* initModifyPassword */]
|
|
5996
6003
|
}).then(function (res) {
|
|
5997
6004
|
if (res.rCode === 0) {
|
|
5998
6005
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -6052,7 +6059,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
|
|
|
6052
6059
|
var _this4 = this;
|
|
6053
6060
|
|
|
6054
6061
|
util["a" /* default */].ajax({
|
|
6055
|
-
url: api["
|
|
6062
|
+
url: api["O" /* getModifyPassCode */],
|
|
6056
6063
|
params: params
|
|
6057
6064
|
}).then(function (res) {
|
|
6058
6065
|
if (res.rCode === 0) {
|
|
@@ -6097,7 +6104,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
|
|
|
6097
6104
|
data.operationCheckCode = this.operationCheckCode;
|
|
6098
6105
|
util["a" /* default */].ajax({
|
|
6099
6106
|
method: 'post',
|
|
6100
|
-
url: api["
|
|
6107
|
+
url: api["lb" /* loginModifyPassword */],
|
|
6101
6108
|
data: data
|
|
6102
6109
|
}).then(function (res) {
|
|
6103
6110
|
_this5.submit = false;
|
|
@@ -6702,6 +6709,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6702
6709
|
//
|
|
6703
6710
|
//
|
|
6704
6711
|
//
|
|
6712
|
+
//
|
|
6713
|
+
//
|
|
6714
|
+
//
|
|
6705
6715
|
|
|
6706
6716
|
|
|
6707
6717
|
|
|
@@ -6721,7 +6731,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
6721
6731
|
//初始登录配置接口地址
|
|
6722
6732
|
initLogin: {
|
|
6723
6733
|
type: String,
|
|
6724
|
-
default: api["
|
|
6734
|
+
default: api["gb" /* initLogin */]
|
|
6725
6735
|
},
|
|
6726
6736
|
size: String,
|
|
6727
6737
|
mode: {
|
|
@@ -6845,7 +6855,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
6845
6855
|
},
|
|
6846
6856
|
getLoginCode: {
|
|
6847
6857
|
type: String,
|
|
6848
|
-
default: api["
|
|
6858
|
+
default: api["N" /* getLoginCode */]
|
|
6849
6859
|
},
|
|
6850
6860
|
doCodeLogin: {
|
|
6851
6861
|
type: String,
|
|
@@ -6853,7 +6863,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
6853
6863
|
},
|
|
6854
6864
|
getTwoFactorLoginCode: {
|
|
6855
6865
|
type: String,
|
|
6856
|
-
default: api["
|
|
6866
|
+
default: api["ab" /* getTwoFactorLoginCode */]
|
|
6857
6867
|
},
|
|
6858
6868
|
doTwoFactorLogin: {
|
|
6859
6869
|
type: String,
|
|
@@ -6941,7 +6951,8 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
6941
6951
|
default: function _default() {
|
|
6942
6952
|
return [];
|
|
6943
6953
|
}
|
|
6944
|
-
}
|
|
6954
|
+
},
|
|
6955
|
+
caModel: String
|
|
6945
6956
|
},
|
|
6946
6957
|
computed: {
|
|
6947
6958
|
transform: function transform() {
|
|
@@ -7039,6 +7050,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7039
7050
|
types.forEach(function (item) {
|
|
7040
7051
|
icon.push(_this.iconfonts[item]);
|
|
7041
7052
|
});
|
|
7053
|
+
console.log(icon);
|
|
7042
7054
|
return icon;
|
|
7043
7055
|
},
|
|
7044
7056
|
isCaLogin: function isCaLogin() {
|
|
@@ -7129,6 +7141,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7129
7141
|
loginTitleImg: this.loginTitle,
|
|
7130
7142
|
loginLogoImg: this.loginLogo,
|
|
7131
7143
|
loginModel: this.type,
|
|
7144
|
+
caLoginModel: this.caModel,
|
|
7132
7145
|
passModifyModel: null,
|
|
7133
7146
|
active: 0,
|
|
7134
7147
|
submit: false,
|
|
@@ -7204,8 +7217,8 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7204
7217
|
},
|
|
7205
7218
|
created: function created() {
|
|
7206
7219
|
this.launchKey = 5 < new Date().getHours() < 18 ? 'day' : 'night';
|
|
7207
|
-
if (ceshi
|
|
7208
|
-
this.loginModel = '0';
|
|
7220
|
+
if (ceshi) {
|
|
7221
|
+
this.loginModel = ceshi == 'true' || ceshi == true ? '0' : ceshi;
|
|
7209
7222
|
}
|
|
7210
7223
|
if (this.isScale || util["a" /* default */].getParams('scale')) {
|
|
7211
7224
|
util["a" /* default */].setScale();
|
|
@@ -7399,6 +7412,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7399
7412
|
_this4.$refs[ref] && _this4.$refs[ref].clearValidate();
|
|
7400
7413
|
});
|
|
7401
7414
|
} else {
|
|
7415
|
+
this.submit = true;
|
|
7402
7416
|
this.$refs.calogin && this.$refs.calogin.getCertificate();
|
|
7403
7417
|
}
|
|
7404
7418
|
this.countdown = 0;
|
|
@@ -7520,15 +7534,19 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7520
7534
|
document.title = res.subsystemName;
|
|
7521
7535
|
}
|
|
7522
7536
|
this.app = res.appName || res.subsystemName;
|
|
7523
|
-
if (res.loginModel && ceshi
|
|
7537
|
+
if (res.loginModel && !ceshi) {
|
|
7524
7538
|
this.loginModel = (res.firstLoginModel || this.firstLoginModel) && !isLogined ? res.firstLoginModel || this.firstLoginModel : res.loginModel;
|
|
7525
7539
|
}
|
|
7540
|
+
|
|
7526
7541
|
if (res.loginBackgroundUrl) {
|
|
7527
7542
|
this.loginBackgroundImg = res.loginBackgroundUrl.split(',');
|
|
7528
7543
|
}
|
|
7529
7544
|
if (res.loginLogoUrl) {
|
|
7530
7545
|
this.loginLogoImg = res.loginLogoUrl;
|
|
7531
7546
|
}
|
|
7547
|
+
if (res.caModel) {
|
|
7548
|
+
this.caLoginModel = res.caModel;
|
|
7549
|
+
}
|
|
7532
7550
|
res.loginPage && sessionStorage.setItem('loginPage', res.loginPage);
|
|
7533
7551
|
if (res.subsystemExtend && Object.keys(res.subsystemExtend).length) {
|
|
7534
7552
|
if (res.subsystemExtend.copyright && res.subsystemExtend.copyright.length) {
|
|
@@ -7548,6 +7566,9 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7548
7566
|
if (res.subsystemExtend.loginModel && (ceshi == 'true' || ceshi == true)) {
|
|
7549
7567
|
this.loginModel = (res.firstLoginModel || this.firstLoginModel) && !isLogined ? res.firstLoginModel || this.firstLoginModel : res.subsystemExtend.loginModel;
|
|
7550
7568
|
}
|
|
7569
|
+
if (res.subsystemExtend.caModel) {
|
|
7570
|
+
this.caLoginModel = res.subsystemExtend.caModel;
|
|
7571
|
+
}
|
|
7551
7572
|
if (res.subsystemExtend.applicationName) {
|
|
7552
7573
|
localStorage.setItem('appcode', res.subsystemExtend.applicationName);
|
|
7553
7574
|
}
|
|
@@ -7801,7 +7822,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7801
7822
|
util["a" /* default */].ajax({
|
|
7802
7823
|
method: 'post',
|
|
7803
7824
|
url: this.caAction,
|
|
7804
|
-
data: { identifyingId: this.identifyingId, signedData: signedData }
|
|
7825
|
+
data: typeof signedData === 'string' ? { identifyingId: this.identifyingId, signedData: signedData } : signedData
|
|
7805
7826
|
}).then(function (res) {
|
|
7806
7827
|
_this10.submit = false;
|
|
7807
7828
|
if (res.rCode == 0) {
|
|
@@ -7824,6 +7845,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7824
7845
|
_this10.onError(res);
|
|
7825
7846
|
}
|
|
7826
7847
|
}).catch(function (err) {
|
|
7848
|
+
_this10.submit = false;
|
|
7827
7849
|
if (err.message && err.message !== 'canceled') {
|
|
7828
7850
|
_this10.$message.error(err.message);
|
|
7829
7851
|
}
|
|
@@ -8060,6 +8082,9 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
8060
8082
|
},
|
|
8061
8083
|
handlePaste: function handlePaste(event) {
|
|
8062
8084
|
this.safe && event.preventDefault();
|
|
8085
|
+
},
|
|
8086
|
+
handleError: function handleError() {
|
|
8087
|
+
this.submit = false;
|
|
8063
8088
|
}
|
|
8064
8089
|
},
|
|
8065
8090
|
beforeDestroy: function beforeDestroy() {
|