eoss-ui 0.4.51 → 0.4.53

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.
Files changed (62) hide show
  1. package/lib/button-group.js +95 -88
  2. package/lib/button.js +95 -88
  3. package/lib/checkbox-group.js +96 -89
  4. package/lib/config/api.js +2 -0
  5. package/lib/data-table-form.js +96 -89
  6. package/lib/data-table.js +98 -91
  7. package/lib/date-picker.js +95 -88
  8. package/lib/dialog.js +95 -88
  9. package/lib/eoss-ui.common.js +897 -556
  10. package/lib/flow-group.js +95 -88
  11. package/lib/flow-list.js +99 -92
  12. package/lib/flow.js +419 -339
  13. package/lib/form.js +96 -89
  14. package/lib/handle-user.js +96 -89
  15. package/lib/handler.js +117 -110
  16. package/lib/index.js +1 -1
  17. package/lib/input-number.js +95 -88
  18. package/lib/input.js +95 -88
  19. package/lib/login.js +124 -99
  20. package/lib/main.js +415 -173
  21. package/lib/mainComp.js +111 -104
  22. package/lib/nav.js +110 -95
  23. package/lib/notify.js +95 -91
  24. package/lib/page.js +95 -88
  25. package/lib/player.js +95 -88
  26. package/lib/qr-code.js +95 -88
  27. package/lib/radio-group.js +96 -89
  28. package/lib/select-ganged.js +95 -88
  29. package/lib/select.js +96 -89
  30. package/lib/selector-panel.js +113 -106
  31. package/lib/selector.js +96 -89
  32. package/lib/sizer.js +97 -90
  33. package/lib/steps.js +95 -88
  34. package/lib/switch.js +95 -88
  35. package/lib/table-form.js +95 -88
  36. package/lib/tabs.js +95 -88
  37. package/lib/theme-chalk/index.css +1 -1
  38. package/lib/theme-chalk/main.css +1 -1
  39. package/lib/theme-chalk/menu.css +1 -1
  40. package/lib/tips.js +96 -89
  41. package/lib/tree-group.js +95 -88
  42. package/lib/tree.js +96 -89
  43. package/lib/upload.js +104 -97
  44. package/lib/utils/util.js +5 -2
  45. package/lib/wujie.js +95 -88
  46. package/lib/wxlogin.js +95 -88
  47. package/package.json +1 -1
  48. package/packages/flow/src/main.vue +106 -34
  49. package/packages/flow/src/startTaskRead.vue +10 -2
  50. package/packages/handler/src/main.vue +13 -15
  51. package/packages/login/src/main.vue +34 -3
  52. package/packages/main/src/main.vue +128 -68
  53. package/packages/main/src/settings.vue +51 -4
  54. package/packages/nav/src/main.vue +22 -10
  55. package/packages/theme-chalk/lib/index.css +1 -1
  56. package/packages/theme-chalk/lib/main.css +1 -1
  57. package/packages/theme-chalk/lib/menu.css +1 -1
  58. package/packages/theme-chalk/src/main.scss +45 -6
  59. package/packages/theme-chalk/src/menu.scss +0 -1
  60. package/src/config/api.js +2 -0
  61. package/src/index.js +1 -1
  62. package/src/utils/util.js +4 -2
package/lib/mainComp.js CHANGED
@@ -101,6 +101,8 @@ module.exports =
101
101
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_4__);
102
102
  var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
103
103
 
