eoss-ui 0.4.54 → 0.4.56

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 (65) hide show
  1. package/CHANGELOG.md +929 -0
  2. package/lib/button-group.js +137 -104
  3. package/lib/button.js +139 -106
  4. package/lib/cascader.js +2 -2
  5. package/lib/checkbox-group.js +141 -108
  6. package/lib/config/api.js +4 -0
  7. package/lib/data-table-form.js +138 -105
  8. package/lib/data-table.js +140 -107
  9. package/lib/date-picker.js +146 -113
  10. package/lib/dialog.js +141 -108
  11. package/lib/eoss-ui.common.js +790 -296
  12. package/lib/flow-group.js +137 -104
  13. package/lib/flow-list.js +144 -111
  14. package/lib/flow.js +188 -155
  15. package/lib/form.js +138 -105
  16. package/lib/handle-user.js +138 -105
  17. package/lib/handler.js +138 -105
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +139 -106
  20. package/lib/input.js +139 -106
  21. package/lib/label.js +2 -2
  22. package/lib/login.js +167 -130
  23. package/lib/main.js +153 -120
  24. package/lib/mainComp.js +153 -120
  25. package/lib/menu.js +2 -2
  26. package/lib/nav.js +137 -104
  27. package/lib/notify.js +109 -101
  28. package/lib/page.js +137 -104
  29. package/lib/player.js +137 -104
  30. package/lib/qr-code.js +137 -104
  31. package/lib/radio-group.js +138 -105
  32. package/lib/retrial-auth.js +3328 -0
  33. package/lib/select-ganged.js +139 -106
  34. package/lib/select.js +140 -107
  35. package/lib/selector-panel.js +155 -122
  36. package/lib/selector.js +140 -107
  37. package/lib/sizer.js +141 -108
  38. package/lib/steps.js +139 -106
  39. package/lib/switch.js +139 -106
  40. package/lib/table-form.js +139 -106
  41. package/lib/tabs-panel.js +2 -2
  42. package/lib/tabs.js +146 -113
  43. package/lib/theme-chalk/index.css +1 -1
  44. package/lib/theme-chalk/retrial-auth.css +1 -0
  45. package/lib/tips.js +140 -107
  46. package/lib/toolbar.js +2 -2
  47. package/lib/tree-group.js +139 -106
  48. package/lib/tree.js +140 -107
  49. package/lib/upload.js +147 -114
  50. package/lib/utils/util.js +33 -8
  51. package/lib/wujie.js +139 -106
  52. package/lib/wxlogin.js +139 -106
  53. package/package.json +2 -2
  54. package/packages/checkbox-group/src/main.vue +7 -7
  55. package/packages/dialog/src/main.vue +2 -2
  56. package/packages/login/src/main.vue +21 -15
  57. package/packages/retrial-auth/index.js +5 -0
  58. package/packages/retrial-auth/src/main.vue +271 -0
  59. package/packages/theme-chalk/lib/index.css +1 -1
  60. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  61. package/packages/theme-chalk/src/index.scss +1 -0
  62. package/packages/theme-chalk/src/retrial-auth.scss +38 -0
  63. package/src/config/api.js +4 -0
  64. package/src/index.js +4 -1
  65. package/src/utils/util.js +33 -7
