eoss-ui 0.6.63 → 0.6.65

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 (87) hide show
  1. package/lib/button-group.js +41 -30
  2. package/lib/button.js +40 -29
  3. package/lib/calendar.js +2 -2
  4. package/lib/calogin.js +5279 -0
  5. package/lib/card.js +2 -2
  6. package/lib/cascader.js +2 -2
  7. package/lib/checkbox-group.js +45 -34
  8. package/lib/clients.js +2 -2
  9. package/lib/config/api.js +15 -15
  10. package/lib/data-table-form.js +43 -33
  11. package/lib/data-table.js +42 -32
  12. package/lib/date-picker.js +40 -29
  13. package/lib/dialog.js +44 -33
  14. package/lib/enable-drag.js +2 -2
  15. package/lib/enterprise.js +2 -2
  16. package/lib/eoss-ui.common.js +1691 -257
  17. package/lib/error-page.js +2 -2
  18. package/lib/flow-group.js +262 -233
  19. package/lib/flow-list.js +146 -103
  20. package/lib/flow.js +311 -76
  21. package/lib/form.js +59 -44
  22. package/lib/handle-user.js +44 -33
  23. package/lib/handler.js +47 -36
  24. package/lib/icon.js +40 -29
  25. package/lib/icons.js +4 -4
  26. package/lib/index.js +1 -1
  27. package/lib/input-number.js +40 -29
  28. package/lib/input.js +44 -33
  29. package/lib/label.js +2 -2
  30. package/lib/layout.js +4 -4
  31. package/lib/login.js +239 -95
  32. package/lib/main.js +79 -58
  33. package/lib/menu.js +4 -4
  34. package/lib/nav.js +42 -31
  35. package/lib/notify.js +17 -17
  36. package/lib/page.js +40 -29
  37. package/lib/pagination.js +40 -29
  38. package/lib/player.js +50 -39
  39. package/lib/qr-code.js +42 -31
  40. package/lib/radio-group.js +51 -40
  41. package/lib/retrial-auth.js +47 -36
  42. package/lib/select-ganged.js +185 -174
  43. package/lib/select.js +187 -176
  44. package/lib/selector-panel.js +45 -35
  45. package/lib/selector.js +42 -31
  46. package/lib/sizer.js +40 -29
  47. package/lib/steps.js +42 -31
  48. package/lib/switch.js +40 -29
  49. package/lib/table-form.js +49 -38
  50. package/lib/tabs-panel.js +2 -2
  51. package/lib/tabs.js +40 -29
  52. package/lib/theme-chalk/calogin.css +0 -0
  53. package/lib/theme-chalk/index.css +1 -1
  54. package/lib/theme-chalk/login.css +1 -1
  55. package/lib/theme-chalk/main.css +1 -1
  56. package/lib/theme-chalk/simplicity.css +1 -1
  57. package/lib/tips.js +42 -31
  58. package/lib/toolbar.js +2 -2
  59. package/lib/tree-group.js +40 -29
  60. package/lib/tree.js +42 -31
  61. package/lib/upload.js +48 -37
  62. package/lib/utils/util.js +4 -1
  63. package/lib/wujie.js +47 -36
  64. package/lib/wxlogin.js +40 -29
  65. package/package.json +2 -1
  66. package/packages/calogin/index.js +5 -0
  67. package/packages/calogin/src/main.vue +131 -0
  68. package/packages/calogin/src/plugin.js +748 -0
  69. package/packages/flow/src/component/Circulate.vue +11 -1
  70. package/packages/flow/src/main.vue +103 -19
  71. package/packages/flow-list/src/main.vue +37 -7
  72. package/packages/form/src/main.vue +3 -5
  73. package/packages/login/src/main.vue +89 -43
  74. package/packages/main/src/simplicity/avatar.vue +1 -0
  75. package/packages/main/src/simplicity/index.vue +3 -1
  76. package/packages/theme-chalk/lib/calogin.css +0 -0
  77. package/packages/theme-chalk/lib/index.css +1 -1
  78. package/packages/theme-chalk/lib/login.css +1 -1
  79. package/packages/theme-chalk/lib/main.css +1 -1
  80. package/packages/theme-chalk/lib/simplicity.css +1 -1
  81. package/packages/theme-chalk/src/calogin.scss +0 -0
  82. package/packages/theme-chalk/src/index.scss +1 -0
  83. package/packages/theme-chalk/src/login.scss +13 -1
  84. package/packages/theme-chalk/src/simplicity.scss +7 -3
  85. package/src/config/api.js +15 -15
  86. package/src/index.js +4 -1
  87. package/src/utils/util.js +3 -1
@@ -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 = 20);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 21);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -100,8 +100,10 @@ module.exports =
100
100
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(11);
101
101
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_4__);
102
102
  /* harmony import */ var _webSocket__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(12);
103
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
104
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_6__);
103
+ /* harmony import */ var ua_parser_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(15);
104
+ /* harmony import */ var ua_parser_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(ua_parser_js__WEBPACK_IMPORTED_MODULE_6__);
105
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(7);
106
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_7__);
105
107
 
106
108
 
107
109
  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; };
@@ -120,7 +122,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
120
122
  **/
121
123
 
122
124
  /* eslint-disable indent */
123
- var sm2 = __webpack_require__(21).sm2;
125
+ var sm2 = __webpack_require__(22).sm2;
124
126
  var lodash = __webpack_require__(9);
125
127
 
126
128
 
@@ -128,8 +130,9 @@ var lodash = __webpack_require__(9);
128
130
 
129
131
 
130
132
 
131
- var win = window.__WUJIE_RAW_WINDOW__ ? window.__WUJIE_RAW_WINDOW__ : window;
132
133
 
134
+ var win = window.__WUJIE_RAW_WINDOW__ ? window.__WUJIE_RAW_WINDOW__ : window;
135
+ var parser = new ua_parser_js__WEBPACK_IMPORTED_MODULE_6__["UAParser"]();
133
136
  var $hueStep = 2;
134
137
  var $saturationStep1 = 0.16;
135
138
  var $saturationStep2 = 0.05;
