eoss-mobiles 0.2.13 → 0.2.14

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/notice-bar.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 = 51);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 52);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 51:
195
+ /***/ 52:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/picker.js CHANGED
@@ -1301,6 +1301,23 @@ var openAttachment = function openAttachment(data) {
1301
1301
  }
1302
1302
  }
1303
1303
  };
1304
+ /**
1305
+ * jsGoPayrollIndexAct
1306
+ * @desc:原生app打开工资条页面
1307
+ * @date 2024年1月11日
1308
+ * @author liufan
1309
+ */
1310
+ var jsGoPayrollIndexAct = function jsGoPayrollIndexAct(id) {
1311
+ var u = navigator.userAgent;
1312
+ var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; // android终端
1313
+ var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); // ios终端
1314
+ if (isAndroid) {
1315
+ window.AndroidWebView.jsGoPayrollIndexAct(id);
1316
+ } else if (isiOS) {
1317
+ window.webkit.messageHandlers.jsGoPayrollIndexAct.postMessage(id);
1318
+ }
1319
+ };
1320
+
1304
1321
  /**
1305
1322
  * deepClone
1306
1323
  * @desc:深拷贝
@@ -1358,6 +1375,21 @@ var exclAttribute = function exclAttribute(_ref4) {
1358
1375
  }
1359
1376
  return obj;
1360
1377
  };
1378
+ /**
1379
+ * 获取UUID
1380
+ * @desc:generateUUID
1381
+ * @author liufan
1382
+ * @date 2024年1月12日
1383
+ **/
1384
+ var generateUUID = function generateUUID() {
1385
+ var d = new Date().getTime();
1386
+ var uuid = 'xxxxxxxxxxxxxxxyxxxxxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
1387
+ var r = (d + Math.random() * 16) % 16 | 0;
1388
+ d = Math.floor(d / 16);
1389
+ return (c === 'x' ? r : r & 0x3 | 0x8).toString(16);
1390
+ });
1391
+ return uuid;
1392
+ };
1361
1393
  /* harmony default export */ __webpack_exports__["a"] = ({
1362
1394
  esEncrypt: esEncrypt,
1363
1395
  esDecode: esDecode,
@@ -1401,7 +1433,9 @@ var exclAttribute = function exclAttribute(_ref4) {
1401
1433
  getTypeName: getTypeName,
1402
1434
  replenish: replenish,
1403
1435
  identical: identical,
1404
- exportXls: exportXls
1436
+ jsGoPayrollIndexAct: jsGoPayrollIndexAct,
1437
+ exportXls: exportXls,
1438
+ generateUUID: generateUUID
1405
1439
  });
1406
1440
 
1407
1441
  /***/ }),
@@ -1513,41 +1547,47 @@ function normalizeComponent(
1513
1547
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1514
1548
 
1515
1549
  "use strict";
1516
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return selectObject; });
1517
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return findSysCode; });
1518
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return commonOpion; });
1519
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return getHandleInfoHtml; });
1520
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getNodeInfoHtml; });
1521
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return taskHandleHtml; });
1522
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return taskHandleHtmlImg; });
1523
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return registerNew; });
1524
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getNodeInfo; });
1525
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return toStartFlow; });
1526
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return taskRejectHtml; });
1527
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return toTaskRejectHtml; });
1528
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return handleTaskRead; });
1529
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return taskReadHtml; });
1530
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return toStartTaskRead; });
1531
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return toStartTaskReadHtml; });
1532
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return toTaskTransferIndex; });
1533
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCodes; });
1534
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNotificationMsg; });
1535
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return toTaskUnionExamine; });
1536
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return taskUnionExamine; });
1537
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return toTaskTakeAdvice; });
1538
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return taskTakeAdvice; });
1539
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return toTaskStartDraft; });
1540
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return taskStartDraft; });
1541
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toTaskUnionSeal; });
1542
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskUnionSeal; });
1550
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return initRetrialAuth; });
1551
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getRetrialAuthCode; });
1552
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
1553
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return selectObject; });
1554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
1555
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
1556
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getHandleInfoHtml; });
1557
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNodeInfoHtml; });
1558
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return taskHandleHtml; });
1559
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return taskHandleHtmlImg; });
1560
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return registerNew; });
1561
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getNodeInfo; });
1562
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return toStartFlow; });
1563
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return taskRejectHtml; });
1564
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return toTaskRejectHtml; });
1565
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return handleTaskRead; });
1566
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return taskReadHtml; });
1567
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return toStartTaskRead; });
1568
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return toStartTaskReadHtml; });
1569
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return toTaskTransferIndex; });
1570
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
1571
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getNotificationMsg; });
1572
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return toTaskUnionExamine; });
1573
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return taskUnionExamine; });
1574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toTaskTakeAdvice; });
1575
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return taskTakeAdvice; });
1576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return toTaskStartDraft; });
1577
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskStartDraft; });
1578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toTaskUnionSeal; });
1579
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskUnionSeal; });
1543
1580
  /* unused harmony export toTwoOfficesDispatch */