package/lib/mainComp.js CHANGED
@@ -101,8 +101,6 @@ 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
-
106
104
  /**
107
105
  * 新封装公告方法规范:
108
106
  * 1.方法顺序按字母顺序排列
@@ -128,6 +126,7 @@ var $lightColorCount = 5;
128
126
  var $darkColorCount = 4;
129
127
  var publicKey = 'abcdefghijklmnopqrstuvwxyz12345678';
130
128
  var loginMsg = void 0;
129
+ var initAuth = void 0;
131
130
 
132
131
  var JSONbigToString = json_bigint__WEBPACK_IMPORTED_MODULE_3___default()({ storeAsString: true });
133
132
 
@@ -206,7 +205,6 @@ var ajax = function ajax(_ref) {
206
205
  });
207
206
  // 请求拦截
208
207
  http.interceptors.request.use(function (config) {
209
- config.header && (config.headers = _extends({}, config.headers, config.header));
210
208
  config.headers.common = getStorage();
211
209
  // 根据请求的信息(请求方式,url,请求get/post数据),产生map的key
212
210
  var requestKey = getRequestKey(config);
@@ -279,11 +277,38 @@ var ajax = function ajax(_ref) {
279
277
  }).catch(function (e) {});
280
278
  }, 1000);
281
279
  }
282
- return Promise.reject(response.data);
283
- } else {
284
- // eslint-disable-next-line no-undef
285
- return Promise.resolve(response.data);
280
+ } else if (response.data.rCode === 61) {
281
+ clearTimeout(initAuth);
282
+ initAuth = setTimeout(function () {
283
+ Object(eoss_element__WEBPACK_IMPORTED_MODULE_4__["MessageBox"])({
284
+ title: '请进行二次鉴权',
285
+ closeOnClickModal: false,
286
+ closeOnPressEscape: false,
287
+ showConfirmButton: false,
288
+ dangerouslyUseHTMLString: true,
289
+ scroll: false,
290
+ customClass: 'es-retrial-auth-msg',
291
+ render: function render(h, msgBox) {
292
+ return h('es-retrial-auth', {
293
+ ref: 'auth',
294
+ props: {
295
+ group: response.data.results.retrialAuthGroupIds,
296
+ type: response.data.results.retrialAuthType,
297
+ msgBox: msgBox
298
+ }
299
+ });
300
+ },
301
+ callback: function callback(res, obj) {
302
+ obj.$children.forEach(function (item) {
303
+ item.clearTimeouts && item.clearTimeouts();
304
+ return;
305
+ });
306
+ }
307
+ });
308
+ }, 1000);
286
309
  }
310
+ // eslint-disable-next-line no-undef
311
+ return Promise.resolve(response.data);
287
312
  }
288
313
  }, function (error) {
289
314
  loading && loading.close();
@@ -363,7 +388,7 @@ var ajax = function ajax(_ref) {
363
388
  url: url,
364
389
  data: data,
365
390
  params: params,
366
- header: header
391
+ headers: header
367
392
  });
368
393
  };
369
394
 
@@ -2348,123 +2373,127 @@ var watermark = function watermark(option) {
2348
2373
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2349
2374
 
2350
2375
  "use strict";
2351
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCaLogin; });
2352
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doUserLogin; });
2353
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doQrLogin; });
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; });
2376
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCaLogin; });
2377
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doUserLogin; });
2378
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doQrLogin; });
2379
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return logout; });
2380
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return initLogin; });
2381
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return switchUserTo; });
2357
2382
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
2358
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getLoginCode; });
2359
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCodeLogin; });
2383
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getLoginCode; });
2384
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCodeLogin; });
2360
2385
  /* unused harmony export updateCode */
2361
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getModifyPassCode; });
2386
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getModifyPassCode; });
2362
2387
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
2363
2388
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
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; });
2389
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return initModifyPassword; });
2390
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doWechatQrLogin; });
2391
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getTwoFactorLoginCode; });
2392
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doTwoFactorLogin; });
2393
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initRetrialAuth; });
2394
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getRetrialAuthCode; });
2395
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return scanCodeRetrialAuth; });
2396
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
2397
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return mainConfig; });
2398
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initUserSet; });
2399
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return updateUserInfo; });
2371
2400
  /* unused harmony export getUserImgUrl */
2372
2401
  /* unused harmony export getDoorIndex */
2373
2402
  /* unused harmony export refreshOnlineUsers */
2374
2403
  /* unused harmony export getQuickMenuIds */
2375
2404
  /* unused harmony export getApplicationIdArray */
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; });
2405
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getComplexApplications; });
2406
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplicationsNew; });
2378
2407
  /* unused harmony export getUserCustomInfo */
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; });
2393
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return delAdjunct; });
2408
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return updateUserCustomInfo; });
2409
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sysMsgPage; });
2410
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return ignoreSysMsg; });
2411
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return ignoreAllSysMsg; });
2412
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctProperties; });
2413
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploads; });
2414
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return uploadOnlyOne; });
2415
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getAdjunctFileInfos; });
2416
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return uploadSort; });
2417
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return downloadByAdjunctId; });
2418
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return uploadDownloads; });
2419
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return previewAdjunct; });
2420
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return previewAdjunct2; });
2421
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return previewAdjunctOffice; });
2422
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
2394
2423
  /* unused harmony export upload_updateClassify */
2395
2424
  /* unused harmony export getDeleteAdjunctFileInfos */
2396
2425
  /* unused harmony export getPictureBase64 */
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; });
2426
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getSelectorOrgTree; });
2427
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getSelectorOrgDetail; });
2428
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getOrgMainTree; });
2429
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getSelectOrgsubids; });
2430
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findSysCode; });
2402
2431
  /* unused harmony export findUserBaseInfo */