@@ -266,7 +269,7 @@ var ajax = function ajax(_ref) {
266
269
  clearTimeout(loginMsg);
267
270
  loginMsg = setTimeout(function () {
268
271
  sessionStorage.setItem('remind', 1);
269
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
272
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
270
273
  confirmButtonText: '确定',
271
274
  closeOnClickModal: false,
272
275
  type: 'warning'
@@ -317,7 +320,7 @@ var ajax = function ajax(_ref) {
317
320
  } else if (response.data.rCode === 61) {
318
321
  clearTimeout(initAuth);
319
322
  initAuth = setTimeout(function () {
320
- Object(eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"])({
323
+ Object(eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"])({
321
324
  title: '请进行二次鉴权',
322
325
  closeOnClickModal: false,
323
326
  closeOnPressEscape: false,
@@ -2406,7 +2409,7 @@ var isLogined = function () {
2406
2409
  break;
2407
2410
  }
2408
2411
 
2409
- loadingInstance = eoss_element__WEBPACK_IMPORTED_MODULE_6__["Loading"].service({ text: '页面加载中', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.65)' });
2412
+ loadingInstance = eoss_element__WEBPACK_IMPORTED_MODULE_7__["Loading"].service({ text: '页面加载中', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.65)' });
2410
2413
  _context.next = 17;
2411
2414
  return ajax({
2412
2415
  method: 'post',
@@ -2462,7 +2465,7 @@ var isLogined = function () {
2462
2465
  }
2463
2466
  break;
2464
2467
  case 4:
2465
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].alert(results.msg ? results.msg : '账号未绑定,账号密码登录后自动绑定!', '提示', {
2468
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].alert(results.msg ? results.msg : '账号未绑定,账号密码登录后自动绑定!', '提示', {
2466
2469
  confirmButtonText: '确定',
2467
2470
  type: 'error',
2468
2471
  callback: function callback() {
@@ -2486,7 +2489,7 @@ var isLogined = function () {
2486
2489
  default:
2487
2490
  }
2488
2491
  } else {
2489
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].alert(res.msg, '提示', {
2492
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].alert(res.msg, '提示', {
2490
2493
  confirmButtonText: '确定',
2491
2494
  type: 'error',
2492
2495
  callback: function callback() {
@@ -2657,7 +2660,7 @@ var loadJs = function loadJs(_ref13) {
2657
2660
  **/
2658
2661
  var loading = function loading($loading, res) {
2659
2662
  if (!$loading) {
2660
- $loading = eoss_element__WEBPACK_IMPORTED_MODULE_6__["Loading"].service;
2663
+ $loading = eoss_element__WEBPACK_IMPORTED_MODULE_7__["Loading"].service;
2661
2664
  }
2662
2665
  if (isObject(res)) {
2663
2666
  var config = extend({}, {
@@ -3497,6 +3500,7 @@ var watermark = function watermark(option) {
3497
3500
  trimWhitespace: trimWhitespace,
3498
3501
  toFixed: toFixed,
3499
3502
  toFunction: toFunction,
3503
+ parser: parser,
3500
3504
  updateTheme: updateTheme,
3501
3505
  upperCase: upperCase,
3502
3506
  urlJoinParams: urlJoinParams,
@@ -3799,15 +3803,15 @@ var toStartTaskRead = '/bpm/bpmBackend/toStartTaskRead';
3799
3803
  // 获取分阅办理页面
3800
3804
  var toStartTaskReadIndex = '/bpm/bpmBackend/toTaskReadIndex';
3801
3805
  // 分阅提交
3802
- var taskReadHtml = 'bpm/task/taskHandle/taskRead.dhtml';
3806
+ var taskReadHtml = flowPendingPrefix + '/task/taskHandle/taskRead.dhtml';
3803
3807
  // 驳回并办结
3804
- var rejectAndEnd = '/bpm/task/taskHandle/rejectAndEnd.dhtml';
3808
+ var rejectAndEnd = flowPendingPrefix + '/task/taskHandle/rejectAndEnd.dhtml';
3805
3809
  // 核稿通知
3806
3810
  var toSendMsg = '/bpm/bpmBackend/toSendMsgIndex';
3807
3811
  // 核稿通知提交
3808
- var sendMsg = 'bpm/task/taskHandle/sendMsg.dhtml';
3812
+ var sendMsg = flowPendingPrefix + '/task/taskHandle/sendMsg.dhtml';
3809
3813
  // 直接办结
3810
- var endFlowHtml = '/bpm/task/taskHandle/endFlow.dhtml';
3814
+ var endFlowHtml = flowPendingPrefix + '/task/taskHandle/endFlow.dhtml';
3811
3815
  // 获取用户信息
3812
3816
  // export const findUserBaseInfos = '/api/v1/mecpSys/findUserBaseInfo.dhtml';
3813
3817
  // 搜索用户信息
@@ -3826,11 +3830,11 @@ var getPresetNodeInfo = flowPendingPrefix + '/task/taskHandle/getPresetNodeInfo.
3826
3830
  // 获取转办页面数据
3827
3831
  var toTaskTransferIndex = '/bpm/bpmBackend/toTaskTransferIndex';
3828
3832
  // 转办提交按钮
3829
- var taskTransfer = '/bpm/task/taskHandle/taskTransfer.dhtml';
3833
+ var taskTransfer = flowPendingPrefix + '/task/taskHandle/taskTransfer.dhtml';
3830
3834
  // 流程预设列表
3831
3835
  var toPresetInfoListIndex = '/bpm/bpmBackend/toPresetInfoListIndex';
3832
3836
  // 流程预设置为失效
3833
- var deletePresetInfo = '/bpm/task/taskHandle/deletePresetInfo.dhtml';
3837
+ var deletePresetInfo = flowPendingPrefix + '/task/taskHandle/deletePresetInfo.dhtml';
3834
3838
  // 流程列表
3835
3839
  var historyListJson = flowPendingPrefix + '/pendedhistoryManager/historyListJson.dhtml';
3836
3840
  // 获取流程列表配置
@@ -3840,15 +3844,15 @@ var pressListJson = flowPendingPrefix + '/wfUrgeRecord/listJson.dhtml';
3840
3844
  // 删除流程列表节点
3841
3845
  var deleteFlow = flowPendingPrefix + '/pendedhistoryManager/delete.dhtml';
3842
3846
  // 是否允许启动子流程(必经节点)
3843
- var isCanStartSubFlow = '/bpm/task/taskHandle/isCanStartSubFlow.dhtml';
3847
+ var isCanStartSubFlow = flowPendingPrefix + '/task/taskHandle/isCanStartSubFlow.dhtml';
3844
3848
  // 联合审核
3845
3849
  var toTaskUnionExamine = '/bpm/bpmBackend/toTaskUnionExamine';
3846
3850
  // 联合审核提交
3847
- var taskUnionExamine = '/bpm/task/taskHandle/taskUnionExamine.dhtml';
3851
+ var taskUnionExamine = flowPendingPrefix + '/task/taskHandle/taskUnionExamine.dhtml';
3848
3852
  // 征求意见
3849
3853
  var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
3850
3854
  // 征求意见提交
3851
- var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
3855
+ var taskTakeAdvice = flowPendingPrefix + '/task/taskHandle/taskTakeAdvice.dhtml';
3852
3856
  // 稿件递送
3853
3857
  var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
3854
3858
  // 获取督办页面信息
@@ -3857,7 +3861,7 @@ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
3857
3861
  var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
3858
3862
  // 稿件递送提交接口
3859
3863
  // export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3860
- var taskStartDraft = '/bpm/task/taskHandle/taskStartDraft.dhtml';
3864
+ var taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3861
3865
  // 复核
3862
3866
  var toTaskReview = '/bpm/bpmBackend/toTaskReview';
3863
3867
  // 复核提交
@@ -3865,19 +3869,19 @@ var taskReview = flowPendingPrefix + '/task/taskHandle/taskReview.dhtml';
3865
3869
  // 联合用印
3866
3870
  var toTaskUnionSeal = '/bpm/bpmBackend/toTaskUnionSeal';
3867
3871
  // 联合用印提交
3868
- var taskUnionSeal = '/bpm/task/taskHandle/taskUnionSeal.dhtml';
3872
+ var taskUnionSeal = flowPendingPrefix + '/task/taskHandle/taskUnionSeal.dhtml';
3869
3873
  // 报送两办
3870
3874
  var toTwoOfficesDispatch = '/bpm/bpmBackend/toTwoOfficesDispatch';
3871
3875
  // 报送两办提交
3872
- var twoOfficesDispatch = '/bpm/task/taskHandle/twoOfficesDispatch.dhtml';
3876
+ var twoOfficesDispatch = flowPendingPrefix + '/task/taskHandle/twoOfficesDispatch.dhtml';
3873
3877
  // 重设流程
3874
3878
  var toResetProcessIndex = '/bpm/bpmBackend/toResetProcessIndex';
3875
3879
  // 提交重设流程
3876
- var resetProcess = '/bpm/task/taskHandle/resetProcess.dhtml';
3880
+ var resetProcess = flowPendingPrefix + '/task/taskHandle/resetProcess.dhtml';
3877
3881
  // 续办流程
3878
3882
  var toTaskContinuationIndex = '/bpm/bpmBackend/toTaskContinuationIndex';
3879
3883
  // 续办提交
3880
- var taskContinuation = '/bpm/task/taskHandle/taskContinuation.dhtml';
3884
+ var taskContinuation = flowPendingPrefix + '/task/taskHandle/taskContinuation.dhtml';
3881
3885
  // 自由发起流程获取配置参数
3882
3886
  var getFreeStartFlowParams = '/bpm/bpmBackend/getFreeStartFlowParams';
3883
3887
  // 自由发起流程提交
@@ -3910,7 +3914,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
3910
3914
 
3911
3915
  var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3912
3916
  var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
3913
- var getNodeInfoForStart = '/bpm/task/taskHandle/getNodeInfoForStart.dhtml';
3917
+ var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3914
3918
 
3915
3919
  /***/ }),
3916
3920
  /* 2 */
@@ -4128,61 +4132,67 @@ module.exports = require("stompjs");
4128
4132
 
4129
4133
  /***/ }),
4130
4134
  /* 15 */
4135
+ /***/ (function(module, exports) {
4136
+
4137
+ module.exports = require("ua-parser-js");
4138
+
4139
+ /***/ }),
4140
+ /* 16 */
4131
4141
  /***/ (function(module) {
4132
4142
 
4133
4143
  module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\",\"HarmonyOs\"]");
4134
4144
 
4135
4145
  /***/ }),
4136
- /* 16 */
4146
+ /* 17 */
4137
4147
  /***/ (function(module, exports) {
4138
4148
 
4139
4149
  module.exports = require("video.js/dist/lang/zh-CN.json");
4140
4150
 
4141
4151
  /***/ }),
4142
- /* 17 */
4152
+ /* 18 */
4143
4153
  /***/ (function(module, exports) {
4144
4154
 
4145
4155
  module.exports = require("eoss-element/src/utils/clickoutside");
4146
4156
 
4147
4157
  /***/ }),
4148
- /* 18 */
4158
+ /* 19 */
4149
4159
  /***/ (function(module, exports) {
4150
4160
 
4151
4161
  module.exports = require("sortablejs");
4152
4162
 
4153
4163
  /***/ }),
4154
- /* 19 */
4164
+ /* 20 */
4155
4165
  /***/ (function(module, exports) {
4156
4166
 
4157
4167
  module.exports = require("js-base64");
4158
4168
 
4159
4169
  /***/ }),
4160
- /* 20 */
4170
+ /* 21 */
4161
4171
  /***/ (function(module, exports, __webpack_require__) {
4162
4172
 
4163
- module.exports = __webpack_require__(24);
4173
+ module.exports = __webpack_require__(25);
4164
4174
 
4165
4175
 
4166
4176
  /***/ }),
4167
- /* 21 */
4177
+ /* 22 */
4168
4178
  /***/ (function(module, exports) {
4169
4179
 
4170
4180
  module.exports = require("sm-crypto");
4171
4181
 
4172
4182
  /***/ }),
4173
- /* 22 */
4183
+ /* 23 */
4174
4184
  /***/ (function(module, exports) {
4175
4185
 
4176
4186
  module.exports = require("video.js/dist/video-js.css");
4177
4187
 
4178
4188
  /***/ }),
4179
- /* 23 */
4189
+ /* 24 */
4180
4190
  /***/ (function(module, exports) {
4181
4191
 
4182
4192
  module.exports = require("qrcode");
4183
4193
 
4184
4194
  /***/ }),
4185
- /* 24 */
4195
+ /* 25 */
4186
4196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4187
4197
 
4188
4198
  "use strict";
@@ -5871,6 +5881,1022 @@ calendar_src_main.install = function (Vue) {
5871
5881
  };
5872
5882
 
5873
5883
  /* harmony default export */ var calendar = (calendar_src_main);
5884
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/calogin/src/main.vue?vue&type=template&id=e879a944&scoped=true&
5885
+ var mainvue_type_template_id_e879a944_scoped_true_render = function () {
5886
+ var _vm = this
5887
+ var _h = _vm.$createElement
5888
+ var _c = _vm._self._c || _h
5889
+ return _c(
5890
+ "span",
5891
+ { on: { click: _vm.getCertificate } },
5892
+ [_vm._t("default")],
5893
+ 2
5894
+ )
5895
+ }
5896
+ var mainvue_type_template_id_e879a944_scoped_true_staticRenderFns = []
5897
+ mainvue_type_template_id_e879a944_scoped_true_render._withStripped = true
5898
+
5899
+
5900
+ // CONCATENATED MODULE: ./packages/calogin/src/main.vue?vue&type=template&id=e879a944&scoped=true&
5901
+
5902
+ // CONCATENATED MODULE: ./packages/calogin/src/plugin.js
5903
+ var plugin_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; };
5904
+
5905
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5906
+
5907
+ /**
5908
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5909
+ */
5910
+ var CA_ExtInterface = function () {
5911
+ function CA_ExtInterface() {
5912
+ _classCallCheck(this, CA_ExtInterface);
5913
+
5914
+ this.currentSessionWSURL = '';
5915
+ this.useActioveX = false;
5916
+ this.options = {};
5917
+ }
5918
+
5919
+ /**
5920
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5921
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5922
+ * @param {Object} target - 目标对象
5923
+ * @param {Object} options - 新的选项对象
5924
+ */
5925
+
5926
+
5927
+ CA_ExtInterface.prototype.extendOptions = function extendOptions(target, options) {
5928
+ if (typeof Object.assign === 'function') {
5929
+ Object.assign(target, options);
5930
+ } else {
5931
+ // 兼容 IE < 11
5932
+ for (var key in options) {
5933
+ target[key] = options[key];
5934
+ }
5935
+ }
5936
+ };
5937
+
5938
+ /**
5939
+ * 检查当前会话的 WebSocket URL
5940
+ */
5941
+
5942
+
5943
+ CA_ExtInterface.prototype.checkSessionWSURL = function checkSessionWSURL() {
5944
+ if (this.currentSessionWSURL === '') {
5945
+ if (document.location.protocol === 'https:') {
5946
+ this.currentSessionWSURL = this.sendAndWaitMessage('https://127.0.0.1:10087/', 'QueryService');
5947
+ } else {
5948
+ this.currentSessionWSURL = this.sendAndWaitMessage('http://127.0.0.1:10086/', 'QueryService');
5949
+ }
5950
+ }
5951
+ };
5952
+
5953
+ /**
5954
+ * 检查是否使用 ActiveX
5955
+ */
5956
+
5957
+
5958
+ CA_ExtInterface.prototype.isUseActioveX = function isUseActioveX() {
5959
+ if (!!window.ActiveXObject || 'ActiveXObject' in window) {
5960
+ this.useActioveX = true;
5961
+ } else {
5962
+ this.useActioveX = false;
5963
+ }
5964
+ };
5965
+
5966
+ /**
5967
+ * 扩展发送消息并等待响应
5968
+ * @param {string} operatorCmd - 操作命令
5969
+ * @param {string} sendMsg - 发送的消息
5970
+ * @returns {string} 响应消息
5971
+ */
5972
+
5973
+
5974
+ CA_ExtInterface.prototype.sendAndWaitMessageEx = function sendAndWaitMessageEx(operatorCmd, sendMsg) {
5975
+ this.checkSessionWSURL();
5976
+ var strSendMsg = operatorCmd + ':' + sendMsg;
5977
+ return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
5978
+ };
5979
+
5980
+ /**
5981
+ * 发送消息并等待响应
5982
+ * @param {string} wsurl - WebSocket URL
5983
+ * @param {string} sendMsg - 发送的消息
5984
+ * @returns {string} 响应消息
5985
+ */
5986
+
5987
+
5988
+ CA_ExtInterface.prototype.sendAndWaitMessage = function sendAndWaitMessage(wsurl, sendMsg) {
5989
+ var ResultMsg = '{"value":""}';
5990
+ if (ResultMsg === wsurl) {
5991
+ return;
5992
+ }
5993
+ try {
5994
+ var globalXmlHttpRequest = new XMLHttpRequest();
5995
+ globalXmlHttpRequest.open('POST', wsurl, false);
5996
+ globalXmlHttpRequest.setRequestHeader('Content-Type', 'text/plain;charset=UTF-8');
5997
+ globalXmlHttpRequest.send(sendMsg);
5998
+ ResultMsg = globalXmlHttpRequest.responseText;
5999
+ } catch (e) {
6000
+ this.currentSessionWSURL = '';
6001
+ if (this.options.onError) {
6002
+ this.options.onError.call(undefined, e);
6003
+ }
6004
+ }
6005
+ return ResultMsg;
6006
+ };
6007
+
6008
+ /**
6009
+ * 配置选项
6010
+ * @param {Object} extendOption - 扩展选项
6011
+ */
6012
+
6013
+
6014
+ CA_ExtInterface.prototype.config = function config(extendOption) {
6015
+ if (extendOption && (typeof extendOption === 'undefined' ? 'undefined' : plugin_typeof(extendOption)) === 'object') {
6016
+ this.extendOptions(this.options, extendOption);
6017
+ }
6018
+ };
6019
+
6020
+ /**
6021
+ * 初始化
6022
+ */
6023
+
6024
+
6025
+ CA_ExtInterface.prototype.init = function init() {
6026
+ this.isUseActioveX();
6027
+ };
6028
+
6029
+ /**
6030
+ * 返回客户端的版本
6031
+ * @returns {string} 客户端版本
6032
+ */
6033
+
6034
+
6035
+ CA_ExtInterface.prototype.getClientVersion = function getClientVersion() {
6036
+ if (this.useActioveX) {
6037
+ return window.PNXClient.GetClientVersion();
6038
+ } else {
6039
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetClientVersion', ''));
6040
+ return result.value;
6041
+ }
6042
+ };
6043
+
6044
+ /**
6045
+ * 下载客户端程序并安装
6046
+ * @param {string} bstrURL - 下载地址
6047
+ * @param {string} bstrHashValue - 哈希值
6048
+ * @param {boolean} bSync - 是否同步安装
6049
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6050
+ * @returns {number} 安装结果
6051
+ */
6052
+
6053
+
6054
+ CA_ExtInterface.prototype.setupClient = function setupClient(bstrURL, bstrHashValue, bSync, bOnlySSO) {
6055
+ if (this.useActioveX) {
6056
+ return window.PNXClient.SetupClient(bstrURL, bstrHashValue, bSync, bOnlySSO);
6057
+ } else {
6058
+ var jsonstr = { 'strURL': bstrURL, 'strHashValue': bstrHashValue, 'bSync': bSync, 'bOnlySSO': bOnlySSO };
6059
+ var result = JSON.parse(this.sendAndWaitMessageEx('SetupClient', JSON.stringify(jsonstr)));
6060
+ return result.value;
6061
+ }
6062
+ };
6063
+
6064
+ /**
6065
+ * 获取硬件指纹信息
6066
+ * @param {number} dwSign - 签名
6067
+ * @param {string} strGateWayIP - 网关 IP
6068
+ * @returns {string} 硬件指纹信息
6069
+ */
6070
+
6071
+
6072
+ CA_ExtInterface.prototype.getFinger = function getFinger(dwSign, strGateWayIP) {
6073
+ if (this.useActioveX) {
6074
+ return window.PNXClient.GetFinger(dwSign, strGateWayIP);
6075
+ } else {
6076
+ var jsonstr = { 'dwSign': dwSign, 'strGateWayIP': strGateWayIP };
6077
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetFinger', JSON.stringify(jsonstr)));
6078
+ return result.value;
6079
+ }
6080
+ };
6081
+
6082
+ /**
6083
+ * 设置转发策略和代填策略
6084
+ * @param {string} strProxyPolicy - 转发策略
6085
+ * @param {string} strSSOPolicy - 代填策略
6086
+ * @param {string} strGatewayAddress - 网关地址
6087
+ * @returns {number} 设置结果
6088
+ */
6089
+
6090
+
6091
+ CA_ExtInterface.prototype.setPolicy = function setPolicy(strProxyPolicy, strSSOPolicy, strGatewayAddress) {
6092
+ if (this.useActioveX) {
6093
+ return window.PNXClient.SetPolicy(strProxyPolicy, strSSOPolicy, strGatewayAddress);
6094
+ } else {
6095
+ var jsonstr = { 'strProxyPolicy': strProxyPolicy, 'strSSOPolicy': strSSOPolicy, 'strGatewayAddress': strGatewayAddress };
6096
+ var result = JSON.parse(this.sendAndWaitMessageEx('SetPolicy', JSON.stringify(jsonstr)));
6097
+ return result.value;
6098
+ }
6099
+ };
6100
+
6101
+ /**
6102
+ * 启动认证信息模块
6103
+ * @param {string} strFileName - 文件名
6104
+ * @param {string} strXmlData - XML 数据
6105
+ * @returns {string} 认证信息
6106
+ */
6107
+
6108
+
6109
+ CA_ExtInterface.prototype.getAuthToken = function getAuthToken(strFileName, strXmlData) {
6110
+ if (this.useActioveX) {
6111
+ return window.PNXClient.GetAuthToken(strFileName, strXmlData);
6112
+ } else {
6113
+ var jsonstr = { 'strFileName': strFileName, 'strXmlData': strXmlData };
6114
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetAuthToken', JSON.stringify(jsonstr)));
6115
+ return result.value;
6116
+ }
6117
+ };
6118
+
6119
+ /**
6120
+ * 打开 BS 应用
6121
+ * @param {string} strUrl - 应用 URL
6122
+ * @returns {number} 打开结果
6123
+ */
6124
+
6125
+
6126
+ CA_ExtInterface.prototype.navigateURL = function navigateURL(strUrl) {
6127
+ if (this.useActioveX) {
6128
+ return window.PNXClient.NavigateURL(strUrl);
6129
+ } else {
6130
+ var jsonstr = { 'strUrl': strUrl };
6131
+ var result = JSON.parse(this.sendAndWaitMessageEx('NavigateURL', JSON.stringify(jsonstr)));
6132
+ return result.value;
6133
+ }
6134
+ };
6135
+
6136
+ /**
6137
+ * 打开 CS 应用
6138
+ * @param {string} strGatewayAddress - 网关地址
6139
+ * @param {string} strAppFlag - 应用标识
6140
+ * @param {string} strAppPath - 应用路径
6141
+ * @returns {number} 打开结果
6142
+ */
6143
+
6144
+
6145
+ CA_ExtInterface.prototype.executeCS = function executeCS(strGatewayAddress, strAppFlag, strAppPath) {
6146
+ if (this.useActioveX) {
6147
+ return window.PNXClient.ExecuteCS(strGatewayAddress, strAppFlag, strAppPath);
6148
+ } else {
6149
+ var jsonstr = { 'strGatewayAddress': strGatewayAddress, 'strAppFlag': strAppFlag, 'strAppPath': strAppPath };
6150
+ var result = JSON.parse(this.sendAndWaitMessageEx('ExecuteCS', JSON.stringify(jsonstr)));
6151
+ return result.value;
6152
+ }
6153
+ };
6154
+
6155
+ /**
6156
+ * 设置自动更新策略
6157
+ * @param {string} strGatewayAddress - 网关地址
6158
+ * @param {number} nGatewayPort - 网关端口
6159
+ * @param {string} strUserToken - 用户令牌
6160
+ * @param {number} updatedelay - 更新延迟
6161
+ * @returns {number} 设置结果
6162
+ */
6163
+
6164
+
6165
+ CA_ExtInterface.prototype.setUpdatePolicy = function setUpdatePolicy(strGatewayAddress, nGatewayPort, strUserToken, updatedelay) {
6166
+ if (this.useActioveX) {
6167
+ return window.PNXClient.SetUpdatePolicy(strGatewayAddress, nGatewayPort, strUserToken, updatedelay);
6168
+ } else {
6169
+ var jsonstr = { 'strGatewayAddress': strGatewayAddress, 'nGatewayPort': nGatewayPort, 'strUserToken': strUserToken, 'ulUpdateDelay': updatedelay };
6170
+ var result = JSON.parse(this.sendAndWaitMessageEx('SetUpdatePolicy', JSON.stringify(jsonstr)));
6171
+ return result.value;
6172
+ }
6173
+ };
6174
+
6175
+ /**
6176
+ * 获取客户端 IP
6177
+ * @param {string} strGatewayIP - 网关 IP
6178
+ * @returns {string} 客户端 IP
6179
+ */
6180
+
6181
+
6182
+ CA_ExtInterface.prototype.getClientIP = function getClientIP(strGatewayIP) {
6183
+ if (this.useActioveX) {
6184
+ return window.PNXClient.GetClientIP(strGatewayIP);
6185
+ } else {
6186
+ var jsonstr = { 'strGatewayIP': strGatewayIP };
6187
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetClientIP', JSON.stringify(jsonstr)));
6188
+ return result.value;
6189
+ }
6190
+ };
6191
+
6192
+ /**
6193
+ * 登出网关
6194
+ * @param {string} strServerIP - 服务器 IP
6195
+ * @returns {number} 登出结果
6196
+ */
6197
+
6198
+
6199
+ CA_ExtInterface.prototype.gwLogout = function gwLogout(strServerIP) {
6200
+ if (this.useActioveX) {
6201
+ return window.PNXClient.GWLogout(strServerIP);
6202
+ } else {
6203
+ var jsonstr = { 'strServerIP': strServerIP };
6204
+ var result = JSON.parse(this.sendAndWaitMessageEx('GWLogout', JSON.stringify(jsonstr)));
6205
+ return result.value;
6206
+ }
6207
+ };
6208
+
6209
+ /**
6210
+ * 运行安装包
6211
+ * @param {number} lRunType - 运行类型
6212
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6213
+ * @returns {number} 运行结果
6214
+ */
6215
+
6216
+
6217
+ CA_ExtInterface.prototype.runSetup = function runSetup(lRunType, bIsOnlySSO) {
6218
+ if (this.useActioveX) {
6219
+ return window.PNXClient.RunSetup(lRunType, bIsOnlySSO);
6220
+ } else {
6221
+ var jsonstr = { 'lRunType': lRunType, 'bIsOnlySSO': bIsOnlySSO };
6222
+ var result = JSON.parse(this.sendAndWaitMessageEx('RunSetup', JSON.stringify(jsonstr)));
6223
+ return result.value;
6224
+ }
6225
+ };
6226
+
6227
+ /**
6228
+ * 获取下载进度
6229
+ * @returns {number} 下载进度
6230
+ */
6231
+
6232
+
6233
+ CA_ExtInterface.prototype.getDownloadProgress = function getDownloadProgress() {
6234
+ if (this.useActioveX) {
6235
+ return window.PNXClient.GetDownloadProgress();
6236
+ } else {
6237
+ var jsonstr = '';
6238
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetDownloadProgress', jsonstr));
6239
+ return result.value;
6240
+ }
6241
+ };
6242
+
6243
+ /**
6244
+ * 是否安装完成
6245
+ * @returns {boolean} 安装完成状态
6246
+ */
6247
+
6248
+
6249
+ CA_ExtInterface.prototype.isInstallComplete = function isInstallComplete() {
6250
+ if (this.useActioveX) {
6251
+ return window.PNXClient.IsInstallComplete();
6252
+ } else {
6253
+ var jsonstr = '';
6254
+ var result = JSON.parse(this.sendAndWaitMessageEx('IsInstallComplete', jsonstr));
6255
+ return result.value;
6256
+ }
6257
+ };
6258
+
6259
+ /**
6260
+ * 初始化签包对象
6261
+ * @param {string} strAlgType - 算法类型
6262
+ * @param {string} strAuxParam - 辅助参数
6263
+ * @returns {number} 初始化结果
6264
+ */
6265
+
6266
+
6267
+ CA_ExtInterface.prototype.initialize = function initialize(strAlgType, strAuxParam) {
6268
+ if (this.useActioveX) {
6269
+ return window.PNXClient.Initialize(strAlgType, strAuxParam);
6270
+ } else {
6271
+ var jsonstr = { 'strAlgType': strAlgType, 'strAuxParam': strAuxParam };
6272
+ var result = JSON.parse(this.sendAndWaitMessageEx('Initialize', JSON.stringify(jsonstr)));
6273
+ return result.value;
6274
+ }
6275
+ };
6276
+
6277
+ /**
6278
+ * 设置摘要算法
6279
+ * @param {string} strDigestAlg - 摘要算法
6280
+ * @returns {number} 设置结果
6281
+ */
6282
+
6283
+
6284
+ CA_ExtInterface.prototype.setDigestAlg = function setDigestAlg(strDigestAlg) {
6285
+ if (this.useActioveX) {
6286
+ return window.PNXClient.SetDigestAlg(strDigestAlg);
6287
+ } else {
6288
+ var jsonstr = { 'strDigestAlg': strDigestAlg };
6289
+ var result = JSON.parse(this.sendAndWaitMessageEx('SetDigestAlg', JSON.stringify(jsonstr)));
6290
+ return result.value;
6291
+ }
6292
+ };
6293
+
6294
+ /**
6295
+ * 设置单证书是否弹出对话框
6296
+ * @param {number} isChoose - 是否弹出对话框
6297
+ * @returns {number} 设置结果
6298
+ */
6299
+
6300
+
6301
+ CA_ExtInterface.prototype.setChooseSingleCert = function setChooseSingleCert(isChoose) {
6302
+ if (this.useActioveX) {
6303
+ return window.PNXClient.SetChooseSingleCert(isChoose);
6304
+ } else {
6305
+ var jsonstr = { 'isChoose': isChoose };
6306
+ var result = JSON.parse(this.sendAndWaitMessageEx('SetChooseSingleCert', JSON.stringify(jsonstr)));
6307
+ return result.value;
6308
+ }
6309
+ };
6310
+
6311
+ /**
6312
+ * 添加证书过滤条件
6313
+ * @param {number} ulType - 过滤类型
6314
+ * @param {string} strValue - 过滤值
6315
+ * @returns {number} 添加结果
6316
+ */
6317
+
6318
+
6319
+ CA_ExtInterface.prototype.addFilter = function addFilter(ulType, strValue) {
6320
+ if (this.useActioveX) {
6321
+ return window.PNXClient.AddFilter(ulType, strValue);
6322
+ } else {
6323
+ var jsonstr = { 'ulType': ulType, 'strValue': strValue };
6324
+ var result = JSON.parse(this.sendAndWaitMessageEx('AddFilter', JSON.stringify(jsonstr)));
6325
+ return result.value;
6326
+ }
6327
+ };
6328
+
6329
+ /**
6330
+ * 清除所有过滤条件
6331
+ * @returns {number} 清除结果
6332
+ */
6333
+
6334
+
6335
+ CA_ExtInterface.prototype.clearFilter = function clearFilter() {
6336
+ if (this.useActioveX) {
6337
+ return window.PNXClient.ClearFilter();
6338
+ } else {
6339
+ var jsonstr = '';
6340
+ var result = JSON.parse(this.sendAndWaitMessageEx('ClearFilter', jsonstr));
6341
+ return result.value;
6342
+ }
6343
+ };
6344
+
6345
+ /**
6346
+ * P1 签名
6347
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6348
+ * @returns {string} 签名结果
6349
+ */
6350
+
6351
+
6352
+ CA_ExtInterface.prototype.p1Sign = function p1Sign(strValueBase64) {
6353
+ if (this.useActioveX) {
6354
+ return window.PNXClient.P1Sign(strValueBase64);
6355
+ } else {
6356
+ var jsonstr = { 'strValueBase64': strValueBase64 };
6357
+ var result = JSON.parse(this.sendAndWaitMessageEx('P1Sign', JSON.stringify(jsonstr)));
6358
+ return result.value;
6359
+ }
6360
+ };
6361
+
6362
+ /**
6363
+ * P1 签名字符串
6364
+ * @param {string} strValue - 待签名的字符串
6365
+ * @returns {string} 签名结果
6366
+ */
6367
+
6368
+
6369
+ CA_ExtInterface.prototype.p1SignString = function p1SignString(strValue) {
6370
+ if (this.useActioveX) {
6371
+ return window.PNXClient.P1SignString(strValue);
6372
+ } else {
6373
+ var jsonstr = { 'strValue': strValue };
6374
+ var result = JSON.parse(this.sendAndWaitMessageEx('P1SignString', JSON.stringify(jsonstr)));
6375
+ return result.value;
6376
+ }
6377
+ };
6378
+
6379
+ /**
6380
+ * P7 签名
6381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6382
+ * @param {boolean} isDetach - 是否分离签名
6383
+ * @param {boolean} isIncludeCert - 是否包含证书
6384
+ * @returns {string} 签名结果
6385
+ */
6386
+
6387
+
6388
+ CA_ExtInterface.prototype.p7Sign = function p7Sign(strValueBase64, isDetach, isIncludeCert) {
6389
+ if (this.useActioveX) {
6390
+ return window.PNXClient.P7Sign(strValueBase64, isDetach, isIncludeCert);
6391
+ } else {
6392
+ var jsonstr = { 'strValueBase64': strValueBase64, 'isDetach': isDetach, 'isIncludeCert': isIncludeCert };
6393
+ var result = JSON.parse(this.sendAndWaitMessageEx('P7Sign', JSON.stringify(jsonstr)));
6394
+ return result.value;
6395
+ }
6396
+ };
6397
+
6398
+ /**
6399
+ * P7 签名字符串
6400
+ * @param {string} strValue - 待签名的字符串
6401
+ * @param {boolean} isDetach - 是否分离签名
6402
+ * @param {boolean} isIncludeCert - 是否包含证书
6403
+ * @returns {string} 签名结果
6404
+ */
6405
+
6406
+
6407
+ CA_ExtInterface.prototype.p7SignString = function p7SignString(strValue, isDetach, isIncludeCert) {
6408
+ if (this.useActioveX) {
6409
+ return window.PNXClient.P7SignString(strValue, isDetach, isIncludeCert);
6410
+ } else {
6411
+ var jsonstr = { 'strValue': strValue, 'isDetach': isDetach, 'isIncludeCert': isIncludeCert };
6412
+ var result = JSON.parse(this.sendAndWaitMessageEx('P7SignString', JSON.stringify(jsonstr)));
6413
+ return result.value;
6414
+ }
6415
+ };
6416
+
6417
+ /**
6418
+ * 释放签名对象
6419
+ * @returns {number} 释放结果
6420
+ */
6421
+
6422
+
6423
+ CA_ExtInterface.prototype.finalize = function finalize() {
6424
+ if (this.useActioveX) {
6425
+ return window.PNXClient.Finalize();
6426
+ } else {
6427
+ var jsonstr = '';
6428
+ var result = JSON.parse(this.sendAndWaitMessageEx('Finalize', jsonstr));
6429
+ return result.value;
6430
+ }
6431
+ };
6432
+
6433
+ /**
6434
+ * 获取签名版本
6435
+ * @returns {string} 签名版本
6436
+ */
6437
+
6438
+
6439
+ CA_ExtInterface.prototype.getSignVersion = function getSignVersion() {
6440
+ if (this.useActioveX) {
6441
+ return window.PNXClient.GetSignVersion();
6442
+ } else {
6443
+ var jsonstr = '';
6444
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetSignVersion', jsonstr));
6445
+ return result.value;
6446
+ }
6447
+ };
6448
+
6449
+ /**
6450
+ * 获取签名证书
6451
+ * @returns {string} 签名证书
6452
+ */
6453
+
6454
+
6455
+ CA_ExtInterface.prototype.getSignCert = function getSignCert() {
6456
+ if (this.useActioveX) {
6457
+ return window.PNXClient.GetSignCert();
6458
+ } else {
6459
+ var jsonstr = '';
6460
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetSignCert', jsonstr));
6461
+ return result.value;
6462
+ }
6463
+ };
6464
+
6465
+ /**
6466
+ * 获取错误码
6467
+ * @returns {number} 错误码
6468
+ */
6469
+
6470
+
6471
+ CA_ExtInterface.prototype.getLastError = function getLastError() {
6472
+ if (this.useActioveX) {
6473
+ return window.PNXClient.GetLastError();
6474
+ } else {
6475
+ var jsonstr = '';
6476
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetLastError', jsonstr));
6477
+ return result.value;
6478
+ }
6479
+ };
6480
+
6481
+ /**
6482
+ * 获取错误信息
6483
+ * @returns {string} 错误信息
6484
+ */
6485
+
6486
+
6487
+ CA_ExtInterface.prototype.getLastErrorMessage = function getLastErrorMessage() {
6488
+ if (this.useActioveX) {
6489
+ return window.PNXClient.GetLastErrorMessage();
6490
+ } else {
6491
+ var jsonstr = '';
6492
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetLastErrorMessage', jsonstr));
6493
+ return result.value;
6494
+ }
6495
+ };
6496
+
6497
+ /**
6498
+ * 销毁认证对象
6499
+ * @returns {number} 销毁结果
6500
+ */
6501
+
6502
+
6503
+ CA_ExtInterface.prototype.destoryAuth = function destoryAuth() {
6504
+ if (this.useActioveX) {
6505
+ return window.PNXClient.DestoryAuth();
6506
+ } else {
6507
+ var jsonstr = '';
6508
+ var result = JSON.parse(this.sendAndWaitMessageEx('DestoryAuth', jsonstr));
6509
+ return result.value;
6510
+ }
6511
+ };
6512
+
6513
+ /**
6514
+ * 获取证书类型
6515
+ * @returns {string} 证书类型
6516
+ */
6517
+
6518
+
6519
+ CA_ExtInterface.prototype.getSignCertType = function getSignCertType() {
6520
+ if (this.useActioveX) {
6521
+ return window.PNXClient.GetSignCertType();
6522
+ } else {
6523
+ var jsonstr = '';
6524
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetSignCertType', jsonstr));
6525
+ return result.value;
6526
+ }
6527
+ };
6528
+
6529
+ /**
6530
+ * 获取签名摘要算法
6531
+ * @returns {string} 签名摘要算法
6532
+ */
6533
+
6534
+
6535
+ CA_ExtInterface.prototype.getSignHash = function getSignHash() {
6536
+ if (this.useActioveX) {
6537
+ return window.PNXClient.GetSignHash();
6538
+ } else {
6539
+ var jsonstr = '';
6540
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetSignHash', jsonstr));
6541
+ return result.value;
6542
+ }
6543
+ };
6544
+
6545
+ /**
6546
+ * 使能调用序列
6547
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6548
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6549
+ * @returns {number} 使能结果
6550
+ */
6551
+
6552
+
6553
+ CA_ExtInterface.prototype.callQueueEnable = function callQueueEnable(bCallQueueEnable, bHeadInfoEnable) {
6554
+ if (this.useActioveX) {
6555
+ return window.PNXClient.CallQueueEnable(bCallQueueEnable, bHeadInfoEnable);
6556
+ } else {
6557
+ var jsonstr = { 'bCallQueueEnable': bCallQueueEnable, 'bHeadInfoEnable': bHeadInfoEnable };
6558
+ var result = JSON.parse(this.sendAndWaitMessageEx('CallQueueEnable', JSON.stringify(jsonstr)));
6559
+ return result.value;
6560
+ }
6561
+ };
6562
+
6563
+ /**
6564
+ * 清空调用序列结果
6565
+ * @returns {number} 清空调用序列结果
6566
+ */
6567
+
6568
+
6569
+ CA_ExtInterface.prototype.callQueueClear = function callQueueClear() {
6570
+ if (this.useActioveX) {
6571
+ return window.PNXClient.CallQueueClear();
6572
+ } else {
6573
+ var jsonstr = '';
6574
+ var result = JSON.parse(this.sendAndWaitMessageEx('CallQueueClear', jsonstr));
6575
+ return result.value;
6576
+ }
6577
+ };
6578
+
6579
+ /**
6580
+ * 获取调用序列结果
6581
+ * @returns {string} 调用序列结果
6582
+ */
6583
+
6584
+
6585
+ CA_ExtInterface.prototype.callQueueGet = function callQueueGet() {
6586
+ if (this.useActioveX) {
6587
+ return window.PNXClient.CallQueueGet();
6588
+ } else {
6589
+ var jsonstr = '';
6590
+ var result = JSON.parse(this.sendAndWaitMessageEx('CallQueueGet', jsonstr));
6591
+ return result.value;
6592
+ }
6593
+ };
6594
+
6595
+ /**
6596
+ * 客户端安全策略检查
6597
+ * @param {string} strGatewayAddress - 网关地址
6598
+ * @param {number} usGatewayPort - 网关端口
6599
+ * @param {string} strSecurityPolicys - 安全策略
6600
+ * @returns {boolean} 检查结果
6601
+ */
6602
+
6603
+
6604
+ CA_ExtInterface.prototype.doClientSecurityCheck = function doClientSecurityCheck(strGatewayAddress, usGatewayPort, strSecurityPolicys) {
6605
+ if (this.useActioveX) {
6606
+ return window.PNXClient.DoClientSecurityCheck(strGatewayAddress, usGatewayPort, strSecurityPolicys);
6607
+ } else {
6608
+ var jsonstr = { 'strGatewayAddress': strGatewayAddress, 'usGatewayPort': usGatewayPort, 'strSecurityPolicys': strSecurityPolicys };
6609
+ var result = JSON.parse(this.sendAndWaitMessageEx('DoClientSecurityCheck', JSON.stringify(jsonstr)));
6610
+ return result.value;
6611
+ }
6612
+ };
6613
+
6614
+ /**
6615
+ * 获取通讯协议版本
6616
+ * @returns {string} 通讯协议版本
6617
+ */
6618
+
6619
+
6620
+ CA_ExtInterface.prototype.getProtocolVersion = function getProtocolVersion() {
6621
+ if (this.useActioveX) {
6622
+ return window.PNXClient.GetProtocolVersion();
6623
+ } else {
6624
+ var jsonstr = '';
6625
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetProtocolVersion', jsonstr));
6626
+ return result.value;
6627
+ }
6628
+ };
6629
+
6630
+ /**
6631
+ * 修改 Key 的 Pin 码
6632
+ * @param {string} strCertSn - 证书序列号
6633
+ * @param {number} lPinCodeType - Pin 码类型
6634
+ * @param {string} strCurPinCode - 当前 Pin 码
6635
+ * @param {string} strNewPinCode - 新 Pin 码
6636
+ * @returns {number} 修改结果
6637
+ */
6638
+
6639
+
6640
+ CA_ExtInterface.prototype.changePinCode = function changePinCode(strCertSn, lPinCodeType, strCurPinCode, strNewPinCode) {
6641
+ if (this.useActioveX) {
6642
+ return window.PNXClient.ChangePinCode(strCertSn, lPinCodeType, strCurPinCode, strNewPinCode);
6643
+ } else {
6644
+ var jsonstr = { 'strCertSn': strCertSn, 'lPinCodeType': lPinCodeType, 'strCurPinCode': strCurPinCode, 'strNewPinCode': strNewPinCode };
6645
+ var result = JSON.parse(this.sendAndWaitMessageEx('ChangePinCode', JSON.stringify(jsonstr)));
6646
+ return result.value;
6647
+ }
6648
+ };
6649
+
6650
+ /**
6651
+ * 等待策略设置完毕
6652
+ * @param {string} strGatewayAddress - 网关地址
6653
+ * @returns {number} 等待结果
6654
+ */
6655
+
6656
+
6657
+ CA_ExtInterface.prototype.waitSetPolicyFinish = function waitSetPolicyFinish(strGatewayAddress) {
6658
+ if (this.useActioveX) {
6659
+ return window.PNXClient.WaitSetPolicyFinish(strGatewayAddress);
6660
+ } else {
6661
+ var jsonstr = { 'strGatewayAddress': strGatewayAddress };
6662
+ var result = JSON.parse(this.sendAndWaitMessageEx('WaitSetPolicyFinish', JSON.stringify(jsonstr)));
6663
+ return result.value;
6664
+ }
6665
+ };
6666
+
6667
+ /**
6668
+ * 获取会话 Token
6669
+ * @param {string} strGatewayAddress - 网关地址
6670
+ * @returns {string} 会话 Token
6671
+ */
6672
+
6673
+
6674
+ CA_ExtInterface.prototype.getSessionToken = function getSessionToken(strGatewayAddress) {
6675
+ if (this.useActioveX) {
6676
+ return window.PNXClient.GetSessionToken(strGatewayAddress);
6677
+ } else {
6678
+ var jsonstr = { 'strGatewayAddress': strGatewayAddress };
6679
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetSessionToken', JSON.stringify(jsonstr)));
6680
+ return result.value;
6681
+ }
6682
+ };
6683
+
6684
+ /**
6685
+ * 获取控件版本
6686
+ * @returns {string} 控件版本
6687
+ */
6688
+
6689
+
6690
+ CA_ExtInterface.prototype.getVersion = function getVersion() {
6691
+ if (this.useActioveX) {
6692
+ return window.PNXClient.GetVersion();
6693
+ } else {
6694
+ var jsonstr = '';
6695
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetVersion', jsonstr));
6696
+ return result.value;
6697
+ }
6698
+ };
6699
+
6700
+ /**
6701
+ * 设置语言资源
6702
+ * @param {string} strLanguage - 语言资源
6703
+ * @returns {number} 设置结果
6704
+ */
6705
+
6706
+
6707
+ CA_ExtInterface.prototype.setLanguage = function setLanguage(strLanguage) {
6708
+ if (this.useActioveX) {
6709
+ return window.PNXClient.SetLanguage(strLanguage);
6710
+ } else {
6711
+ var jsonstr = { 'strLanguage': strLanguage };
6712
+ var result = JSON.parse(this.sendAndWaitMessageEx('SetLanguage', JSON.stringify(jsonstr)));
6713
+ return result.value;
6714
+ }
6715
+ };
6716
+
6717
+ /**
6718
+ * 获取用户属性
6719
+ * @param {string} strGatewayAddress - 网关地址
6720
+ * @param {string} strAppFlag - 应用标识
6721
+ * @param {string} strAttributeName - 属性名称
6722
+ * @returns {string} 用户属性值
6723
+ */
6724
+
6725
+
6726
+ CA_ExtInterface.prototype.getAttribute = function getAttribute(strGatewayAddress, strAppFlag, strAttributeName) {
6727
+ if (this.useActioveX) {
6728
+ return window.PNXClient.GetAttribute(strGatewayAddress, strAppFlag, strAttributeName);
6729
+ } else {
6730
+ var jsonstr = { 'strGatewayAddress': strGatewayAddress, 'strAppFlag': strAppFlag, 'strAttributeName': strAttributeName };
6731
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetAttribute', JSON.stringify(jsonstr)));
6732
+ return result.value;
6733
+ }
6734
+ };
6735
+
6736
+ /**
6737
+ * 获取签名加密 PIN 码
6738
+ * @returns {string} 签名加密 PIN 码
6739
+ */
6740
+
6741
+
6742
+ CA_ExtInterface.prototype.getPinCode = function getPinCode() {
6743
+ if (this.useActioveX) {
6744
+ return window.PNXClient.GetPinCode();
6745
+ } else {
6746
+ var jsonstr = '';
6747
+ var result = JSON.parse(this.sendAndWaitMessageEx('GetPinCode', jsonstr));
6748
+ return result.value;
6749
+ }
6750
+ };
6751
+
6752
+ return CA_ExtInterface;
6753
+ }();
6754
+
6755
+ var caPlugin = new CA_ExtInterface();
6756
+ /* harmony default export */ var src_plugin = (caPlugin);
6757
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/calogin/src/main.vue?vue&type=script&lang=js&
6758
+ //
6759
+ //
6760
+ //
6761
+ //
6762
+ //
6763
+ //
6764
+
6765
+
6766
+
6767
+
6768
+ /* harmony default export */ var calogin_src_mainvue_type_script_lang_js_ = ({
6769
+ name: 'EsCaLogin',
6770
+ props: {
6771
+ identifyingId: {
6772
+ type: String,
6773
+ default: function _default() {
6774
+ return utils_util["a" /* default */].uuid(12);
6775
+ }
6776
+ },
6777
+ dllnames: {
6778
+ type: Array,
6779
+ default: function _default() {
6780
+ return ['L3Vzci9saWI2NC9saWJTS0ZBUEkuc28=', 'bGliU0tGQVBJLWFybTY0LnNv', 'L3Vzci9saWIvYWFyY2g2NC1saW51eC1nbnUvbGliU0tGQVBJLWFybTY0LnNv', 'L3Vzci9saWIvbGliU0tGQVBJLnNv', 'U0tGQVBJMzAwOTIuZGxs', 'bGliU0tGQVBJLnNv', 'L29wdC9oYWl0YWkvbGliL2xpYlNLRkFQSS5zbw==', 'U0tGQVBJNDAwOTcuZGxs'];
6781
+ }
6782
+ },
6783
+ dllname: {
6784
+ type: Array,
6785
+ default: function _default() {
6786
+ return [];
6787
+ }
6788
+ },
6789
+ success: Function
6790
+ },
6791
+ data: function data() {
6792
+ return {
6793
+ signedData: ''
6794
+ };
6795
+ },
6796
+
6797
+ computed: {
6798
+ param: function param() {
6799
+ // 生成不重复的 DLL 名称列表
6800
+ var dllnames = [].concat(new Set(this.dllnames.concat(this.dllname)));
6801
+
6802
+ return '<?xml version="1.0" encoding="utf-8"?>\n <authinfo>\n <liblist>\n ' + dllnames.map(function (dllname) {
6803
+ return '<lib type="SKF" version="1.0" dllname="' + dllname + '"><algid val="SHA1" sm2_hashalg="SM3" /></lib>';
6804
+ }).join('') + '\n </liblist>\n </authinfo>';
6805
+ }
6806
+ },
6807
+ created: function created() {
6808
+ this.init();
6809
+ },
6810
+ mounted: function mounted() {},
6811
+
6812
+ methods: {
6813
+ init: function init() {
6814
+ if (!window.PNXClient) {
6815
+ var parser = new DOMParser();
6816
+ var doc = parser.parseFromString("<object classid='clsid:9DD991F7-6FB0-4004-95A4-0A55006A8C42' width='0' height='0' id='PNXClient' style='position: absolute;'></object>", 'text/html');
6817
+ var pnxClientElement = doc.querySelector('object');
6818
+ if (pnxClientElement) {
6819
+ document.body.appendChild(pnxClientElement);
6820
+ }
6821
+ }
6822
+ },
6823
+ getCertificate: function getCertificate() {
6824
+ // 检查 PNXClient 是否存在
6825
+ if (!window.PNXClient) {
6826
+ this.$message.error('控件加载失败,请刷新页面重试!');
6827
+ return;
6828
+ }
6829
+ try {
6830
+ src_plugin.getVersion();
6831
+ } catch (e) {
6832
+ this.$message.error('未安装控件,请进行安装控件!');
6833
+ return;
6834
+ }
6835
+ try {
6836
+ // 清除之前的过滤器
6837
+ src_plugin.clearFilter();
6838
+ // 初始化vctk控件
6839
+ src_plugin.initialize('', this.param);
6840
+ // 控制证书为一个时,不弹出证书选择框
6841
+ src_plugin.setChooseSingleCert(1);
6842
+
6843
+ // 生成签名信息
6844
+ this.signedData = src_plugin.p7SignString(this.identifyingId, true, true);
6845
+
6846
+ //获取错误码
6847
+ var errorCode = Number(src_plugin.getLastError());
6848
+ if (errorCode !== 0) {
6849
+ if (errorCode === 3758096386 || errorCode === 2148532334) {
6850
+ this.$message.error('用户取消操作!');
6851
+ return;
6852
+ } else if (errorCode === -536870815 || errorCode === 3758096481) {
6853
+ this.$message.error('没有找到有效的证书,如果使用的是KEY,请确认已经插入key!');
6854
+ return;
6855
+ } else {
6856
+ this.$message.error(src_plugin.getLastErrorMessage());
6857
+ return;
6858
+ }
6859
+ }
6860
+ console.log('签名数据:', this.signedData);
6861
+ this.success && this.success(this.signedData);
6862
+ return this.signedData;
6863
+ } catch (error) {
6864
+ // 捕获其他可能的异常
6865
+ this.$message.error('\u64CD\u4F5C\u5931\u8D25: ' + error.message);
6866
+ }
6867
+ }
6868
+ }
6869
+ });
6870
+ // CONCATENATED MODULE: ./packages/calogin/src/main.vue?vue&type=script&lang=js&
6871
+ /* harmony default export */ var packages_calogin_src_mainvue_type_script_lang_js_ = (calogin_src_mainvue_type_script_lang_js_);
6872
+ // CONCATENATED MODULE: ./packages/calogin/src/main.vue
6873
+
6874
+
6875
+
6876
+
6877
+
6878
+ /* normalize component */
6879
+
6880
+ var calogin_src_main_component = normalizeComponent(
6881
+ packages_calogin_src_mainvue_type_script_lang_js_,
6882
+ mainvue_type_template_id_e879a944_scoped_true_render,
6883
+ mainvue_type_template_id_e879a944_scoped_true_staticRenderFns,
6884
+ false,
6885
+ null,
6886
+ "e879a944",
6887
+ null
6888
+
6889
+ )
6890
+
6891
+ /* harmony default export */ var calogin_src_main = (calogin_src_main_component.exports);
6892
+ // CONCATENATED MODULE: ./packages/calogin/index.js
6893
+
6894
+
6895
+ calogin_src_main.install = function (Vue) {
6896
+ return Vue.component(calogin_src_main.name, calogin_src_main);
6897
+ };
6898
+
6899
+ /* harmony default export */ var calogin = (calogin_src_main);
5874
6900
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/card/src/main.vue?vue&type=template&id=1ead069c&
5875
6901
  var mainvue_type_template_id_1ead069c_render = function () {
5876
6902
  var _vm = this
@@ -15687,8 +16713,8 @@ error_page_src_main.install = function (Vue) {
15687
16713
  };
15688
16714
 
15689
16715
  /* harmony default export */ var error_page = (error_page_src_main);
15690
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=3b87e344&
15691
- var mainvue_type_template_id_3b87e344_render = function () {
16716
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=2158e4f3&
16717
+ var mainvue_type_template_id_2158e4f3_render = function () {
15692
16718
  var _vm = this
15693
16719
  var _h = _vm.$createElement
15694
16720
  var _c = _vm._self._c || _h
@@ -21698,11 +22724,11 @@ var mainvue_type_template_id_3b87e344_render = function () {
21698
22724
  )
21699
22725
  : _vm._e()
21700
22726
  }
21701
- var mainvue_type_template_id_3b87e344_staticRenderFns = []
21702
- mainvue_type_template_id_3b87e344_render._withStripped = true
22727
+ var mainvue_type_template_id_2158e4f3_staticRenderFns = []
22728
+ mainvue_type_template_id_2158e4f3_render._withStripped = true
21703
22729
 
21704
22730
 
21705
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=3b87e344&
22731
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=2158e4f3&
21706
22732
 
21707
22733
  // CONCATENATED MODULE: ./src/utils/rules.js
21708
22734
  // 手机号
@@ -25104,6 +26130,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
25104
26130
  return null;
25105
26131
  },
25106
26132
  getNewValue: function getNewValue(value, handle, type) {
26133
+ var _this14 = this;
26134
+
25107
26135
  var models = JSON.parse(JSON.stringify(value));
25108
26136
  if (this.parseValue) {
25109
26137
  if (typeof this.parseValue === 'function') {
@@ -25149,17 +26177,19 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
25149
26177
  if (typeof this.within === 'string') {
25150
26178
  newData[this.within] = obj;
25151
26179
  } else {
25152
- for (var _i2 in this.within) {
25153
- var names = this.within[_i2];
25154
- var itemData = void 0;
26180
+ var _loop3 = function _loop3(_i2) {
26181
+ var names = _this14.within[_i2];
26182
+ var itemData = {};
25155
26183
  if (Array.isArray(names)) {
25156
- itemData = names.map(function (item) {
25157
- var val = obj[item];
25158
- delete obj[item];
25159
- return val;
26184
+ names.forEach(function (item) {
26185
+ itemData[item] = obj[item];
25160
26186
  });
25161
26187
  }
25162
26188
  newData[_i2] = itemData;
26189
+ };
26190
+
26191
+ for (var _i2 in this.within) {
26192
+ _loop3(_i2);
25163
26193
  }
25164
26194
  }
25165
26195
  models = form_src_mainvue_type_script_lang_js_extends({}, newData, obj);
@@ -25240,8 +26270,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
25240
26270
 
25241
26271
  var form_src_main_component = normalizeComponent(
25242
26272
  packages_form_src_mainvue_type_script_lang_js_,
25243
- mainvue_type_template_id_3b87e344_render,
25244
- mainvue_type_template_id_3b87e344_staticRenderFns,
26273
+ mainvue_type_template_id_2158e4f3_render,
26274
+ mainvue_type_template_id_2158e4f3_staticRenderFns,
25245
26275
  false,
25246
26276
  null,
25247
26277
  null,
@@ -25258,8 +26288,8 @@ form_src_main.install = function (Vue) {
25258
26288
  };
25259
26289
 
25260
26290
  /* harmony default export */ var packages_form = (form_src_main);
25261
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=fc4f395a&
25262
- var mainvue_type_template_id_fc4f395a_render = function () {
26291
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=07497b53&
26292
+ var mainvue_type_template_id_07497b53_render = function () {
25263
26293
  var _vm = this
25264
26294
  var _h = _vm.$createElement
25265
26295
  var _c = _vm._self._c || _h
@@ -25272,7 +26302,132 @@ var mainvue_type_template_id_fc4f395a_render = function () {
25272
26302
  style: _vm.styles,
25273
26303
  },
25274
26304
  [
25275
- _vm.typeCode == "read"
26305
+ _vm.showCirculate
26306
+ ? _c(
26307
+ "div",
26308
+ [
26309
+ _c("CommonOpinions", {
26310
+ directives: [
26311
+ {
26312
+ name: "show",
26313
+ rawName: "v-show",
26314
+ value: !_vm.shrink,
26315
+ expression: "!shrink",
26316
+ },
26317
+ ],
26318
+ ref: "commonOpinions",
26319
+ staticClass: "es-common-opinions",
26320
+ attrs: {
26321
+ opinion: _vm.value,
26322
+ rows: _vm.rows,
26323
+ required: _vm.isOpinionRequired == 1,
26324
+ isBanInputOpinion: _vm.isBanInputOpinion,
26325
+ nodeFixedOpinionSelectList:
26326
+ _vm.nodeFixedOpinionSelectList,
26327
+ },
26328
+ on: {
26329
+ change: function (val) {
26330
+ return (_vm.value = val)
26331
+ },
26332
+ },
26333
+ }),
26334
+ _c(
26335
+ "el-form",
26336
+ {
26337
+ ref: "form",
26338
+ attrs: {
26339
+ model: _vm.circulateForm,
26340
+ "label-width": "120px",
26341
+ },
26342
+ },
26343
+ [
26344
+ _c(
26345
+ "el-form-item",
26346
+ { attrs: { prop: "nextNodeId", label: "下步节点" } },
26347
+ [
26348
+ _vm.nextNodeCheckType == "select"
26349
+ ? _c(
26350
+ "el-select",
26351
+ {
26352
+ attrs: { placeholder: "请选择下步节点" },
26353
+ model: {
26354
+ value: _vm.circulateForm.nextNodeId,
26355
+ callback: function ($$v) {
26356
+ _vm.$set(
26357
+ _vm.circulateForm,
26358
+ "nextNodeId",
26359
+ $$v
26360
+ )
26361
+ },
26362
+ expression: "circulateForm.nextNodeId",
26363
+ },
26364
+ },
26365
+ [
26366
+ _c("el-option", {
26367
+ attrs: { label: "传阅", value: "111" },
26368
+ }),
26369
+ ],
26370
+ 1
26371
+ )
26372
+ : _vm.nextNodeCheckType == "radio"
26373
+ ? _c("es-radio-group", {
26374
+ attrs: {
26375
+ data: [{ nodeId: "111", nodeName: "传阅" }],
26376
+ "value-key": "nodeId",
26377
+ "label-key": "nodeName",
26378
+ },
26379
+ model: {
26380
+ value: _vm.circulateForm.nextNodeId,
26381
+ callback: function ($$v) {
26382
+ _vm.$set(
26383
+ _vm.circulateForm,
26384
+ "nextNodeId",
26385
+ $$v
26386
+ )
26387
+ },
26388
+ expression: "circulateForm.nextNodeId",
26389
+ },
26390
+ })
26391
+ : _vm._e(),
26392
+ ],
26393
+ 1
26394
+ ),
26395
+ ],
26396
+ 1
26397
+ ),
26398
+ _c("circulate", {
26399
+ ref: "circulate",
26400
+ staticStyle: { "margin-top": "10px" },
26401
+ attrs: {
26402
+ businessId: _vm.businessId,
26403
+ showBtn: false,
26404
+ processDefinitionId: _vm.nodeInfo.nextNode,
26405
+ simpleTips: _vm.simpleTips,
26406
+ oldOption: _vm.value,
26407
+ },
26408
+ on: {
26409
+ cancel: function ($event) {
26410
+ _vm.closeProcess($event, "circulateVisible")
26411
+ },
26412
+ },
26413
+ }),
26414
+ _c(
26415
+ "el-button",
26416
+ {
26417
+ staticStyle: { width: "100%" },
26418
+ attrs: { type: "primary" },
26419
+ on: {
26420
+ click: function ($event) {
26421
+ _vm.handleClickCirculate()
26422
+ },
26423
+ },
26424
+ },
26425
+ [_vm._v("\n 提交\n ")]
26426
+ ),
26427
+ ],
26428
+ 1
26429
+ )
26430
+ : _vm.typeCode == "read"
25276
26431
  ? _c("StartTaskRead", {
25277
26432
  key: _vm.StartTaskReadKey,
25278
26433
  attrs: {
@@ -25614,6 +26769,7 @@ var mainvue_type_template_id_fc4f395a_render = function () {
25614
26769
  _c(
25615
26770
  "el-select",
25616
26771
  {
26772
+ key: _vm.optionsKey,
25617
26773
  staticStyle: {
25618
26774
  width: "calc(100% + 40px)",
25619
26775
  },
@@ -25642,6 +26798,7 @@ var mainvue_type_template_id_fc4f395a_render = function () {
25642
26798
  key: items.id,
25643
26799
  attrs: {
25644
26800
  label: items.name,
26801
+ disabled: items.disabled,
25645
26802
  value: items.processDefId,
25646
26803
  },
25647
26804
  })
@@ -27688,11 +28845,11 @@ var mainvue_type_template_id_fc4f395a_render = function () {
27688
28845
  )
27689
28846
  : _vm._e()
27690
28847
  }
27691
- var mainvue_type_template_id_fc4f395a_staticRenderFns = []
27692
- mainvue_type_template_id_fc4f395a_render._withStripped = true
28848
+ var mainvue_type_template_id_07497b53_staticRenderFns = []
28849
+ mainvue_type_template_id_07497b53_render._withStripped = true
27693
28850
 
27694
28851
 
27695
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fc4f395a&
28852
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=07497b53&
27696
28853
 
27697
28854
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=fdf49dec&
27698
28855
  var CommonOpinionsvue_type_template_id_fdf49dec_render = function () {
@@ -41790,8 +42947,8 @@ var supervise_component = normalizeComponent(
41790
42947
  )
41791
42948
 
41792
42949
  /* harmony default export */ var supervise = (supervise_component.exports);
41793
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=4f5020b6&
41794
- var Circulatevue_type_template_id_4f5020b6_render = function () {
42950
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=cd78d70e&
42951
+ var Circulatevue_type_template_id_cd78d70e_render = function () {
41795
42952
  var _vm = this
41796
42953
  var _h = _vm.$createElement
41797
42954
  var _c = _vm._self._c || _h
@@ -41953,35 +43110,37 @@ var Circulatevue_type_template_id_4f5020b6_render = function () {
41953
43110
  ],
41954
43111
  1
41955
43112
  ),
41956
- _c(
41957
- "div",
41958
- { staticStyle: { "text-align": "right" } },
41959
- [
41960
- _c(
41961
- "el-button",
41962
- {
41963
- attrs: { type: "primary", size: "small" },
41964
- on: { click: _vm.subMit },
41965
- },
41966
- [_vm._v(" 确定 ")]
41967
- ),
41968
- _c(
41969
- "el-button",
41970
- { attrs: { size: "small" }, on: { click: _vm.quit } },
41971
- [_vm._v(" 取消 ")]
41972
- ),
41973
- ],
41974
- 1
41975
- ),
43113
+ _vm.showBtn
43114
+ ? _c(
43115
+ "div",
43116
+ { staticStyle: { "text-align": "right" } },
43117
+ [
43118
+ _c(
43119
+ "el-button",
43120
+ {
43121
+ attrs: { type: "primary", size: "small" },
43122
+ on: { click: _vm.subMit },
43123
+ },
43124
+ [_vm._v(" 确定 ")]
43125
+ ),
43126
+ _c(
43127
+ "el-button",
43128
+ { attrs: { size: "small" }, on: { click: _vm.quit } },
43129
+ [_vm._v(" 取消 ")]
43130
+ ),
43131
+ ],
43132
+ 1
43133
+ )
43134
+ : _vm._e(),
41976
43135
  ],
41977
43136
  1
41978
43137
  )
41979
43138
  }
41980
- var Circulatevue_type_template_id_4f5020b6_staticRenderFns = []
41981
- Circulatevue_type_template_id_4f5020b6_render._withStripped = true
43139
+ var Circulatevue_type_template_id_cd78d70e_staticRenderFns = []
43140
+ Circulatevue_type_template_id_cd78d70e_render._withStripped = true
41982
43141
 
41983
43142
 
41984
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=4f5020b6&
43143
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=cd78d70e&
41985
43144
 
41986
43145
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
41987
43146
  var Circulatevue_type_script_lang_js_components;
@@ -42086,6 +43245,7 @@ var Circulatevue_type_script_lang_js_components;
42086
43245
  oldOption: { type: String, default: '' },
42087
43246
  disabled: { type: Boolean, default: false },
42088
43247
  simpleTips: { type: Boolean, default: true },
43248
+ showBtn: { type: Boolean, default: true },
42089
43249
  multiple: { type: Boolean, default: true }
42090
43250
  },
42091
43251
  inheritAttrs: false,
@@ -42123,6 +43283,17 @@ var Circulatevue_type_script_lang_js_components;
42123
43283
  loading: false
42124
43284
  };
42125
43285
  },
43286
+
43287
+ watch: {
43288
+ oldOption: {
43289
+ handler: function handler(val) {
43290
+ this.opinion = val;
43291
+ },
43292
+
43293
+ deep: true,
43294
+ immediate: true
43295
+ }
43296
+ },
42126
43297
  mounted: function mounted() {
42127
43298
  this.loading = true;
42128
43299
  this.newMultiple = this.multiple;
@@ -42306,8 +43477,8 @@ var Circulatevue_type_script_lang_js_components;
42306
43477
 
42307
43478
  var Circulate_component = normalizeComponent(
42308
43479
  component_Circulatevue_type_script_lang_js_,
42309
- Circulatevue_type_template_id_4f5020b6_render,
42310
- Circulatevue_type_template_id_4f5020b6_staticRenderFns,
43480
+ Circulatevue_type_template_id_cd78d70e_render,
43481
+ Circulatevue_type_template_id_cd78d70e_staticRenderFns,
42311
43482
  false,
42312
43483
  null,
42313
43484
  null,
@@ -43218,7 +44389,56 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43218
44389
  //
43219
44390
  //
43220
44391
  //
43221
-
44392
+ //
44393
+ //
44394
+ //
44395
+ //
44396
+ //
44397
+ //
44398
+ //
44399
+ //
44400
+ //
44401
+ //
44402
+ //
44403
+ //
44404
+ //
44405
+ //
44406
+ //
44407
+ //
44408
+ //
44409
+ //
44410
+ //
44411
+ //
44412
+ //
44413
+ //
44414
+ //
44415
+ //
44416
+ //
44417
+ //
44418
+ //
44419
+ //
44420
+ //
44421
+ //
44422
+ //
44423
+ //
44424
+ //
44425
+ //
44426
+ //
44427
+ //
44428
+ //
44429
+ //
44430
+ //
44431
+ //
44432
+ //
44433
+ //
44434
+ //
44435
+ //
44436
+ //
44437
+ //
44438
+ //
44439
+ //
44440
+ //
44441
+ //
43222
44442
 
43223
44443
 
43224
44444
 
@@ -43251,7 +44471,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43251
44471
  flowTypeCode: { type: String, default: '' },
43252
44472
  defaultProcessKey: { type: String, default: '' },
43253
44473
  hideBtn: { type: Boolean, default: false },
43254
-
44474
+ isCirculate: { type: Boolean, default: false },
43255
44475
  btnList: {
43256
44476
  type: Array,
43257
44477
  default: function _default() {
@@ -43288,6 +44508,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43288
44508
 
43289
44509
  return _ref = {
43290
44510
  styles: {},
44511
+ optionsKey: 0,
44512
+ showCirculate: false,
44513
+ circulateForm: { nextNodeId: '111' },
43291
44514
  userModel: {},
43292
44515
  simpleTips: true,
43293
44516
  showFreeStartFlow: false, //自由发起流程弹窗
@@ -43435,19 +44658,21 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43435
44658
  mounted: function mounted() {
43436
44659
  this.businessIds = this.businessId;
43437
44660
  this.nextNode.nextNodeId = this.nextNodeId;
43438
- if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
43439
- this.getNodeType();
43440
- !this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
43441
- if (this.isFlow) {
43442
- this.businessId && this.getProcess();
43443
- } else if (this.newTypeCode == 'fenyue') {
43444
- this.getTaskReadFlow();
43445
- } else if (this.newTypeCode != 'reset' && this.newTypeCode != 'continuation') {
43446
- this.getHedInfo();
43447
- }
44661
+ this.getInfo();
43448
44662
  },
43449
44663
 
43450
44664
  watch: {
44665
+ isCirculate: {
44666
+ handler: function handler(val) {
44667
+ this.showCirculate = val;
44668
+ if (!val) {
44669
+ this.getInfo();
44670
+ }
44671
+ },
44672
+
44673
+ deep: true,
44674
+ immediate: true
44675
+ },
43451
44676
  width: {
43452
44677
  immediate: true,
43453
44678
  handler: function handler(val) {
@@ -43541,6 +44766,21 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43541
44766
  }
43542
44767
  },
43543
44768
  methods: {
44769
+ getInfo: function getInfo() {
44770
+ if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
44771
+ this.getNodeType();
44772
+ !this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
44773
+ if (this.isFlow) {
44774
+ this.businessId && this.getProcess();
44775
+ } else if (this.newTypeCode == 'fenyue') {
44776
+ this.getTaskReadFlow();
44777
+ } else if (this.newTypeCode != 'reset' && this.newTypeCode != 'continuation') {
44778
+ this.getHedInfo();
44779
+ }
44780
+ },
44781
+ handleClickCirculate: function handleClickCirculate() {
44782
+ this.$refs.circulate.subMit();
44783
+ },
43544
44784
  getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
43545
44785
  var _this = this;
43546
44786
 
@@ -43552,6 +44792,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43552
44792
  if (res.status == 'success') {
43553
44793
  _this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
43554
44794
  _this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
44795
+
44796
+ if (_this.directCreateCircularReadWhenFlowStarted) {
44797
+ _this.nodeInfo.option.map(function (item) {
44798
+ item.disabled = item.processDefId != processDefinitionId;
44799
+ });
44800
+ } else {
44801
+ _this.nodeInfo.option.map(function (item) {
44802
+ item.disabled = false;
44803
+ });
44804
+ }
44805
+ _this.optionsKey++;
43555
44806
  _this.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
43556
44807
  }
43557
44808
  });
@@ -44509,7 +45760,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44509
45760
  _this25.presetEdit = data.nodeExtAttr.presetEdit;
44510
45761
  _this25.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
44511
45762
  _this25.handleMode = data.countersignaturetypeText;
44512
- data.globalNodeType === 'endEvent' ? _this25.endFlow = true : '';
45763
+ if (data.globalNodeType === 'endEvent') {
45764
+ _this25.isNextUser = data.globalNodeType != 'endEvent';
45765
+ data.globalNodeType === 'endEvent' ? _this25.endFlow = true : '';
45766
+ }
44513
45767
  }
44514
45768
  _this25.isCustomPreset && _this25.$refs.customPreset.getPresetFlowInfo(_this25.nextNode.nextNodeId, _this25.nodeInfo.nextNode, true);
44515
45769
  } else {
@@ -44548,6 +45802,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44548
45802
  this.isShowNode = false;
44549
45803
  this.isMainSubProcess = false;
44550
45804
  this.isNodeShowProcess = false;
45805
+ this.endFlow = false;
44551
45806
  this.nextNode.nextNodeId = '';
44552
45807
  this.nextNode.isReturnSubmitter = 0;
44553
45808
  this.nextNode.isUndertakeReply = 0;
@@ -45427,8 +46682,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45427
46682
 
45428
46683
  var flow_src_main_component = normalizeComponent(
45429
46684
  packages_flow_src_mainvue_type_script_lang_js_,
45430
- mainvue_type_template_id_fc4f395a_render,
45431
- mainvue_type_template_id_fc4f395a_staticRenderFns,
46685
+ mainvue_type_template_id_07497b53_render,
46686
+ mainvue_type_template_id_07497b53_staticRenderFns,
45432
46687
  false,
45433
46688
  null,
45434
46689
  null,
@@ -47418,8 +48673,8 @@ flow_group_src_main.install = function (Vue) {
47418
48673
  };
47419
48674
 
47420
48675
  /* harmony default export */ var flow_group = (flow_group_src_main);
47421
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=e5adb570&
47422
- var mainvue_type_template_id_e5adb570_render = function () {
48676
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=0f6641c6&
48677
+ var mainvue_type_template_id_0f6641c6_render = function () {
47423
48678
  var _vm = this
47424
48679
  var _h = _vm.$createElement
47425
48680
  var _c = _vm._self._c || _h
@@ -47472,7 +48727,7 @@ var mainvue_type_template_id_e5adb570_render = function () {
47472
48727
  },
47473
48728
  attrs: {
47474
48729
  display: _vm.display,
47475
- number: "",
48730
+ numbers: _vm.numbers,
47476
48731
  full: _vm.height !== "auto",
47477
48732
  data: _vm.returnData(item.type),
47478
48733
  },
@@ -47622,11 +48877,11 @@ var mainvue_type_template_id_e5adb570_render = function () {
47622
48877
  2
47623
48878
  )
47624
48879
  }
47625
- var mainvue_type_template_id_e5adb570_staticRenderFns = []
47626
- mainvue_type_template_id_e5adb570_render._withStripped = true
48880
+ var mainvue_type_template_id_0f6641c6_staticRenderFns = []
48881
+ mainvue_type_template_id_0f6641c6_render._withStripped = true
47627
48882
 
47628
48883
 
47629
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=e5adb570&
48884
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=0f6641c6&
47630
48885
 
47631
48886
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
47632
48887
 
@@ -47779,11 +49034,18 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
47779
49034
  return ['flow', 'splitReading', 'preset'];
47780
49035
  }
47781
49036
  },
49037
+ numbers: {
49038
+ type: Boolean,
49039
+ default: false
49040
+ },
47782
49041
  height: {
47783
49042
  type: String,
47784
49043
  default: ''
47785
49044
  },
47786
-
49045
+ showDoresult: {
49046
+ type: Boolean,
49047
+ default: false
49048
+ },
47787
49049
  theadWidth: {
47788
49050
  type: Object,
47789
49051
  default: function _default() {
@@ -48743,6 +50005,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48743
50005
  }).catch(function () {});
48744
50006
  },
48745
50007
  getCircularReadList: function getCircularReadList() {
50008
+ var _this9 = this;
50009
+
48746
50010
  var _that = this;
48747
50011
  var params = {
48748
50012
  url: api["qb" /* pendedhistoryListWithCircularReadJson */],
@@ -48750,6 +50014,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48750
50014
  };
48751
50015
  utils_util["a" /* default */].ajax(params).then(function (res) {
48752
50016
  if (res.status == 'success' || res.rCode == 0) {
50017
+ if (_this9.showDoresult && res.data.fyHistoryList) {
50018
+ res.data.fyHistoryList = res.data.fyHistoryList.filter(function (x) {
50019
+ return x.doresult || x.handleInfo;
50020
+ });
50021
+ }
48753
50022
  _that.circularData = res.data.fyHistoryList;
48754
50023
  _that.hasCircularReadWithdrawAuthority = res.data.hasCircularReadWithdrawAuthority;
48755
50024
  _that.$nextTick(function () {
@@ -48812,7 +50081,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48812
50081
  * @date 2022年11月29日
48813
50082
  **/
48814
50083
  handleFormSubmit: function handleFormSubmit(formData) {
48815
- var _this9 = this;
50084
+ var _this10 = this;
48816
50085
 
48817
50086
  this.delLoading = true;
48818
50087
  var params = {
@@ -48824,18 +50093,18 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48824
50093
  var status = res.status,
48825
50094
  message = res.message;
48826
50095
 
48827
- _this9.delLoading = false;
50096
+ _this10.delLoading = false;
48828
50097
  if (status === 'success') {
48829
- _this9.$message.success('删除成功');
48830
- _this9.showDel = false;
48831
- _this9.handleChange();
50098
+ _this10.$message.success('删除成功');
50099
+ _this10.showDel = false;
50100
+ _this10.handleChange();
48832
50101
  } else {
48833
- _this9.$message.error(message || '系统错误,请联系管理员!');
50102
+ _this10.$message.error(message || '系统错误,请联系管理员!');
48834
50103
  }
48835
50104
  }).catch(function (err) {
48836
- _this9.delLoading = false;
50105
+ _this10.delLoading = false;
48837
50106
  if (err.message && err.message !== 'canceled') {
48838
- _this9.$message.error(err.message);
50107
+ _this10.$message.error(err.message);
48839
50108
  }
48840
50109
  });
48841
50110
  },
@@ -48899,7 +50168,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48899
50168
  * @date 2022年11月29日
48900
50169
  **/
48901
50170
  getPressList: function getPressList() {
48902
- var _this10 = this;
50171
+ var _this11 = this;
48903
50172
 
48904
50173
  var historyId = this.historyId,
48905
50174
  pageSize = this.pageSize,
@@ -48915,13 +50184,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48915
50184
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
48916
50185
  };
48917
50186
  utils_util["a" /* default */].ajax(params).then(function (res) {
48918
- _this10.pressTableList = res.data;
48919
- _this10.total = res.totalrecords;
48920
- _this10.pressLoading = false;
50187
+ _this11.pressTableList = res.data;
50188
+ _this11.total = res.totalrecords;
50189
+ _this11.pressLoading = false;
48921
50190
  }).catch(function (err) {
48922
- _this10.pressLoading = false;
50191
+ _this11.pressLoading = false;
48923
50192
  if (err.message && err.message !== 'canceled') {
48924
- _this10.$message.error(err.message);
50193
+ _this11.$message.error(err.message);
48925
50194
  }
48926
50195
  });
48927
50196
  },
@@ -48966,7 +50235,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48966
50235
  this.getFlowList();
48967
50236
  },
48968
50237
  getFyListJson: function getFyListJson(type) {
48969
- var _this11 = this;
50238
+ var _this12 = this;
48970
50239
 
48971
50240
  return flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
48972
50241
  var params;
@@ -48977,16 +50246,21 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48977
50246
  params = {
48978
50247
  url: api["E" /* fyListJson */],
48979
50248
  params: {
48980
- appRecordId: _this11.businessId,
50249
+ appRecordId: _this12.businessId,
48981
50250
  status: type
48982
50251
  }
48983
50252
  };
48984
50253
  _context3.next = 3;
48985
50254
  return utils_util["a" /* default */].ajax(params).then(function (res) {
50255
+ if (_this12.showDoresult && res.data) {
50256
+ res.data = res.data.filter(function (x) {
50257
+ return x.doresult || x.handleInfo;
50258
+ });
50259
+ }
48986
50260
  if (type == 1) {
48987
- _this11.untreatedReadData = res.data;
50261
+ _this12.untreatedReadData = res.data;
48988
50262
  } else {
48989
- _this11.processedReadData = res.data;
50263
+ _this12.processedReadData = res.data;
48990
50264
  }
48991
50265
  });
48992
50266
 
@@ -48995,7 +50269,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48995
50269
  return _context3.stop();
48996
50270
  }
48997
50271
  }
48998
- }, _callee3, _this11);
50272
+ }, _callee3, _this12);
48999
50273
  }))();
49000
50274
  },
49001
50275
 
@@ -49006,7 +50280,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49006
50280
  * @date 2022年11月22日
49007
50281
  **/
49008
50282
  getFlowList: function getFlowList() {
49009
- var _this12 = this;
50283
+ var _this13 = this;
49010
50284
 
49011
50285
  var params = {
49012
50286
  url: api["pb" /* pendedhistoryListJson */],
@@ -49029,45 +50303,53 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49029
50303
  modify = _res$data.modify,
49030
50304
  taskReadName = _res$data.taskReadName;
49031
50305
 
49032
- _this12.loading.close();
50306
+ _this13.loading.close();
49033
50307
  if (status == 'success') {
49034
- _this12.flowTableInfo.adjunctCode = adjunctCode;
49035
- _this12.flowTableInfo.hasAgent = hasAgent;
49036
- _this12.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
49037
- _this12.isShort = isShort;
49038
- _this12.taskReadName = taskReadName;
49039
- _this12.flowData = wfHistoryList;
49040
- _this12.flowData.map(function (x) {
50308
+ if (_this13.showDoresult) {
50309
+ wfHistoryList && (wfHistoryList = wfHistoryList.filter(function (x) {
50310
+ return x.doresult || x.handleInfo;
50311
+ }));
50312
+ fyHistoryList && (fyHistoryList = fyHistoryList.filter(function (x) {
50313
+ return x.doresult || x.handleInfo;
50314
+ }));
50315
+ }
50316
+ _this13.flowTableInfo.adjunctCode = adjunctCode;
50317
+ _this13.flowTableInfo.hasAgent = hasAgent;
50318
+ _this13.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
50319
+ _this13.isShort = isShort;
50320
+ _this13.taskReadName = taskReadName;
50321
+ _this13.flowData = wfHistoryList;
50322
+ _this13.flowData.map(function (x) {
49041
50323
  if (!x.deptid) {
49042
50324
  x.deptid = x.deptName;
49043
50325
  }
49044
50326
  });
49045
- _this12.splitReadingData = fyHistoryList;
49046
- _this12.modify = modify;
49047
- _this12.show = true;
49048
- if (_this12.height == 'auto') {
49049
- _this12.$nextTick(function () {
49050
- _this12.content.map(function (x) {
49051
- _this12[x.type + 'Height'] = _this12.$refs[x.type][0].offsetHeight;
50327
+ _this13.splitReadingData = fyHistoryList;
50328
+ _this13.modify = modify;
50329
+ _this13.show = true;
50330
+ if (_this13.height == 'auto') {
50331
+ _this13.$nextTick(function () {
50332
+ _this13.content.map(function (x) {
50333
+ _this13[x.type + 'Height'] = _this13.$refs[x.type][0].offsetHeight;
49052
50334
  });
49053
50335
  });
49054
50336
  }
49055
- if (_this12.contents.indexOf('circular') != -1) {
49056
- _this12.getCircularReadList();
50337
+ if (_this13.contents.indexOf('circular') != -1) {
50338
+ _this13.getCircularReadList();
49057
50339
  } else {
49058
- _this12.$nextTick(function () {
49059
- _this12.getListCount(_this12.flowListCount);
50340
+ _this13.$nextTick(function () {
50341
+ _this13.getListCount(_this13.flowListCount);
49060
50342
  });
49061
50343
  }
49062
50344
  } else {
49063
- _this12.$message.error(message || '系统错误,请联系管理员!');
50345
+ _this13.$message.error(message || '系统错误,请联系管理员!');
49064
50346
  }
49065
50347
  }).catch(function (err) {
49066
- _this12.loading.close();
50348
+ _this13.loading.close();
49067
50349
  if (err.message && err.message !== 'canceled') {
49068
- _this12.$message.error(err.message);
50350
+ _this13.$message.error(err.message);
49069
50351
  }
49070
- _this12.show = true;
50352
+ _this13.show = true;
49071
50353
  });
49072
50354
  },
49073
50355
 
@@ -49079,7 +50361,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49079
50361
  * @date 2022年11月10日
49080
50362
  **/
49081
50363
  handleClick: function handleClick(val) {
49082
- var _this13 = this;
50364
+ var _this14 = this;
49083
50365
 
49084
50366
  var text = val.handle.text,
49085
50367
  _val$row = val.row,
@@ -49089,7 +50371,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49089
50371
  if (text === '置为失效') {
49090
50372
  if (status == 0) {
49091
50373
  this.$confirm('您确定要置为失效吗?').then(function () {
49092
- _this13.loading = utils_util["a" /* default */].loading(_this13.$loading, '提交中...');
50374
+ _this14.loading = utils_util["a" /* default */].loading(_this14.$loading, '提交中...');
49093
50375
  var param = {
49094
50376
  url: api["m" /* deletePresetInfo */],
49095
50377
  headers: { Accept: 'application/json,text/plain' },
@@ -49100,17 +50382,17 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49100
50382
  var status = res.status,
49101
50383
  message = res.message;
49102
50384
 
49103
- _this13.loading.close();
50385
+ _this14.loading.close();
49104
50386
  if (status === 'success') {
49105
- _this13.$message.success('操作成功');
49106
- _this13.getListInfo();
50387
+ _this14.$message.success('操作成功');
50388
+ _this14.getListInfo();
49107
50389
  } else {
49108
- _this13.$message.error(message || '系统错误,请联系管理员!');
50390
+ _this14.$message.error(message || '系统错误,请联系管理员!');
49109
50391
  }
49110
50392
  }).catch(function (err) {
49111
- _this13.loading.close();
50393
+ _this14.loading.close();
49112
50394
  if (err.message && err.message !== 'canceled') {
49113
- _this13.$message.error(err.message);
50395
+ _this14.$message.error(err.message);
49114
50396
  }
49115
50397
  });
49116
50398
  }).catch(function (e) {
@@ -49145,7 +50427,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49145
50427
  * @date 2022年11月10日
49146
50428
  **/
49147
50429
  getSysInfo: function getSysInfo(code) {
49148
- var _this14 = this;
50430
+ var _this15 = this;
49149
50431
 
49150
50432
  var params = {
49151
50433
  url: api["y" /* findCodeValues */],
@@ -49157,9 +50439,9 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49157
50439
  data = res.data;
49158
50440
 
49159
50441
  if (status == 'success') {
49160
- _this14[code] = data;
50442
+ _this15[code] = data;
49161
50443
  } else {
49162
- _this14.$message.error(message || '系统错误,请联系管理员!');
50444
+ _this15.$message.error(message || '系统错误,请联系管理员!');
49163
50445
  }
49164
50446
  }).catch(function (e) {});
49165
50447
  },
@@ -49171,7 +50453,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49171
50453
  * @date 2022年11月10日
49172
50454
  **/
49173
50455
  getListInfo: function getListInfo() {
49174
- var _this15 = this;
50456
+ var _this16 = this;
49175
50457
 
49176
50458
  var param = {
49177
50459
  url: api["Vb" /* toPresetInfoListIndex */],
@@ -49186,19 +50468,24 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49186
50468
  canDelete = _res$data2.canDelete,
49187
50469
  currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
49188
50470
 
49189
- _this15.loading.close();
50471
+ _this16.loading.close();
49190
50472
  if (status == 'success') {
49191
- presetInfoList && (_this15.presetData = presetInfoList);
49192
- _this15.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
49193
- _this15.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
49194
- _this15.canDelete = canDelete;
50473
+ if (_this16.showDoresult && presetInfoList) {
50474
+ presetInfoList = presetInfoList.filter(function (x) {
50475
+ return x.doresult || x.handleInfo;
50476
+ });
50477
+ }
50478
+ presetInfoList && (_this16.presetData = presetInfoList);
50479
+ _this16.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
50480
+ _this16.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
50481
+ _this16.canDelete = canDelete;
49195
50482
  } else {
49196
- _this15.$message.error(message || '系统错误,请联系管理员!');
50483
+ _this16.$message.error(message || '系统错误,请联系管理员!');
49197
50484
  }
49198
50485
  }).catch(function (err) {
49199
- _this15.loading.close();
50486
+ _this16.loading.close();
49200
50487
  if (err.message && err.message !== 'canceled') {
49201
- _this15.$message.error(err.message);
50488
+ _this16.$message.error(err.message);
49202
50489
  }
49203
50490
  });
49204
50491
  }
@@ -49216,8 +50503,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49216
50503
 
49217
50504
  var flow_list_src_main_component = normalizeComponent(
49218
50505
  packages_flow_list_src_mainvue_type_script_lang_js_,
49219
- mainvue_type_template_id_e5adb570_render,
49220
- mainvue_type_template_id_e5adb570_staticRenderFns,
50506
+ mainvue_type_template_id_0f6641c6_render,
50507
+ mainvue_type_template_id_0f6641c6_staticRenderFns,
49221
50508
  false,
49222
50509
  null,
49223
50510
  null,
@@ -50488,7 +51775,7 @@ mainvue_type_template_id_32c03886_render._withStripped = true
50488
51775
  // CONCATENATED MODULE: ./packages/icons/src/main.vue?vue&type=template&id=32c03886&
50489
51776
 
50490
51777
  // EXTERNAL MODULE: ./packages/icons/src/icon.json
50491
- var src_icon = __webpack_require__(15);
51778
+ var src_icon = __webpack_require__(16);
50492
51779
 
50493
51780
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/icons/src/main.vue?vue&type=script&lang=js&
50494
51781
  //
@@ -51758,8 +53045,8 @@ layout_src_main.install = function (Vue) {
51758
53045
  };
51759
53046
 
51760
53047
  /* harmony default export */ var packages_layout = (layout_src_main);
51761
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=09f16d63&
51762
- var mainvue_type_template_id_09f16d63_render = function () {
53048
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=68c9ba89&
53049
+ var mainvue_type_template_id_68c9ba89_render = function () {
51763
53050
  var _vm = this
51764
53051
  var _h = _vm.$createElement
51765
53052
  var _c = _vm._self._c || _h
@@ -52055,7 +53342,7 @@ var mainvue_type_template_id_09f16d63_render = function () {
52055
53342
  : [
52056
53343
  _vm._l(_vm.icons, function (item) {
52057
53344
  return [
52058
- item.type !== "3"
53345
+ item.type !== "3" && item.type !== "1"
52059
53346
  ? _c(
52060
53347
  "div",
52061
53348
  {
@@ -52785,30 +54072,112 @@ var mainvue_type_template_id_09f16d63_render = function () {
52785
54072
  ),
52786
54073
  ]
52787
54074
  ),
52788
- _vm.icp && _vm.icpInfo
52789
- ? _c("div", { staticClass: "es-login-icp" }, [
52790
- _c(
52791
- "span",
52792
- {
52793
- staticClass: "es-login-icp-item",
52794
- style: _vm._copyrightStyle,
52795
- },
52796
- [_vm._v(_vm._s(_vm.icpInfo.copyright_unit))]
52797
- ),
52798
- _c(
52799
- "a",
52800
- {
52801
- staticClass: "es-login-icp-item",
52802
- style: _vm._copyrightStyle,
52803
- attrs: {
52804
- target: "_blank",
52805
- href: _vm.icpInfo.copyright_icp_url,
52806
- },
52807
- },
52808
- [_vm._v(_vm._s(_vm.icpInfo.copyright_icp))]
52809
- ),
52810
- ])
52811
- : _vm._e(),
54075
+ _vm._t(
54076
+ "footer",
54077
+ [
54078
+ _c(
54079
+ "div",
54080
+ { staticClass: "es-login-icp" },
54081
+ [
54082
+ _vm._l(_vm.copyright, function (item) {
54083
+ return [
54084
+ item.url || item.open
54085
+ ? _c(
54086
+ "a",
54087
+ {
54088
+ key: item.title,
54089
+ staticClass: "es-login-icp-item",
54090
+ style: Object.assign(
54091
+ {},
54092
+ { color: "#63c2ff" },
54093
+ item.style
54094
+ ),
54095
+ attrs: {
54096
+ target: item.open ? "_blank" : "_self",
54097
+ href: item.url || item.open,
54098
+ },
54099
+ },
54100
+ [
54101
+ _vm._v(
54102
+ "\n " +
54103
+ _vm._s(item.title) +
54104
+ "\n "
54105
+ ),
54106
+ ]
54107
+ )
54108
+ : _c(
54109
+ "span",
54110
+ {
54111
+ key: item.title,
54112
+ staticClass: "es-login-icp-item",
54113
+ style: item.style || _vm.copyrightStyle,
54114
+ },
54115
+ [
54116
+ _vm._v(
54117
+ "\n " +
54118
+ _vm._s(item.title) +
54119
+ "\n "
54120
+ ),
54121
+ ]
54122
+ ),
54123
+ item.children && item.children.length
54124
+ ? [
54125
+ _vm._l(item.children, function (child) {
54126
+ return [
54127
+ child.url || child.open
54128
+ ? _c(
54129
+ "a",
54130
+ {
54131
+ key: child.title,
54132
+ staticClass: "es-login-icp-child-item",
54133
+ style: Object.assign(
54134
+ {},
54135
+ { color: "#63c2ff" },
54136
+ child.style
54137
+ ),
54138
+ attrs: {
54139
+ target: child.open
54140
+ ? "_blank"
54141
+ : "_self",
54142
+ href: child.url || child.open,
54143
+ },
54144
+ },
54145
+ [
54146
+ _vm._v(
54147
+ "\n " +
54148
+ _vm._s(child.title) +
54149
+ "\n "
54150
+ ),
54151
+ ]
54152
+ )
54153
+ : _c(
54154
+ "span",
54155
+ {
54156
+ key: child.title,
54157
+ staticClass: "es-login-icp-child-item",
54158
+ style:
54159
+ child.style || _vm.copyrightStyle,
54160
+ },
54161
+ [
54162
+ _vm._v(
54163
+ "\n " +
54164
+ _vm._s(child.title) +
54165
+ "\n "
54166
+ ),
54167
+ ]
54168
+ ),
54169
+ ]
54170
+ }),
54171
+ ]
54172
+ : _vm._e(),
54173
+ ]
54174
+ }),
54175
+ ],
54176
+ 2
54177
+ ),
54178
+ ],
54179
+ { copyright: _vm.copyright }
54180
+ ),
52812
54181
  _c(
52813
54182
  "es-dialog",
52814
54183
  {
@@ -52869,7 +54238,6 @@ var mainvue_type_template_id_09f16d63_render = function () {
52869
54238
  ],
52870
54239
  1
52871
54240
  ),
52872
- _vm._t("calogin"),
52873
54241
  _c(
52874
54242
  "es-dialog",
52875
54243
  {
@@ -52925,12 +54293,21 @@ var mainvue_type_template_id_09f16d63_render = function () {
52925
54293
  ]
52926
54294
  ),
52927
54295
  ]),
54296
+ _vm.isCaLogin
54297
+ ? _c("es-ca-login", {
54298
+ ref: "calogin",
54299
+ attrs: {
54300
+ identifyingId: _vm.identifyingId,
54301
+ success: _vm.caLogin,
54302
+ },
54303
+ })
54304
+ : _vm._e(),
52928
54305
  ],
52929
54306
  2
52930
54307
  )
52931
54308
  : _vm._e()
52932
54309
  }
52933
- var mainvue_type_template_id_09f16d63_staticRenderFns = [
54310
+ var mainvue_type_template_id_68c9ba89_staticRenderFns = [
52934
54311
  function () {
52935
54312
  var _vm = this
52936
54313
  var _h = _vm.$createElement
@@ -52945,10 +54322,10 @@ var mainvue_type_template_id_09f16d63_staticRenderFns = [
52945
54322
  ])
52946
54323
  },
52947
54324
  ]
52948
- mainvue_type_template_id_09f16d63_render._withStripped = true
54325
+ mainvue_type_template_id_68c9ba89_render._withStripped = true
52949
54326
 
52950
54327
 
52951
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=09f16d63&
54328
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=68c9ba89&
52952
54329
 
52953
54330
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=45dccfdc&
52954
54331
  var resetPasswordvue_type_template_id_45dccfdc_render = function () {
@@ -53989,6 +55366,51 @@ function login_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
53989
55366
  //
53990
55367
  //
53991
55368
  //
55369
+ //
55370
+ //
55371
+ //
55372
+ //
55373
+ //
55374
+ //
55375
+ //
55376
+ //
55377
+ //
55378
+ //
55379
+ //
55380
+ //
55381
+ //
55382
+ //
55383
+ //
55384
+ //
55385
+ //
55386
+ //
55387
+ //
55388
+ //
55389
+ //
55390
+ //
55391
+ //
55392
+ //
55393
+ //
55394
+ //
55395
+ //
55396
+ //
55397
+ //
55398
+ //
55399
+ //
55400
+ //
55401
+ //
55402
+ //
55403
+ //
55404
+ //
55405
+ //
55406
+ //
55407
+ //
55408
+ //
55409
+ //
55410
+ //
55411
+ //
55412
+ //
55413
+ //
53992
55414
 
53993
55415
 
53994
55416
 
@@ -54169,14 +55591,12 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
54169
55591
  type: [Boolean, String],
54170
55592
  default: false
54171
55593
  },
54172
- icp: {
54173
- type: Boolean,
54174
- default: true
54175
- },
54176
55594
  copyrightStyle: {
54177
55595
  type: Object,
54178
55596
  default: function _default() {
54179
- return { color: '#ffffff' };
55597
+ return {
55598
+ color: '#fff'
55599
+ };
54180
55600
  }
54181
55601
  },
54182
55602
  appName: String,
@@ -54224,7 +55644,13 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
54224
55644
  };
54225
55645
  }
54226
55646
  },
54227
- loginDownloadApps: Boolean
55647
+ loginDownloadApps: Boolean,
55648
+ copyrights: {
55649
+ type: Array,
55650
+ default: function _default() {
55651
+ return [];
55652
+ }
55653
+ }
54228
55654
  },
54229
55655
  computed: {
54230
55656
  transform: function transform() {
@@ -54324,11 +55750,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
54324
55750
  });
54325
55751
  return icon;
54326
55752
  },
54327
- _copyrightStyle: function _copyrightStyle() {
54328
- var style = {};
54329
- this.copyrightBgColor && (style['background-color'] = this.copyrightBgColor);
54330
- this.copyrightColor && (style['color'] = this.copyrightColor);
54331
- return login_src_mainvue_type_script_lang_js_extends({}, this.copyrightStyle, style);
55753
+ isCaLogin: function isCaLogin() {
55754
+ return this.loginModel.indexOf('1') > -1;
54332
55755
  },
54333
55756
  showVerifyCode: function showVerifyCode() {
54334
55757
  return this.passModifyModel && (this.passModifyModel.indexOf('6') > -1 || this.passModifyModel.indexOf('11') > -1);
@@ -54424,11 +55847,11 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
54424
55847
  users: [],
54425
55848
  imageCode: '',
54426
55849
  secret: null,
54427
- identifyingId: '',
55850
+ identifyingId: undefined,
54428
55851
  download: {},
54429
55852
  setup: '',
54430
55853
  sysName: '',
54431
- icpInfo: '',
55854
+ copyright: this.copyrights,
54432
55855
  forgetUrl: this.forget,
54433
55856
  actionUrl: this.action,
54434
55857
  downloadSetup: '',
@@ -54450,8 +55873,6 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
54450
55873
  countdown: 0,
54451
55874
  code: null,
54452
55875
  defaultModel: JSON.parse(JSON.stringify(this.model)),
54453
- copyrightColor: null,
54454
- copyrightBgColor: null,
54455
55876
  checkCode: '',
54456
55877
  showAssistance: false,
54457
55878
  doAssistance: null,
@@ -54677,17 +56098,19 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
54677
56098
  switchLogin: function switchLogin(res) {
54678
56099
  var _this4 = this;
54679
56100
 
54680
- if (res != 1) {
56101
+ if (res.type != '1') {
54681
56102
  this.active = res.type;
54682
56103
  this.title = res.name;
54683
56104
  Object.keys(this.defaultModel).length && (this.formData = JSON.parse(JSON.stringify(this.defaultModel)));
56105
+ this.$emit('change-type', res, this.identifyingId);
56106
+ this.$nextTick(function () {
56107
+ var ref = 'login' + _this4.active;
56108
+ _this4.$refs[ref] && _this4.$refs[ref].clearValidate();
56109
+ });
56110
+ } else {
56111
+ this.$refs.calogin && this.$refs.calogin.getCertificate();
54684
56112
  }
54685
56113
  this.countdown = 0;
54686
- this.$emit('change-type', res, this.identifyingId);
54687
- this.$nextTick(function () {
54688
- var ref = 'login' + _this4.active;
54689
- _this4.$refs[ref] && _this4.$refs[ref].clearValidate();
54690
- });
54691
56114
  },
54692
56115
  switchLoginType: function switchLoginType(res) {
54693
56116
  var _this5 = this;
@@ -54817,7 +56240,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
54817
56240
  }
54818
56241
  res.loginPage && sessionStorage.setItem('loginPage', res.loginPage);
54819
56242
  if (res.subsystemExtend && Object.keys(res.subsystemExtend).length) {
54820
- this.icpInfo = res.subsystemExtend;
56243
+ if (res.subsystemExtend.copyright && res.subsystemExtend.copyright.length) {
56244
+ this.copyright = JSON.parse(res.subsystemExtend.copyright);
56245
+ }
54821
56246
  if (res.subsystemExtend.qrimg || res.subsystemExtend.qrImg) {
54822
56247
  this.qrimg = res.subsystemExtend.qrimg || res.subsystemExtend.qrImg;
54823
56248
  }
@@ -54848,12 +56273,6 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
54848
56273
  localStorage.setItem('loginBoxAlign', res.subsystemExtend.loginBoxAlign);
54849
56274
  this.align = res.subsystemExtend.loginBoxAlign;
54850
56275
  }
54851
- if (res.subsystemExtend.copyrightColor) {
54852
- this.copyrightColor = res.subsystemExtend.copyrightColor;
54853
- }
54854
- if (res.subsystemExtend.copyrightBackgroundColor) {
54855
- this.copyrightBgColor = res.subsystemExtend.copyrightBackgroundColor;
54856
- }
54857
56276
  if (res.subsystemExtend.themeColor) {
54858
56277
  utils_util["a" /* default */].updateTheme(res.subsystemExtend.themeColor);
54859
56278
  localStorage.setItem('theme', res.subsystemExtend.themeColor);
@@ -55087,6 +56506,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55087
56506
  caLogin: function caLogin(signedData) {
55088
56507
  var _this10 = this;
55089
56508
 
56509
+ this.loginInfo(false);
55090
56510
  utils_util["a" /* default */].ajax({
55091
56511
  method: 'post',
55092
56512
  url: this.caAction,
@@ -55107,6 +56527,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55107
56527
  duration: 1500,
55108
56528
  onClose: function onClose() {
55109
56529
  _this10.getImgCode();
56530
+ _this10.loginInfo(_this10.active == 3);
55110
56531
  }
55111
56532
  });
55112
56533
  _this10.onError(res);
@@ -55368,8 +56789,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55368
56789
 
55369
56790
  var login_src_main_component = normalizeComponent(
55370
56791
  packages_login_src_mainvue_type_script_lang_js_,
55371
- mainvue_type_template_id_09f16d63_render,
55372
- mainvue_type_template_id_09f16d63_staticRenderFns,
56792
+ mainvue_type_template_id_68c9ba89_render,
56793
+ mainvue_type_template_id_68c9ba89_staticRenderFns,
55373
56794
  false,
55374
56795
  null,
55375
56796
  null,
@@ -55486,8 +56907,8 @@ mainvue_type_template_id_2c29aadc_render._withStripped = true
55486
56907
 
55487
56908
  // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=2c29aadc&
55488
56909
 
55489
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=1aea8271&scoped=true&
55490
- var simplicityvue_type_template_id_1aea8271_scoped_true_render = function () {
56910
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=a8c92006&scoped=true&
56911
+ var simplicityvue_type_template_id_a8c92006_scoped_true_render = function () {
55491
56912
  var _vm = this
55492
56913
  var _h = _vm.$createElement
55493
56914
  var _c = _vm._self._c || _h
@@ -55542,12 +56963,20 @@ var simplicityvue_type_template_id_1aea8271_scoped_true_render = function () {
55542
56963
  },
55543
56964
  }),
55544
56965
  _c("avatar", {
55545
- attrs: { slot: "reference", user: _vm.user, size: 56 },
56966
+ attrs: {
56967
+ slot: "reference",
56968
+ user: _vm.user,
56969
+ size: 56,
56970
+ "show-name": true,
56971
+ },
55546
56972
  slot: "reference",
55547
56973
  }),
55548
56974
  ],
55549
56975
  1
55550
56976
  ),
56977
+ _c("div", { staticClass: "es-simplicity-username" }, [
56978
+ _vm._v(_vm._s(_vm.user.username)),
56979
+ ]),
55551
56980
  _c(
55552
56981
  "div",
55553
56982
  { staticClass: "es-simplicity-side-Application" },
@@ -56145,14 +57574,14 @@ var simplicityvue_type_template_id_1aea8271_scoped_true_render = function () {
56145
57574
  ),
56146
57575
  ])
56147
57576
  }
56148
- var simplicityvue_type_template_id_1aea8271_scoped_true_staticRenderFns = []
56149
- simplicityvue_type_template_id_1aea8271_scoped_true_render._withStripped = true
57577
+ var simplicityvue_type_template_id_a8c92006_scoped_true_staticRenderFns = []
57578
+ simplicityvue_type_template_id_a8c92006_scoped_true_render._withStripped = true
56150
57579
 
56151
57580
 
56152
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=1aea8271&scoped=true&
57581
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=a8c92006&scoped=true&
56153
57582
 
56154
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
56155
- var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
57583
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=53dddeda&scoped=true&
57584
+ var avatarvue_type_template_id_53dddeda_scoped_true_render = function () {
56156
57585
  var _vm = this
56157
57586
  var _h = _vm.$createElement
56158
57587
  var _c = _vm._self._c || _h
@@ -56193,11 +57622,11 @@ var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
56193
57622
  1
56194
57623
  )
56195
57624
  }
56196
- var avatarvue_type_template_id_e722b45c_scoped_true_staticRenderFns = []
56197
- avatarvue_type_template_id_e722b45c_scoped_true_render._withStripped = true
57625
+ var avatarvue_type_template_id_53dddeda_scoped_true_staticRenderFns = []
57626
+ avatarvue_type_template_id_53dddeda_scoped_true_render._withStripped = true
56198
57627
 
56199
57628
 
56200
- // CONCATENATED MODULE: ./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
57629
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/avatar.vue?vue&type=template&id=53dddeda&scoped=true&
56201
57630
 
56202
57631
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=script&lang=js&
56203
57632
  //
@@ -56259,6 +57688,7 @@ avatarvue_type_template_id_e722b45c_scoped_true_render._withStripped = true
56259
57688
  computed: {
56260
57689
  //用户头像
56261
57690
  _userHead: function _userHead() {
57691
+ console.log(this.user);
56262
57692
  return this.userHead ? this.userHead : this.user.userHeadUrl;
56263
57693
  }
56264
57694
  },
@@ -56290,11 +57720,11 @@ avatarvue_type_template_id_e722b45c_scoped_true_render._withStripped = true
56290
57720
 
56291
57721
  var avatar_component = normalizeComponent(
56292
57722
  simplicity_avatarvue_type_script_lang_js_,
56293
- avatarvue_type_template_id_e722b45c_scoped_true_render,
56294
- avatarvue_type_template_id_e722b45c_scoped_true_staticRenderFns,
57723
+ avatarvue_type_template_id_53dddeda_scoped_true_render,
57724
+ avatarvue_type_template_id_53dddeda_scoped_true_staticRenderFns,
56295
57725
  false,
56296
57726
  null,
56297
- "e722b45c",
57727
+ "53dddeda",
56298
57728
  null
56299
57729
 
56300
57730
  )
@@ -61863,6 +63293,8 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
61863
63293
  //
61864
63294
  //
61865
63295
  //
63296
+ //
63297
+ //
61866
63298
 
61867
63299
 
61868
63300
 
@@ -63537,11 +64969,11 @@ var events = [function (tabs, index, that) {
63537
64969
 
63538
64970
  var simplicity_component = normalizeComponent(
63539
64971
  src_simplicityvue_type_script_lang_js_,
63540
- simplicityvue_type_template_id_1aea8271_scoped_true_render,
63541
- simplicityvue_type_template_id_1aea8271_scoped_true_staticRenderFns,
64972
+ simplicityvue_type_template_id_a8c92006_scoped_true_render,
64973
+ simplicityvue_type_template_id_a8c92006_scoped_true_staticRenderFns,
63542
64974
  false,
63543
64975
  null,
63544
- "1aea8271",
64976
+ "a8c92006",
63545
64977
  null
63546
64978
 
63547
64979
  )
@@ -70153,11 +71585,11 @@ var external_video_js_ = __webpack_require__(8);
70153
71585
  var external_video_js_default = /*#__PURE__*/__webpack_require__.n(external_video_js_);
70154
71586
 
70155
71587
  // EXTERNAL MODULE: external "video.js/dist/lang/zh-CN.json"
70156
- var zh_CN_json_ = __webpack_require__(16);
71588
+ var zh_CN_json_ = __webpack_require__(17);
70157
71589
  var zh_CN_json_default = /*#__PURE__*/__webpack_require__.n(zh_CN_json_);
70158
71590
 
70159
71591
  // EXTERNAL MODULE: external "video.js/dist/video-js.css"
70160
- var video_js_css_ = __webpack_require__(22);
71592
+ var video_js_css_ = __webpack_require__(23);
70161
71593
 
70162
71594
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/player/src/main.vue?vue&type=script&lang=js&
70163
71595
  var player_src_mainvue_type_script_lang_js_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; };
@@ -70452,7 +71884,7 @@ mainvue_type_template_id_15448f0a_render._withStripped = true
70452
71884
  //
70453
71885
 
70454
71886
 
70455
- var QRCode = __webpack_require__(23);
71887
+ var QRCode = __webpack_require__(24);
70456
71888
  /* harmony default export */ var qr_code_src_mainvue_type_script_lang_js_ = ({
70457
71889
  name: 'EsQrCode',
70458
71890
  props: {
@@ -73522,7 +74954,7 @@ mainvue_type_template_id_239d0c44_render._withStripped = true
73522
74954
  // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=239d0c44&
73523
74955
 
73524
74956
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
73525
- var clickoutside_ = __webpack_require__(17);
74957
+ var clickoutside_ = __webpack_require__(18);
73526
74958
  var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
73527
74959
 
73528
74960
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=script&lang=js&
@@ -74952,7 +76384,7 @@ selectionvue_type_template_id_2bc3d812_render._withStripped = true
74952
76384
  // CONCATENATED MODULE: ./packages/selector-panel/src/selection.vue?vue&type=template&id=2bc3d812&
74953
76385
 
74954
76386
  // EXTERNAL MODULE: external "sortablejs"
74955
- var external_sortablejs_ = __webpack_require__(18);
76387
+ var external_sortablejs_ = __webpack_require__(19);
74956
76388
  var external_sortablejs_default = /*#__PURE__*/__webpack_require__.n(external_sortablejs_);
74957
76389
 
74958
76390
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/selection.vue?vue&type=script&lang=js&
@@ -86815,7 +88247,7 @@ mainvue_type_template_id_1e0d1d4c_render._withStripped = true
86815
88247
  pdf: 'data:image/png;base64,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'
86816
88248
  });
86817
88249
  // EXTERNAL MODULE: external "js-base64"
86818
- var external_js_base64_ = __webpack_require__(19);
88250
+ var external_js_base64_ = __webpack_require__(20);
86819
88251
 
86820
88252
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=script&lang=js&
86821
88253
  var upload_src_mainvue_type_script_lang_js_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; };
@@ -88444,7 +89876,8 @@ wxlogin_src_main.install = function (Vue) {
88444
89876
 
88445
89877
 
88446
89878
 
88447
- var components = [packages_button, button_group, calendar, card, cascader, checkbox_group, clients, data_table, data_table_form, date_picker, packages_dialog, enable_drag, enterprise, error_page, packages_form, packages_flow, flow_group, flow_list, handle_user, packages_handler, icon, icons, packages_input, input_number, packages_label, packages_layout, login, packages_main, menu, nav, packages_notify, pagination, packages_page, player, qr_code, radio_group, retrial_auth, packages_select, select_ganged, selector, selector_panel, packages_sizer, steps, packages_switch, packages_tabs, tabs_panel, tips, packages_tree, tree_group, packages_toolbar, table_form, upload, wujie, wxlogin];
89879
+
89880
+ var components = [packages_button, button_group, calendar, calogin, card, cascader, checkbox_group, clients, data_table, data_table_form, date_picker, packages_dialog, enable_drag, enterprise, error_page, packages_form, packages_flow, flow_group, flow_list, handle_user, packages_handler, icon, icons, packages_input, input_number, packages_label, packages_layout, login, packages_main, menu, nav, packages_notify, pagination, packages_page, player, qr_code, radio_group, retrial_auth, packages_select, select_ganged, selector, selector_panel, packages_sizer, steps, packages_switch, packages_tabs, tabs_panel, tips, packages_tree, tree_group, packages_toolbar, table_form, upload, wujie, wxlogin];
88448
89881
 
88449
89882
  var install = function install(Vue) {
88450
89883
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -88459,11 +89892,12 @@ if (typeof window !== 'undefined' && window.Vue) {
88459
89892
  }
88460
89893
 
88461
89894
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
88462
- version: '0.6.63',
89895
+ version: '0.6.65',
88463
89896
  install: install,
88464
89897
  Button: packages_button,
88465
89898
  ButtonGroup: button_group,
88466
89899
  Calendar: calendar,
89900
+ Calogin: calogin,
88467
89901
  Card: card,
88468
89902
  Cascader: cascader,
88469
89903
  CheckboxGroup: checkbox_group,