104
+ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
105
+
104
106
  /**
105
107
  * 新封装公告方法规范:
106
108
  * 1.方法顺序按字母顺序排列
@@ -204,6 +206,7 @@ var ajax = function ajax(_ref) {
204
206
  });
205
207
  // 请求拦截
206
208
  http.interceptors.request.use(function (config) {
209
+ config.header && (config.headers = _extends({}, config.headers, config.header));
207
210
  config.headers.common = getStorage();
208
211
  // 根据请求的信息(请求方式,url,请求get/post数据),产生map的key
209
212
  var requestKey = getRequestKey(config);
@@ -350,9 +353,9 @@ var ajax = function ajax(_ref) {
350
353
  if (!mix) {
351
354
  params = {};
352
355
  }
353
- if (format && !headers) {
356
+ if (format && !header['content-type']) {
354
357
  data = qs__WEBPACK_IMPORTED_MODULE_2___default.a.stringify(data);
355
- header['content-type'] = 'application/x-www-form-urlencoded';
358
+ header['content-type'] = 'application/x-www-form-urlencoded;charset=UTF-8';
356
359
  }
357
360
  }
358
361
  return http({
@@ -2346,120 +2349,122 @@ var watermark = function watermark(option) {
2346
2349
 
2347
2350
  "use strict";
2348
2351
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCaLogin; });
2349
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doUserLogin; });
2352
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doUserLogin; });
2350
2353
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doQrLogin; });
2351
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return logout; });
2352
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initLogin; });
2353
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return switchUserTo; });
2354
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return logout; });
2355
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return initLogin; });
2356
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return switchUserTo; });
2354
2357
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
2355
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getLoginCode; });
2358
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getLoginCode; });
2356
2359
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCodeLogin; });
2357
2360
  /* unused harmony export updateCode */
2358
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getModifyPassCode; });
2361
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getModifyPassCode; });
2359
2362
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
2360
2363
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
2361
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initModifyPassword; });
2362
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
2363
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainConfig; });
2364
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return initUserSet; });
2365
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return updateUserInfo; });
2364
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return initModifyPassword; });
2365
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doWechatQrLogin; });
2366
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getTwoFactorLoginCode; });
2367
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doTwoFactorLogin; });
2368
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return mainConfig; });
2369
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return initUserSet; });
2370
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return updateUserInfo; });
2366
2371
  /* unused harmony export getUserImgUrl */
2367
2372
  /* unused harmony export getDoorIndex */
2368
2373
  /* unused harmony export refreshOnlineUsers */
2369
2374
  /* unused harmony export getQuickMenuIds */
2370
2375
  /* unused harmony export getApplicationIdArray */
2371
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplications; });
2372
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getComplexApplicationsNew; });
2376
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getComplexApplications; });
2377
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getComplexApplicationsNew; });
2373
2378
  /* unused harmony export getUserCustomInfo */
2374
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserCustomInfo; });
2375
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return sysMsgPage; });
2376
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return ignoreSysMsg; });
2377
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreAllSysMsg; });
2378
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getAdjunctProperties; });
2379
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return uploads; });
2380
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadOnlyOne; });
2381
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctFileInfos; });
2382
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploadSort; });
2383
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
2384
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadDownloads; });
2385
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct; });
2386
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunct2; });
2387
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return previewAdjunctOffice; });
2379
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return updateUserCustomInfo; });
2380
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return sysMsgPage; });
2381
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return ignoreSysMsg; });
2382
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return ignoreAllSysMsg; });
2383
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getAdjunctProperties; });
2384
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return uploads; });
2385
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return uploadOnlyOne; });
2386
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getAdjunctFileInfos; });
2387
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return uploadSort; });
2388
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return downloadByAdjunctId; });
2389
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploadDownloads; });
2390
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return previewAdjunct; });
2391
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return previewAdjunct2; });
2392
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return previewAdjunctOffice; });
2388
2393
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return delAdjunct; });
2389
2394
  /* unused harmony export upload_updateClassify */
2390
2395
  /* unused harmony export getDeleteAdjunctFileInfos */
2391
2396
  /* unused harmony export getPictureBase64 */
2392
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getSelectorOrgTree; });
2393
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectorOrgDetail; });
2394
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getOrgMainTree; });
2395
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectOrgsubids; });
2396
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findSysCode; });
2397
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getSelectorOrgTree; });
2398
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getSelectorOrgDetail; });
2399
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getOrgMainTree; });
2400
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectOrgsubids; });
2401
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCode; });
2397
2402
  /* unused harmony export findUserBaseInfo */