2403
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return gethelpdoc; });
2432
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return gethelpdoc; });
2404
2433
  /* unused harmony export getCurrentuser */
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; });
2408
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
2434
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return mainDetail; });
2435
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toStartFlow; });
2436
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return tempSave; });
2437
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
2409
2438
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
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; });
2413
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
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; });
2439
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return editCommonOpion; });
2440
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return saveCommonOpinion; });
2441
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return updateCommonOpinion; });
2442
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
2443
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getProcessDefList; });
2444
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getNodeInfo; });
2445
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findCodeValues; });
2446
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysParam; });
2447
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCodes; });
2448
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getNotificationMsg; });
2449
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getHandleInfoHtml; });
2450
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskHandleHtml; });
2422
2451
  /* unused harmony export getView */
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; });
2443
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
2452
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return register; });
2453
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return pendedhistoryList; });
2454
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskRejectHtml; });
2455
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskRejectHtml; });
2456
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toStartTaskRead; });
2457
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toStartTaskReadIndex; });
2458
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskReadHtml; });
2459
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return rejectAndEnd; });
2460
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toSendMsg; });
2461
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendMsg; });
2462
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return endFlowHtml; });
2463
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return handleInfo; });
2464
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return loginUserInfo; });
2465
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return wss; });
2466
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return topic; });
2467
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getPresetCustomInfo; });
2468
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getPresetNodeInfo; });
2469
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskTransferIndex; });
2470
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskTransfer; });
2471
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toPresetInfoListIndex; });
2472
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
2444
2473
  /* unused harmony export historyListJson */
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; });
2447
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
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; });
2474
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return pendedhistoryListJson; });
2475
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return pressListJson; });
2476
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
2477
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return isCanStartSubFlow; });
2478
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskUnionExamine; });
2479
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskUnionExamine; });
2480
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskTakeAdvice; });
2481
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskTakeAdvice; });
2482
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskStartDraft; });
2483
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskStartDraft; });
2484
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTaskReview; });
2485
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskReview; });
2486
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskUnionSeal; });
2487
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskUnionSeal; });
2488
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTwoOfficesDispatch; });
2489
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return twoOfficesDispatch; });
2490
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return sendList; });
2491
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return sendInfo; });
2463
2492
  /* unused harmony export sendSave */
2464
2493
  /* unused harmony export sendUpdate */
2465
2494
  /* unused harmony export sendDelete */
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; });
2495
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return sendBatch; });
2496
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return formContents; });
2468
2497
  // 登录
2469
2498
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
2470
2499
  var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
@@ -2483,6 +2512,10 @@ var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始
2483
2512
  var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录
2484
2513
  var getTwoFactorLoginCode = '/sso2/signIn/auth/getTwoFactorLoginCode'; // 双因素登录,通过消息中心发送登陆验证码给用户
2485
2514
  var doTwoFactorLogin = '/sso2/signIn/auth/doTwoFactorLogin'; // 双因素登录
2515
+ var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身份权限验证页面
2516
+ var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
2517
+ var scanCodeRetrialAuth = '/sso2/retrialAuth/scanCodeRetrialAuth'; // 二维码扫码验证(二级权限验证)
2518
+ var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
2486
2519
  // 框架
2487
2520
  var mainConfig = '/main2/main/mainConfig'; // 获取主页面配置
2488
2521
  var initUserSet = '/main2/main/initUserSet'; // 获取用户信息
@@ -3546,7 +3579,7 @@ var util = __webpack_require__(0);
3546
3579
  var _this2 = this;
3547
3580
 
