eoss-ui 0.7.11 → 0.7.13
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 +107 -101
- package/lib/button.js +107 -101
- package/lib/calogin.js +107 -101
- package/lib/checkbox-group.js +108 -102
- package/lib/config/api.js +5 -1
- package/lib/data-table-form.js +108 -102
- package/lib/data-table.js +109 -103
- package/lib/date-picker.js +107 -101
- package/lib/dialog.js +107 -101
- package/lib/eoss-ui.common.js +710 -354
- package/lib/flow-group.js +107 -101
- package/lib/flow-list.js +116 -109
- package/lib/flow.js +553 -190
- package/lib/form.js +107 -101
- package/lib/handle-user.js +108 -102
- package/lib/handler.js +108 -102
- package/lib/icon.js +108 -102
- package/lib/index.js +1 -1
- package/lib/input-number.js +107 -101
- package/lib/input.js +107 -101
- package/lib/login.js +162 -163
- package/lib/main.js +140 -134
- package/lib/nav.js +107 -101
- package/lib/notify.js +110 -104
- package/lib/page.js +107 -101
- package/lib/pagination.js +107 -101
- package/lib/player.js +107 -101
- package/lib/qr-code.js +107 -101
- package/lib/radio-group.js +108 -102
- package/lib/retrial-auth.js +110 -104
- package/lib/select-ganged.js +108 -102
- package/lib/select.js +108 -102
- package/lib/selector-panel.js +125 -119
- package/lib/selector.js +109 -103
- package/lib/sizer.js +109 -103
- package/lib/steps.js +107 -101
- package/lib/switch.js +107 -101
- package/lib/table-form.js +107 -101
- package/lib/tabs.js +107 -101
- package/lib/tips.js +108 -102
- package/lib/tree-group.js +107 -101
- package/lib/tree.js +108 -102
- package/lib/upload.js +117 -111
- package/lib/wujie.js +107 -101
- package/lib/wxlogin.js +107 -101
- package/package.json +1 -1
- package/packages/flow/src/component/Circulate.vue +2 -0
- package/packages/flow/src/component/FileList.vue +1 -0
- package/packages/flow/src/component/FreeCirculation.vue +231 -0
- package/packages/flow/src/component/taskUnionExamine.vue +1 -0
- package/packages/flow/src/freeStartFlow.vue +1 -0
- package/packages/flow/src/main.vue +20 -3
- package/packages/login/src/resetPassword.vue +3 -8
- package/src/config/api.js +8 -1
- package/src/index.js +1 -1
package/lib/login.js
CHANGED
|
@@ -1531,7 +1531,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1531
1531
|
* @param {function} callback - 回调函数
|
|
1532
1532
|
**/
|
|
1533
1533
|
var getMainConfig = function getMainConfig(callback) {
|
|
1534
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "
|
|
1534
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "sb"] }).then(function (res) {
|
|
1535
1535
|
if (res && res.rCode === 0) {
|
|
1536
1536
|
callback(res.results);
|
|
1537
1537
|
}
|
|
@@ -2288,7 +2288,7 @@ var isLogined = function () {
|
|
|
2288
2288
|
break;
|
|
2289
2289
|
}
|
|
2290
2290
|
|
|
2291
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "
|
|
2291
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "rb"] }).then(function (res) {
|
|
2292
2292
|
if (res.rCode === 0) {
|
|
2293
2293
|
removeStorage();
|
|
2294
2294
|
}
|
|
@@ -3571,152 +3571,154 @@ var watermark = function watermark(option) {
|
|
|
3571
3571
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
|
|
3572
3572
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
|
|
3573
3573
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
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__, "
|
|
3574
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return logout; });
|
|
3575
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return initLogin; });
|
|
3576
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return switchUserTo; });
|
|
3577
3577
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3578
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3578
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getLoginCode; });
|
|
3579
3579
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
3580
3580
|
/* unused harmony export updateCode */
|
|
3581
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3581
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getModifyPassCode; });
|
|
3582
3582
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3583
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3583
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return loginModifyPassword; });
|
|
3584
3584
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3585
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3585
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return initModifyPassword; });
|
|
3586
3586
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
|
|
3587
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3587
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getTwoFactorLoginCode; });
|
|
3588
3588
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3589
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3590
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3589
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return initRetrialAuth; });
|
|
3590
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getRetrialAuthCode; });
|
|
3591
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return scanCodeRetrialAuth; });
|
|
3592
3592
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3593
3593
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
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__, "
|
|
3599
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3594
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return userOnline; });
|
|
3595
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getUserAppWithTag; });
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return recordUserApp; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return mainConfig; });
|
|
3598
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return initUserSet; });
|
|
3599
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return updateUserInfo; });
|
|
3600
3600
|
/* unused harmony export getUserImgUrl */
|
|
3601
3601
|
/* unused harmony export getDoorIndex */
|
|
3602
3602
|
/* unused harmony export refreshOnlineUsers */
|
|
3603
3603
|
/* unused harmony export getQuickMenuIds */
|
|
3604
3604
|
/* unused harmony export getApplicationIdArray */
|
|
3605
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3606
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3605
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
|
|
3606
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
|
|
3607
3607
|
/* unused harmony export getUserCustomInfo */
|
|
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__, "
|
|
3608
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return updateUserCustomInfo; });
|
|
3609
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return sysMsgPage; });
|
|
3610
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return ignoreSysMsg; });
|
|
3611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return ignoreAllSysMsg; });
|
|
3612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return searchType; });
|
|
3613
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSysParam; });
|
|
3614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
|
|
3615
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return uploads; });
|
|
3616
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return uploadOnlyOne; });
|
|
3617
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
|
|
3618
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return uploadSort; });
|
|
3619
3619
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
3620
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3621
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3622
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3620
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return uploadDownloads; });
|
|
3621
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return previewAdjunct; });
|
|
3622
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return previewAdjunct2; });
|
|
3623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return previewAdjunctOffice; });
|
|
3624
3624
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3625
3625
|
/* unused harmony export upload_updateClassify */
|
|
3626
3626
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3627
3627
|
/* unused harmony export getPictureBase64 */
|
|
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__, "
|
|
3628
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getSelectorOrgTree; });
|
|
3629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSelectorOrgDetail; });
|
|
3630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getOrgMainTree; });
|
|
3631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectOrgsubids; });
|
|
3632
3632
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
|
|
3633
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getDictList; });
|
|
3634
3634
|
/* unused harmony export findUserBaseInfo */
|
|
3635
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return gethelpdoc; });
|
|
3636
3636
|
/* unused harmony export getCurrentuser */
|
|
3637
3637
|
/* unused harmony export mainDetail */
|
|
3638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toStartFlow; });
|
|
3639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return tempSave; });
|
|
3640
3640
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3641
3641
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3642
3642
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3643
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3643
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return saveCommonOpinion; });
|
|
3644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return updateCommonOpinion; });
|
|
3645
3645
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3646
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3646
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getProcessDefList; });
|
|
3647
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNodeInfo; });
|
|
3648
3648
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
|
|
3649
3649
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
|
|
3650
3650
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
3651
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3652
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3653
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3651
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNotificationMsg; });
|
|
3652
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
|
|
3653
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskHandleHtml; });
|
|
3654
3654
|
/* unused harmony export getView */
|
|
3655
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3656
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3657
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3658
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3659
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3660
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3661
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3662
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3663
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3664
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3655
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return register; });
|
|
3656
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return pendedhistoryList; });
|
|
3657
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskRejectHtml; });
|
|
3658
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskRejectHtml; });
|
|
3659
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toStartTaskRead; });
|
|
3660
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toStartTaskReadIndex; });
|
|
3661
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskReadHtml; });
|
|
3662
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return rejectAndEnd; });
|
|
3663
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toSendMsg; });
|
|
3664
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return sendMsg; });
|
|
3665
3665
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
3666
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3667
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3668
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3669
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3670
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3671
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3672
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3673
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3674
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3666
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return handleInfo; });
|
|
3667
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return loginUserInfo; });
|
|
3668
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return wss; });
|
|
3669
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return topic; });
|
|
3670
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getPresetCustomInfo; });
|
|
3671
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetNodeInfo; });
|
|
3672
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskTransferIndex; });
|
|
3673
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskTransfer; });
|
|
3674
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toPresetInfoListIndex; });
|
|
3675
3675
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3676
3676
|
/* unused harmony export historyListJson */
|
|
3677
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3678
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3677
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return pendedhistoryListJson; });
|
|
3678
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return pressListJson; });
|
|
3679
3679
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3680
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3681
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3682
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3683
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3684
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3685
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3686
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3687
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3688
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3689
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3690
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3691
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3692
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3693
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3694
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3695
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3696
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3697
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3698
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3699
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3680
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return isCanStartSubFlow; });
|
|
3681
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTaskUnionExamine; });
|
|
3682
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskUnionExamine; });
|
|
3683
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTaskTakeAdvice; });
|
|
3684
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskTakeAdvice; });
|
|
3685
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskStartDraft; });
|
|
3686
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskSupervise; });
|
|
3687
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskSuperviseSub; });
|
|
3688
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskStartDraft; });
|
|
3689
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskReview; });
|
|
3690
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskReview; });
|
|
3691
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toTaskUnionSeal; });
|
|
3692
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskUnionSeal; });
|
|
3693
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTwoOfficesDispatch; });
|
|
3694
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return twoOfficesDispatch; });
|
|
3695
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toResetProcessIndex; });
|
|
3696
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return resetProcess; });
|
|
3697
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskContinuationIndex; });
|
|
3698
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskContinuation; });
|
|
3699
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
|
|
3700
3700
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
|
|
3701
3701
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
3702
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3703
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3702
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
3703
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
|
|
3704
3704
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
3705
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3706
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3705
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskReadWithDraw; });
|
|
3706
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
3707
3707
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
3708
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3709
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3708
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sendList; });
|
|
3709
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return sendInfo; });
|
|
3710
3710
|
/* unused harmony export sendSave */
|
|
3711
3711
|
/* unused harmony export sendUpdate */
|
|
3712
3712
|
/* unused harmony export sendDelete */
|
|
3713
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3713
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return sendBatch; });
|
|
3714
3714
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
3715
3715
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
3716
3716
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
3717
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3717
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfoForStart; });
|
|
3718
3718
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
|
|
3719
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3719
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getUrgencyLevelChangedNotificationType; });
|
|
3720
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toFreeTaskCircularRead; });
|
|
3721
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
|
|
3720
3722
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
3721
3723
|
// 登录
|
|
3722
3724
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -3979,6 +3981,10 @@ var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircul
|
|
|
3979
3981
|
var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
|
|
3980
3982
|
var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
|
|
3981
3983
|
var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelChangedNotificationType';
|
|
3984
|
+
// 自由发起传阅查询
|
|
3985
|
+
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
3986
|
+
// 自由发起传阅提交
|
|
3987
|
+
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
|
3982
3988
|
|
|
3983
3989
|
/***/ }),
|
|
3984
3990
|
/* 2 */
|
|
@@ -5681,8 +5687,8 @@ var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
|
|
|
5681
5687
|
// EXTERNAL MODULE: external "throttle-debounce"
|
|
5682
5688
|
var external_throttle_debounce_ = __webpack_require__(14);
|
|
5683
5689
|
|
|
5684
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=
|
|
5685
|
-
var
|
|
5690
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=325dc074&
|
|
5691
|
+
var resetPasswordvue_type_template_id_325dc074_render = function () {
|
|
5686
5692
|
var _vm = this
|
|
5687
5693
|
var _h = _vm.$createElement
|
|
5688
5694
|
var _c = _vm._self._c || _h
|
|
@@ -5743,11 +5749,11 @@ var resetPasswordvue_type_template_id_45dccfdc_render = function () {
|
|
|
5743
5749
|
1
|
|
5744
5750
|
)
|
|
5745
5751
|
}
|
|
5746
|
-
var
|
|
5747
|
-
|
|
5752
|
+
var resetPasswordvue_type_template_id_325dc074_staticRenderFns = []
|
|
5753
|
+
resetPasswordvue_type_template_id_325dc074_render._withStripped = true
|
|
5748
5754
|
|
|
5749
5755
|
|
|
5750
|
-
// CONCATENATED MODULE: ./packages/login/src/resetPassword.vue?vue&type=template&id=
|
|
5756
|
+
// CONCATENATED MODULE: ./packages/login/src/resetPassword.vue?vue&type=template&id=325dc074&
|
|
5751
5757
|
|
|
5752
5758
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
5753
5759
|
var api = __webpack_require__(1);
|
|
@@ -6024,7 +6030,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
|
|
|
6024
6030
|
},
|
|
6025
6031
|
data: function data() {
|
|
6026
6032
|
return {
|
|
6027
|
-
activeIndex: '
|
|
6033
|
+
activeIndex: '0',
|
|
6028
6034
|
checkPassword: null,
|
|
6029
6035
|
checkPasswordMsg: null,
|
|
6030
6036
|
btnText: '获取验证码',
|
|
@@ -6036,21 +6042,14 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
|
|
|
6036
6042
|
};
|
|
6037
6043
|
},
|
|
6038
6044
|
created: function created() {
|
|
6039
|
-
var _this = this;
|
|
6040
|
-
|
|
6041
6045
|
this.getInitModifyPassword();
|
|
6042
6046
|
if (this.type) {
|
|
6043
6047
|
var types = this.type.split(',');
|
|
6044
6048
|
if (types.length) {
|
|
6045
|
-
|
|
6046
|
-
if (item != '0' && (item == '11' || item == '6')) {
|
|
6047
|
-
_this.activeIndex = item;
|
|
6048
|
-
return;
|
|
6049
|
-
}
|
|
6050
|
-
});
|
|
6049
|
+
this.activeIndex = types[0];
|
|
6051
6050
|
}
|
|
6052
6051
|
} else {
|
|
6053
|
-
this.activeIndex =
|
|
6052
|
+
this.activeIndex = '0';
|
|
6054
6053
|
}
|
|
6055
6054
|
},
|
|
6056
6055
|
destroyed: function destroyed() {
|
|
@@ -6067,31 +6066,31 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
|
|
|
6067
6066
|
}
|
|
6068
6067
|
},
|
|
6069
6068
|
getInitModifyPassword: function getInitModifyPassword() {
|
|
6070
|
-
var
|
|
6069
|
+
var _this = this;
|
|
6071
6070
|
|
|
6072
6071
|
util["a" /* default */].ajax({
|
|
6073
|
-
url: api["
|
|
6072
|
+
url: api["lb" /* initModifyPassword */]
|
|
6074
6073
|
}).then(function (res) {
|
|
6075
6074
|
if (res.rCode === 0) {
|
|
6076
6075
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
6077
6076
|
if (results.checkPassword) {
|
|
6078
|
-
|
|
6077
|
+
_this.checkPassword = new RegExp(results.checkPassword);
|
|
6079
6078
|
}
|
|
6080
6079
|
if (results.checkPasswordMsg) {
|
|
6081
|
-
|
|
6080
|
+
_this.checkPasswordMsg = results.checkPasswordMsg;
|
|
6082
6081
|
}
|
|
6083
6082
|
} else {
|
|
6084
6083
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
6085
|
-
|
|
6084
|
+
_this.$message.error(msg);
|
|
6086
6085
|
}
|
|
6087
6086
|
}).catch(function (err) {
|
|
6088
6087
|
if (err.message && err.message !== 'canceled') {
|
|
6089
|
-
|
|
6088
|
+
_this.$message.error(err.message);
|
|
6090
6089
|
}
|
|
6091
6090
|
});
|
|
6092
6091
|
},
|
|
6093
6092
|
getVerificationCode: function getVerificationCode() {
|
|
6094
|
-
var
|
|
6093
|
+
var _this2 = this;
|
|
6095
6094
|
|
|
6096
6095
|
if (this.countdown) {
|
|
6097
6096
|
return false;
|
|
@@ -6114,45 +6113,45 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
|
|
|
6114
6113
|
this.countdown = 60;
|
|
6115
6114
|
this.getCode(data);
|
|
6116
6115
|
this.timer = setInterval(function () {
|
|
6117
|
-
if (
|
|
6118
|
-
|
|
6119
|
-
|
|
6120
|
-
|
|
6116
|
+
if (_this2.countdown > 0) {
|
|
6117
|
+
_this2.countdown--;
|
|
6118
|
+
_this2.disabled = true;
|
|
6119
|
+
_this2.btnText = '重新获取' + _this2.countdown + 's';
|
|
6121
6120
|
} else {
|
|
6122
|
-
|
|
6123
|
-
|
|
6124
|
-
clearInterval(
|
|
6121
|
+
_this2.btnText = '获取验证码';
|
|
6122
|
+
_this2.disabled = false;
|
|
6123
|
+
clearInterval(_this2.timer);
|
|
6125
6124
|
}
|
|
6126
6125
|
}, 1000);
|
|
6127
6126
|
}
|
|
6128
6127
|
},
|
|
6129
6128
|
getCode: function getCode(params) {
|
|
6130
|
-
var
|
|
6129
|
+
var _this3 = this;
|
|
6131
6130
|
|
|
6132
6131
|
util["a" /* default */].ajax({
|
|
6133
|
-
url: api["
|
|
6132
|
+
url: api["Q" /* getModifyPassCode */],
|
|
6134
6133
|
params: params
|
|
6135
6134
|
}).then(function (res) {
|
|
6136
6135
|
if (res.rCode === 0) {
|
|
6137
|
-
|
|
6136
|
+
_this3.$message.success(res.msg);
|
|
6138
6137
|
} else {
|
|
6139
6138
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
6140
6139
|
if (res.rCode === 2) {
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
clearInterval(
|
|
6140
|
+
_this3.btnText = '获取验证码';
|
|
6141
|
+
_this3.disabled = false;
|
|
6142
|
+
_this3.countdown = 0;
|
|
6143
|
+
clearInterval(_this3.timer);
|
|
6145
6144
|
}
|
|
6146
|
-
|
|
6145
|
+
_this3.$message.error(msg);
|
|
6147
6146
|
}
|
|
6148
6147
|
}).catch(function (err) {
|
|
6149
6148
|
if (err.message && err.message !== 'canceled') {
|
|
6150
|
-
|
|
6149
|
+
_this3.$message.error(err.message);
|
|
6151
6150
|
}
|
|
6152
6151
|
});
|
|
6153
6152
|
},
|
|
6154
6153
|
handleSubmit: function handleSubmit(res) {
|
|
6155
|
-
var
|
|
6154
|
+
var _this4 = this;
|
|
6156
6155
|
|
|
6157
6156
|
this.submit = true;
|
|
6158
6157
|
|
|
@@ -6175,23 +6174,23 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
|
|
|
6175
6174
|
data.operationCheckCode = this.operationCheckCode;
|
|
6176
6175
|
util["a" /* default */].ajax({
|
|
6177
6176
|
method: 'post',
|
|
6178
|
-
url: api["
|
|
6177
|
+
url: api["pb" /* loginModifyPassword */],
|
|
6179
6178
|
data: data
|
|
6180
6179
|
}).then(function (res) {
|
|
6181
|
-
|
|
6180
|
+
_this4.submit = false;
|
|
6182
6181
|
if (res.rCode === 0) {
|
|
6183
|
-
|
|
6184
|
-
|
|
6182
|
+
_this4.$message.success(res.msg);
|
|
6183
|
+
_this4.$emit('success');
|
|
6185
6184
|
} else {
|
|
6186
6185
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
6187
|
-
|
|
6188
|
-
|
|
6189
|
-
delete
|
|
6190
|
-
clearInterval(
|
|
6186
|
+
_this4.$message.error(msg);
|
|
6187
|
+
_this4.disabled = false;
|
|
6188
|
+
delete _this4.formData.verificationCode;
|
|
6189
|
+
clearInterval(_this4.timer);
|
|
6191
6190
|
}
|
|
6192
6191
|
}).catch(function (err) {
|
|
6193
6192
|
if (err.message && err.message !== 'canceled') {
|
|
6194
|
-
|
|
6193
|
+
_this4.$message.error(err.message);
|
|
6195
6194
|
}
|
|
6196
6195
|
});
|
|
6197
6196
|
} else {
|
|
@@ -6205,21 +6204,21 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
|
|
|
6205
6204
|
url: api["g" /* codeModifyPass */],
|
|
6206
6205
|
data: data
|
|
6207
6206
|
}).then(function (res) {
|
|
6208
|
-
|
|
6207
|
+
_this4.submit = false;
|
|
6209
6208
|
if (res.rCode === 0) {
|
|
6210
|
-
|
|
6211
|
-
|
|
6209
|
+
_this4.$message.success(res.msg);
|
|
6210
|
+
_this4.$emit('success');
|
|
6212
6211
|
} else {
|
|
6213
6212
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
6214
|
-
|
|
6215
|
-
|
|
6216
|
-
clearInterval(
|
|
6217
|
-
delete
|
|
6218
|
-
|
|
6213
|
+
_this4.btnText = '获取验证码';
|
|
6214
|
+
_this4.disabled = false;
|
|
6215
|
+
clearInterval(_this4.timer);
|
|
6216
|
+
delete _this4.formData.verificationCode;
|
|
6217
|
+
_this4.$message.error(msg);
|
|
6219
6218
|
}
|
|
6220
6219
|
}).catch(function (err) {
|
|
6221
6220
|
if (err.message && err.message !== 'canceled') {
|
|
6222
|
-
|
|
6221
|
+
_this4.$message.error(err.message);
|
|
6223
6222
|
}
|
|
6224
6223
|
});
|
|
6225
6224
|
}
|
|
@@ -6248,8 +6247,8 @@ var componentNormalizer = __webpack_require__(3);
|
|
|
6248
6247
|
|
|
6249
6248
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
6250
6249
|
src_resetPasswordvue_type_script_lang_js_,
|
|
6251
|
-
|
|
6252
|
-
|
|
6250
|
+
resetPasswordvue_type_template_id_325dc074_render,
|
|
6251
|
+
resetPasswordvue_type_template_id_325dc074_staticRenderFns,
|
|
6253
6252
|
false,
|
|
6254
6253
|
null,
|
|
6255
6254
|
null,
|
|
@@ -6805,7 +6804,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
6805
6804
|
//初始登录配置接口地址
|
|
6806
6805
|
initLogin: {
|
|
6807
6806
|
type: String,
|
|
6808
|
-
default: api["
|
|
6807
|
+
default: api["kb" /* initLogin */]
|
|
6809
6808
|
},
|
|
6810
6809
|
size: String,
|
|
6811
6810
|
mode: {
|
|
@@ -6929,7 +6928,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
6929
6928
|
},
|
|
6930
6929
|
getLoginCode: {
|
|
6931
6930
|
type: String,
|
|
6932
|
-
default: api["
|
|
6931
|
+
default: api["P" /* getLoginCode */]
|
|
6933
6932
|
},
|
|
6934
6933
|
doCodeLogin: {
|
|
6935
6934
|
type: String,
|
|
@@ -6937,7 +6936,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
6937
6936
|
},
|
|
6938
6937
|
getTwoFactorLoginCode: {
|
|
6939
6938
|
type: String,
|
|
6940
|
-
default: api["
|
|
6939
|
+
default: api["db" /* getTwoFactorLoginCode */]
|
|
6941
6940
|
},
|
|
6942
6941
|
doTwoFactorLogin: {
|
|
6943
6942
|
type: String,
|