1544
1581
  /* unused harmony export twoOfficesDispatch */
1545
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return isCanStartSubFlow; });
1582
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return isCanStartSubFlow; });
1546
1583
  /* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1547
1584
 
1548
1585
  var activiti = '/bpm';
1549
1586
  var pending = '/bpm';
1550
1587
  var mecp = _utils_util__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"].getStorage('flowPath') || '';
1588
+ var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身份权限验证页面
1589
+ var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
1590
+ var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
1551
1591
  // 获取机构/用户/角色/群组等选择器
1552
1592
  var selectObject = '/api/v1/mecpSys/selectObject.json';
1553
1593
  // // 获取代码表数据
@@ -1646,7 +1686,6 @@ var external_qs_default = /*#__PURE__*/__webpack_require__.n(external_qs_);
1646
1686
 
1647
1687
  // CONCATENATED MODULE: ./src/utils/axios.js
1648
1688
 
1649
- // import Vue from 'vue';
1650
1689
 
1651
1690
 
1652
1691
 
@@ -1743,6 +1782,7 @@ http.interceptors.request.use(function (config) {
1743
1782
  return Promise.error(error);
1744
1783
  });
1745
1784
  // 响应拦截器
1785
+
1746
1786
  http.interceptors.response.use(function (response) {
1747
1787
  if (response.status === 200) {
1748
1788
  if (response.data.rCode === 64 || response.data.rCode === 27) {
@@ -1751,7 +1791,7 @@ http.interceptors.response.use(function (response) {
1751
1791
  return Promise.resolve(response.data);
1752
1792
  }
1753
1793
  } else {
1754
- return Promise.reject(response);
1794
+ return Promise.reject(response.data);
1755
1795
  }
1756
1796
  }, function (error) {
1757
1797
  if (error && error.response) {
@@ -2708,7 +2748,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
2708
2748
  param = this.param;
2709
2749
 
2710
2750
  var params = {
2711
- url: this.baseUrl ? this.baseUrl + (url || api["b" /* findSysCode */]) : url || api["b" /* findSysCode */],
2751
+ url: this.baseUrl ? this.baseUrl + (url || api["c" /* findSysCode */]) : url || api["c" /* findSysCode */],
2712
2752
  type: method,
2713
2753
  params: _extends({
2714
2754
  ccCode: sysAppCode,
@@ -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 = 50);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 51);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 50:
195
+ /***/ 51:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/radio.js CHANGED
@@ -1301,6 +1301,23 @@ var openAttachment = function openAttachment(data) {
1301
1301
  }
1302
1302
  }
1303
1303
  };
1304
+ /**
1305
+ * jsGoPayrollIndexAct
1306
+ * @desc:原生app打开工资条页面
1307
+ * @date 2024年1月11日
1308
+ * @author liufan
1309
+ */
1310
+ var jsGoPayrollIndexAct = function jsGoPayrollIndexAct(id) {
1311
+ var u = navigator.userAgent;
1312
+ var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; // android终端
1313
+ var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); // ios终端
1314
+ if (isAndroid) {
1315
+ window.AndroidWebView.jsGoPayrollIndexAct(id);
1316
+ } else if (isiOS) {
1317
+ window.webkit.messageHandlers.jsGoPayrollIndexAct.postMessage(id);
1318
+ }
1319
+ };
1320
+
1304
1321
  /**
1305
1322
  * deepClone
1306
1323
  * @desc:深拷贝
@@ -1358,6 +1375,21 @@ var exclAttribute = function exclAttribute(_ref4) {
1358
1375
  }
1359
1376
  return obj;
1360
1377
  };
1378
+ /**
1379
+ * 获取UUID
1380
+ * @desc:generateUUID
1381
+ * @author liufan
1382
+ * @date 2024年1月12日
1383
+ **/
1384
+ var generateUUID = function generateUUID() {
1385
+ var d = new Date().getTime();
1386
+ var uuid = 'xxxxxxxxxxxxxxxyxxxxxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
1387
+ var r = (d + Math.random() * 16) % 16 | 0;
1388
+ d = Math.floor(d / 16);
1389
+ return (c === 'x' ? r : r & 0x3 | 0x8).toString(16);
1390
+ });
1391
+ return uuid;
1392
+ };
1361
1393
  /* harmony default export */ __webpack_exports__["a"] = ({
1362
1394
  esEncrypt: esEncrypt,
1363
1395
  esDecode: esDecode,
@@ -1401,7 +1433,9 @@ var exclAttribute = function exclAttribute(_ref4) {
1401
1433
  getTypeName: getTypeName,
1402
1434
  replenish: replenish,
1403
1435
  identical: identical,
1404
- exportXls: exportXls
1436
+ jsGoPayrollIndexAct: jsGoPayrollIndexAct,
1437
+ exportXls: exportXls,
1438
+ generateUUID: generateUUID
1405
1439
  });
1406
1440
 
1407
1441
  /***/ }),