3548
3581
  util["a" /* default */].ajax({
3549
- url: api["U" /* initUserSet */]
3582
+ url: api["X" /* initUserSet */]
3550
3583
  }).then(function (res) {
3551
3584
  if (res.rCode === 0) {
3552
3585
  var results = JSON.parse(JSON.stringify(res.results));
@@ -3584,7 +3617,7 @@ var util = __webpack_require__(0);
3584
3617
  if (res.url) {
3585
3618
  url = res.url;
3586
3619
  } else {
3587
- url = api["p" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
3620
+ url = api["q" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
3588
3621
  }
3589
3622
  this.$emit('change', 'userHeadUrl', url);
3590
3623
  },
@@ -3593,7 +3626,7 @@ var util = __webpack_require__(0);
3593
3626
 
3594
3627
  switch (type) {
3595
3628
  case 'job':
3596
- util["a" /* default */].ajax({ url: api["nb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
3629
+ util["a" /* default */].ajax({ url: api["rb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
3597
3630
  if (res.rCode == 0) {
3598
3631
  util["a" /* default */].setStorage({
3599
3632
  type: _this3.storage,
@@ -3631,7 +3664,7 @@ var util = __webpack_require__(0);
3631
3664
  var _this4 = this;
3632
3665
 
3633
3666
  util["a" /* default */].ajax({
3634
- url: api["Qb" /* updateUserInfo */],
3667
+ url: api["Ub" /* updateUserInfo */],
3635
3668
  params: {
3636
3669
  email: this.values.email,
3637
3670
  officeTel: this.values.officetel,
@@ -3669,7 +3702,7 @@ var util = __webpack_require__(0);
3669
3702
  var notify = _this4.values.notify.sort().join(',');
3670
3703
  if (notify != _this4.notify.split(',').sort().join(',')) {
3671
3704
  util["a" /* default */].ajax({
3672
- url: api["Pb" /* updateUserCustomInfo */],
3705
+ url: api["Tb" /* updateUserCustomInfo */],
3673
3706
  params: {
3674
3707
  notify: notify
3675
3708
  }
@@ -4224,7 +4257,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
4224
4257
  if (this.pageNum <= this.pageCount) {
4225
4258
  this.loading = true;
4226
4259
  util["a" /* default */].ajax({
4227
- url: api["ob" /* sysMsgPage */],
4260
+ url: api["sb" /* sysMsgPage */],
4228
4261
  params: {
4229
4262
  pageNum: reload ? 1 : this.pageNum,
4230
4263
  pageSize: this.pageSize
@@ -4257,7 +4290,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
4257
4290
  var _this2 = this;
4258
4291
 
4259
4292
  util["a" /* default */].ajax({
4260
- url: api["R" /* ignoreSysMsg */],
4293
+ url: api["T" /* ignoreSysMsg */],
4261
4294
  params: {
4262
4295
  id: res.id
4263
4296
  }
@@ -4277,7 +4310,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
4277
4310
  var _this3 = this;
4278
4311
 
4279
4312
  util["a" /* default */].ajax({
4280
- url: api["Q" /* ignoreAllSysMsg */]
4313
+ url: api["S" /* ignoreAllSysMsg */]
4281
4314
  }).then(function (res) {
4282
4315
  _this3.count = 0;
4283
4316
  _this3.msgs = [];
@@ -4592,7 +4625,7 @@ noticevue_type_template_id_3741e357_render._withStripped = true
4592
4625
  var _this = this;
4593
4626
 
4594
4627
  util["a" /* default */].ajax({
4595
- url: api["Q" /* ignoreAllSysMsg */]
4628
+ url: api["S" /* ignoreAllSysMsg */]
4596
4629
  }).then(function (res) {
4597
4630
  _this.count = 0;
4598
4631
  _this.msgs = [];
@@ -5180,7 +5213,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
5180
5213
  //获取用户信息的接口
5181
5214
  mainConfig: {
5182
5215
  type: String,
5183
- default: api["Y" /* mainConfig */]
5216
+ default: api["bb" /* mainConfig */]
5184
5217
  },
5185
5218
  iframeId: {
5186
5219
  type: String,
@@ -5242,9 +5275,9 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
5242
5275
  return this.menuUrl;
5243
5276
  }
5244
5277
  if (this.application) {
5245
- return api["A" /* getComplexApplicationsNew */];
5278
+ return api["B" /* getComplexApplicationsNew */];
5246
5279
  }
5247
- return api["z" /* getComplexApplications */];
5280
+ return api["A" /* getComplexApplications */];
5248
5281
  },
5249
5282
 
5250
5283
  //是否双列右侧菜单
@@ -5460,7 +5493,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
5460
5493
  var _this = this;
5461
5494
 
5462
5495
  var params = {
5463
- url: api["Z" /* mainDetail */],
5496
+ url: api["cb" /* mainDetail */],
5464
5497
  params: { id: id }
5465
5498
  };
5466
5499
  util["a" /* default */].ajax(params).then(function (res) {
@@ -5581,7 +5614,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
5581
5614
  return;
5582
5615
  }
5583
5616
  util["a" /* default */].ajax({
5584
- url: api["Pb" /* updateUserCustomInfo */],
5617
+ url: api["Tb" /* updateUserCustomInfo */],
5585
5618
  params: { color: escape(color.toLowerCase()) },
5586
5619
  data: { color: escape(color.toLowerCase()) }
5587
5620
  }).then(function (res) {
@@ -6565,7 +6598,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
6565
6598
  //初始化weosocket
6566
6599
  //初始化weosocket
6567
6600
  if (!this.websocket) {
6568
- var url = (util["a" /* default */].getStorage('wshost') || '') + api["Vb" /* wss */];
6601
+ var url = (util["a" /* default */].getStorage('wshost') || '') + api["Zb" /* wss */];
6569
6602
  this.websocket = new external_sockjs_client_default.a(url);
6570
6603
  }
6571
6604
 
@@ -6580,7 +6613,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
6580
6613
  client.connect({}, function () {
6581
6614
  //localStorage.setItem("socket",true);
6582
6615
  //订阅服务端的
6583
- client.subscribe(api["Mb" /* topic */], function (response) {
6616
+ client.subscribe(api["Qb" /* topic */], function (response) {
6584
6617
  var res = JSON.parse(response.body);
6585
6618
  var data = res.data;
6586
6619
  for (var i in data) {
package/lib/menu.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 73);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 74);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 73:
195
+ /***/ 74:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";