2398
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return gethelpdoc; });
2403
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return gethelpdoc; });
2399
2404
  /* unused harmony export getCurrentuser */
2400
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return mainDetail; });
2401
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartFlow; });
2402
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return tempSave; });
2405
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return mainDetail; });
2406
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toStartFlow; });
2407
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return tempSave; });
2403
2408
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
2404
2409
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
2405
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
2406
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return saveCommonOpinion; });
2407
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateCommonOpinion; });
2410
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return editCommonOpion; });
2411
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return saveCommonOpinion; });
2412
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return updateCommonOpinion; });
2408
2413
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
2409
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getProcessDefList; });
2410
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNodeInfo; });
2411
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return findCodeValues; });
2412
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findSysParam; });
2413
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
2414
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getNotificationMsg; });
2415
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getHandleInfoHtml; });
2416
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskHandleHtml; });
2414
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getProcessDefList; });
2415
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getNodeInfo; });
2416
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findCodeValues; });
2417
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysParam; });
2418
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findSysCodes; });
2419
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getNotificationMsg; });
2420
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getHandleInfoHtml; });
2421
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskHandleHtml; });
2417
2422
  /* unused harmony export getView */
2418
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return register; });
2419
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryList; });
2420
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskRejectHtml; });
2421
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskRejectHtml; });
2422
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskRead; });
2423
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toStartTaskReadIndex; });
2424
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskReadHtml; });
2425
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return rejectAndEnd; });
2426
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toSendMsg; });
2427
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return sendMsg; });
2428
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
2429
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return handleInfo; });
2430
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return loginUserInfo; });
2431
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return wss; });
2432
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return topic; });
2433
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetCustomInfo; });
2434
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getPresetNodeInfo; });
2435
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskTransferIndex; });
2436
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskTransfer; });
2437
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toPresetInfoListIndex; });
2423
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return register; });
2424
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return pendedhistoryList; });
2425
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskRejectHtml; });
2426
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskRejectHtml; });
2427
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toStartTaskRead; });
2428
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toStartTaskReadIndex; });
2429
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskReadHtml; });
2430
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return rejectAndEnd; });
2431
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toSendMsg; });
2432
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return sendMsg; });
2433
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return endFlowHtml; });
2434
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return handleInfo; });
2435
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return loginUserInfo; });
2436
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return wss; });
2437
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return topic; });
2438
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getPresetCustomInfo; });
2439
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getPresetNodeInfo; });
2440
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskTransferIndex; });
2441
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskTransfer; });
2442
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toPresetInfoListIndex; });
2438
2443
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
2439
2444
  /* unused harmony export historyListJson */
2440
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pendedhistoryListJson; });
2441
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return pressListJson; });
2445
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return pendedhistoryListJson; });
2446
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return pressListJson; });
2442
2447
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
2443
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return isCanStartSubFlow; });
2444
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionExamine; });
2445
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionExamine; });
2446
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTakeAdvice; });
2447
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTakeAdvice; });
2448
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskStartDraft; });
2449
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskStartDraft; });
2450
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskReview; });
2451
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskReview; });
2452
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskUnionSeal; });
2453
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskUnionSeal; });
2454
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTwoOfficesDispatch; });
2455
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return twoOfficesDispatch; });
2456
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendList; });
2457
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendInfo; });
2448
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return isCanStartSubFlow; });
2449
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTaskUnionExamine; });
2450
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskUnionExamine; });
2451
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskTakeAdvice; });
2452
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskTakeAdvice; });
2453
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskStartDraft; });
2454
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskStartDraft; });
2455
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskReview; });
2456
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskReview; });
2457
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskUnionSeal; });
2458
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskUnionSeal; });
2459
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTwoOfficesDispatch; });
2460
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return twoOfficesDispatch; });
2461
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return sendList; });
2462
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return sendInfo; });
2458
2463
  /* unused harmony export sendSave */