@@ -1513,41 +1547,47 @@ function normalizeComponent(
1513
1547
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1514
1548
 
1515
1549
  "use strict";
1516
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return selectObject; });
1517
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return findSysCode; });
1518
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return commonOpion; });
1519
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return getHandleInfoHtml; });
1520
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getNodeInfoHtml; });
1521
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return taskHandleHtml; });
1522
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return taskHandleHtmlImg; });
1523
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return registerNew; });
1524
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getNodeInfo; });
1525
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return toStartFlow; });
1526
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return taskRejectHtml; });
1527
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return toTaskRejectHtml; });
1528
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return handleTaskRead; });
1529
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return taskReadHtml; });
1530
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return toStartTaskRead; });
1531
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return toStartTaskReadHtml; });
1532
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return toTaskTransferIndex; });
1533
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCodes; });
1534
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNotificationMsg; });
1535
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return toTaskUnionExamine; });
1536
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return taskUnionExamine; });
1537
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return toTaskTakeAdvice; });
1538
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return taskTakeAdvice; });
1539
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return toTaskStartDraft; });
1540
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return taskStartDraft; });
1541
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toTaskUnionSeal; });
1542
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskUnionSeal; });
1550
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return initRetrialAuth; });
1551
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getRetrialAuthCode; });
1552
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
1553
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return selectObject; });
1554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
1555
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
1556
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getHandleInfoHtml; });
1557
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNodeInfoHtml; });
1558
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return taskHandleHtml; });
1559
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return taskHandleHtmlImg; });
1560
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return registerNew; });
1561
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getNodeInfo; });
1562
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return toStartFlow; });
1563
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return taskRejectHtml; });
1564
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return toTaskRejectHtml; });
1565
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return handleTaskRead; });
1566
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return taskReadHtml; });
1567
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return toStartTaskRead; });
1568
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return toStartTaskReadHtml; });
1569
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return toTaskTransferIndex; });
1570
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
1571
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getNotificationMsg; });
1572
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return toTaskUnionExamine; });
1573
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return taskUnionExamine; });
1574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toTaskTakeAdvice; });
1575
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return taskTakeAdvice; });
1576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return toTaskStartDraft; });
1577
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskStartDraft; });
1578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toTaskUnionSeal; });
1579
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskUnionSeal; });
1543
1580
  /* unused harmony export toTwoOfficesDispatch */
1544
1581
  /* unused harmony export twoOfficesDispatch */
1545
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return isCanStartSubFlow; });
1582
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return isCanStartSubFlow; });
1546
1583
  /* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1547
1584
 
1548
1585
  var activiti = '/bpm';
1549
1586
  var pending = '/bpm';
1550
1587
  var mecp = _utils_util__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"].getStorage('flowPath') || '';
1588
+ var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身份权限验证页面
1589
+ var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
1590
+ var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
1551
1591
  // 获取机构/用户/角色/群组等选择器
1552
1592
  var selectObject = '/api/v1/mecpSys/selectObject.json';
1553
1593
  // // 获取代码表数据
@@ -1646,7 +1686,6 @@ var external_qs_default = /*#__PURE__*/__webpack_require__.n(external_qs_);
1646
1686
 
1647
1687
  // CONCATENATED MODULE: ./src/utils/axios.js
1648
1688
 
1649
- // import Vue from 'vue';
1650
1689
 
1651
1690
 
1652
1691
 
@@ -1743,6 +1782,7 @@ http.interceptors.request.use(function (config) {
1743
1782
  return Promise.error(error);
1744
1783
  });
1745
1784
  // 响应拦截器
1785
+
1746
1786
  http.interceptors.response.use(function (response) {
1747
1787
  if (response.status === 200) {
1748
1788
  if (response.data.rCode === 64 || response.data.rCode === 27) {
@@ -1751,7 +1791,7 @@ http.interceptors.response.use(function (response) {
1751
1791
  return Promise.resolve(response.data);
1752
1792
  }
1753
1793
  } else {
1754
- return Promise.reject(response);
1794
+ return Promise.reject(response.data);
1755
1795
  }
1756
1796
  }, function (error) {
1757
1797
  if (error && error.response) {
@@ -2177,7 +2217,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
2177
2217
  param = this.param;
2178
2218
 
2179
2219
  var params = {
2180
- url: this.baseUrl ? this.baseUrl + (url || api["b" /* findSysCode */]) : url || api["b" /* findSysCode */],
2220
+ url: this.baseUrl ? this.baseUrl + (url || api["c" /* findSysCode */]) : url || api["c" /* findSysCode */],
2181
2221
  type: method,
2182
2222
  params: _extends({
2183
2223
  ccCode: sysAppCode