2459
2464
  /* unused harmony export sendUpdate */
2460
2465
  /* unused harmony export sendDelete */
2461
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendBatch; });
2462
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return formContents; });
2466
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendBatch; });
2467
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return formContents; });
2463
2468
  // 登录
2464
2469
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
2465
2470
  var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
@@ -2476,6 +2481,8 @@ var codeModifyPass = '/sso2/signIn/assembly/codeModifyPass'; // 验证码重置
2476
2481
  var authCenter = '/sso2/authCenter/login'; // 单点登录认证中心
2477
2482
  var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始化密码修改信息
2478
2483
  var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录
2484
+ var getTwoFactorLoginCode = '/sso2/signIn/auth/getTwoFactorLoginCode'; // 双因素登录,通过消息中心发送登陆验证码给用户
2485
+ var doTwoFactorLogin = '/sso2/signIn/auth/doTwoFactorLogin'; // 双因素登录
2479
2486
  // 框架
2480
2487
  var mainConfig = '/main2/main/mainConfig'; // 获取主页面配置
2481
2488
  var initUserSet = '/main2/main/initUserSet'; // 获取用户信息
@@ -3539,7 +3546,7 @@ var util = __webpack_require__(0);
3539
3546
  var _this2 = this;
3540
3547
 
3541
3548
  util["a" /* default */].ajax({
3542
- url: api["S" /* initUserSet */]
3549
+ url: api["U" /* initUserSet */]
3543
3550
  }).then(function (res) {
3544
3551
  if (res.rCode === 0) {
3545
3552
  var results = JSON.parse(JSON.stringify(res.results));
@@ -3577,7 +3584,7 @@ var util = __webpack_require__(0);
3577
3584
  if (res.url) {
3578
3585
  url = res.url;
3579
3586
  } else {
3580
- url = api["o" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
3587
+ url = api["p" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
3581
3588
  }
3582
3589
  this.$emit('change', 'userHeadUrl', url);
3583
3590
  },
@@ -3586,7 +3593,7 @@ var util = __webpack_require__(0);
3586
3593
 
3587
3594
  switch (type) {
3588
3595
  case 'job':
3589
- util["a" /* default */].ajax({ url: api["lb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
3596
+ util["a" /* default */].ajax({ url: api["nb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
3590
3597
  if (res.rCode == 0) {
3591
3598
  util["a" /* default */].setStorage({
3592
3599
  type: _this3.storage,
@@ -3624,7 +3631,7 @@ var util = __webpack_require__(0);
3624
3631
  var _this4 = this;
3625
3632
 
3626
3633
  util["a" /* default */].ajax({
3627
- url: api["Ob" /* updateUserInfo */],
3634
+ url: api["Qb" /* updateUserInfo */],
3628
3635
  params: {
3629
3636
  email: this.values.email,
3630
3637
  officeTel: this.values.officetel,
@@ -3662,7 +3669,7 @@ var util = __webpack_require__(0);
3662
3669
  var notify = _this4.values.notify.sort().join(',');
3663
3670
  if (notify != _this4.notify.split(',').sort().join(',')) {
3664
3671
  util["a" /* default */].ajax({
3665
- url: api["Nb" /* updateUserCustomInfo */],
3672
+ url: api["Pb" /* updateUserCustomInfo */],
3666
3673
  params: {
3667
3674
  notify: notify
3668
3675
  }
@@ -4217,7 +4224,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
4217
4224
  if (this.pageNum <= this.pageCount) {
4218
4225
  this.loading = true;
4219
4226
  util["a" /* default */].ajax({
4220
- url: api["mb" /* sysMsgPage */],
4227
+ url: api["ob" /* sysMsgPage */],
4221
4228
  params: {
4222
4229
  pageNum: reload ? 1 : this.pageNum,
4223
4230
  pageSize: this.pageSize
@@ -4250,7 +4257,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
4250
4257
  var _this2 = this;
4251
4258
 
4252
4259
  util["a" /* default */].ajax({
4253
- url: api["P" /* ignoreSysMsg */],
4260
+ url: api["R" /* ignoreSysMsg */],
4254
4261
  params: {
4255
4262
  id: res.id
4256
4263
  }
@@ -4270,7 +4277,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
4270
4277
  var _this3 = this;
4271
4278
 
4272
4279
  util["a" /* default */].ajax({
4273
- url: api["O" /* ignoreAllSysMsg */]
4280
+ url: api["Q" /* ignoreAllSysMsg */]
4274
4281
  }).then(function (res) {
4275
4282
  _this3.count = 0;
4276
4283
  _this3.msgs = [];
@@ -4585,7 +4592,7 @@ noticevue_type_template_id_3741e357_render._withStripped = true
4585
4592
  var _this = this;
4586
4593
 
4587
4594
  util["a" /* default */].ajax({
4588
- url: api["O" /* ignoreAllSysMsg */]
4595
+ url: api["Q" /* ignoreAllSysMsg */]
4589
4596
  }).then(function (res) {
4590
4597
  _this.count = 0;
4591
4598
  _this.msgs = [];
@@ -5173,7 +5180,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
5173
5180
  //获取用户信息的接口
5174
5181
  mainConfig: {
5175
5182
  type: String,
5176
- default: api["W" /* mainConfig */]
5183
+ default: api["Y" /* mainConfig */]
5177
5184
  },
5178
5185
  iframeId: {
5179
5186
  type: String,
@@ -5235,9 +5242,9 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
5235
5242
  return this.menuUrl;
5236
5243
  }
5237
5244
  if (this.application) {
5238
- return api["z" /* getComplexApplicationsNew */];
5245
+ return api["A" /* getComplexApplicationsNew */];
5239
5246
  }
5240
- return api["y" /* getComplexApplications */];
5247
+ return api["z" /* getComplexApplications */];
5241
5248
  },
5242
5249
 
5243
5250
  //是否双列右侧菜单
@@ -5453,7 +5460,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
5453
5460
  var _this = this;
5454
5461
 
5455
5462
  var params = {
5456
- url: api["X" /* mainDetail */],
5463
+ url: api["Z" /* mainDetail */],
5457
5464
  params: { id: id }
5458
5465
  };
5459
5466
  util["a" /* default */].ajax(params).then(function (res) {
@@ -5574,7 +5581,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
5574
5581
  return;
5575
5582
  }
5576
5583
  util["a" /* default */].ajax({
5577
- url: api["Nb" /* updateUserCustomInfo */],
5584
+ url: api["Pb" /* updateUserCustomInfo */],
5578
5585
  params: { color: escape(color.toLowerCase()) },
5579
5586
  data: { color: escape(color.toLowerCase()) }
5580
5587
  }).then(function (res) {
@@ -6558,7 +6565,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
6558
6565
  //初始化weosocket
6559
6566
  //初始化weosocket
6560
6567
  if (!this.websocket) {
6561
- var url = (util["a" /* default */].getStorage('wshost') || '') + api["Tb" /* wss */];
6568
+ var url = (util["a" /* default */].getStorage('wshost') || '') + api["Vb" /* wss */];
6562
6569
  this.websocket = new external_sockjs_client_default.a(url);
6563
6570
  }
6564
6571
 
@@ -6573,7 +6580,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
6573
6580
  client.connect({}, function () {
6574
6581
  //localStorage.setItem("socket",true);
6575
6582
  //订阅服务端的
6576
- client.subscribe(api["Kb" /* topic */], function (response) {
6583
+ client.subscribe(api["Mb" /* topic */], function (response) {
6577
6584
  var res = JSON.parse(response.body);
6578
6585
  var data = res.data;
6579
6586
  for (var i in data) {