eoss-ui 0.8.5 → 0.8.7

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 (272) hide show
  1. package/lib/button-group.js +19 -13
  2. package/lib/button.js +19 -13
  3. package/lib/calogin.js +252 -246
  4. package/lib/checkbox-group.js +19 -13
  5. package/lib/data-table-form.js +19 -13
  6. package/lib/data-table.js +19 -13
  7. package/lib/date-picker.js +19 -13
  8. package/lib/dialog.js +19 -13
  9. package/lib/eoss-ui.common.js +686 -673
  10. package/lib/flow-group.js +19 -13
  11. package/lib/flow-list.js +19 -13
  12. package/lib/flow.js +142 -136
  13. package/lib/form.js +26 -15
  14. package/lib/handle-user.js +19 -13
  15. package/lib/handler.js +19 -13
  16. package/lib/icon.js +19 -13
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +19 -13
  19. package/lib/input.js +19 -13
  20. package/lib/login.js +19 -13
  21. package/lib/main.js +302 -296
  22. package/lib/nav.js +19 -13
  23. package/lib/page.js +19 -13
  24. package/lib/pagination.js +19 -13
  25. package/lib/player.js +19 -13
  26. package/lib/qr-code.js +32 -26
  27. package/lib/radio-group.js +19 -13
  28. package/lib/retrial-auth.js +19 -13
  29. package/lib/select-ganged.js +19 -13
  30. package/lib/select.js +21 -13
  31. package/lib/selector-panel.js +19 -13
  32. package/lib/selector.js +19 -13
  33. package/lib/sizer.js +19 -13
  34. package/lib/steps.js +19 -13
  35. package/lib/switch.js +19 -13
  36. package/lib/table-form.js +19 -13
  37. package/lib/tabs.js +19 -13
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/theme-chalk/login.css +1 -1
  40. package/lib/tips.js +19 -13
  41. package/lib/tree-group.js +19 -13
  42. package/lib/tree.js +19 -13
  43. package/lib/upload.js +19 -13
  44. package/lib/utils/util.js +19 -13
  45. package/lib/wujie.js +19 -13
  46. package/lib/wxlogin.js +19 -13
  47. package/package.json +1 -1
  48. package/packages/button/index.js +5 -5
  49. package/packages/button/src/main.vue +418 -418
  50. package/packages/button-group/index.js +5 -5
  51. package/packages/calendar/index.js +5 -5
  52. package/packages/calogin/index.js +5 -5
  53. package/packages/calogin/src/plugin.js +915 -915
  54. package/packages/card/index.js +5 -5
  55. package/packages/card/src/main.vue +156 -156
  56. package/packages/cascader/index.js +5 -5
  57. package/packages/cascader/src/main.vue +168 -168
  58. package/packages/checkbox-group/index.js +5 -5
  59. package/packages/checkbox-group/src/main.vue +333 -333
  60. package/packages/clients/index.js +5 -5
  61. package/packages/data-table/index.js +5 -5
  62. package/packages/data-table/src/children.vue +46 -46
  63. package/packages/data-table/src/main.vue +1876 -1876
  64. package/packages/data-table/src/sizer.vue +195 -195
  65. package/packages/data-table-form/index.js +5 -5
  66. package/packages/data-table-form/src/checkbox.vue +101 -101
  67. package/packages/data-table-form/src/colgroup.vue +17 -17
  68. package/packages/data-table-form/src/main.vue +181 -181
  69. package/packages/data-table-form/src/radio.vue +65 -65
  70. package/packages/data-table-form/src/table.vue +233 -233
  71. package/packages/data-table-form/src/tbody.vue +336 -336
  72. package/packages/data-table-form/src/thead.vue +68 -68
  73. package/packages/date-picker/index.js +5 -5
  74. package/packages/date-picker/src/main.vue +236 -236
  75. package/packages/dialog/index.js +5 -5
  76. package/packages/enable-drag/index.js +5 -5
  77. package/packages/enterprise/index.js +5 -5
  78. package/packages/enterprise/src/main.vue +66 -66
  79. package/packages/error-page/index.js +5 -5
  80. package/packages/error-page/src/main.vue +44 -44
  81. package/packages/flow/index.js +5 -5
  82. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  83. package/packages/flow/src/component/TimeLimit.vue +190 -190
  84. package/packages/flow/src/main.vue +4165 -4165
  85. package/packages/flow/src/processForm.vue +1711 -1711
  86. package/packages/flow-group/index.js +5 -5
  87. package/packages/flow-group/src/main.vue +750 -750
  88. package/packages/flow-list/index.js +5 -5
  89. package/packages/form/index.js +5 -5
  90. package/packages/form/src/main.vue +5 -0
  91. package/packages/handle-user/index.js +5 -5
  92. package/packages/handle-user/src/main.vue +137 -137
  93. package/packages/handler/index.js +5 -5
  94. package/packages/handler/src/main.vue +499 -499
  95. package/packages/icon/index.js +5 -5
  96. package/packages/icons/index.js +5 -5
  97. package/packages/icons/src/main.vue +81 -81
  98. package/packages/input/index.js +5 -5
  99. package/packages/input/src/main.vue +356 -356
  100. package/packages/input-number/index.js +5 -5
  101. package/packages/input-number/src/main.vue +106 -106
  102. package/packages/label/index.js +5 -5
  103. package/packages/label/src/main.vue +457 -457
  104. package/packages/layout/index.js +5 -5
  105. package/packages/layout/src/item.vue +152 -152
  106. package/packages/layout/src/main.vue +31 -31
  107. package/packages/login/index.js +5 -5
  108. package/packages/login/src/main.vue +2088 -2088
  109. package/packages/main/index.js +5 -5
  110. package/packages/main/src/default/message.vue +249 -249
  111. package/packages/main/src/default/notice.vue +157 -157
  112. package/packages/main/src/default/userinfo.vue +513 -513
  113. package/packages/main/src/simplicity/index.vue +2335 -2335
  114. package/packages/main/src/simplicity/lists.vue +84 -84
  115. package/packages/main/src/simplicity/router-page.vue +45 -45
  116. package/packages/main/src/simplicity/userinfo.vue +408 -408
  117. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  118. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  119. package/packages/menu/index.js +5 -5
  120. package/packages/nav/index.js +5 -5
  121. package/packages/notify/index.js +5 -5
  122. package/packages/notify/src/main.vue +538 -538
  123. package/packages/page/index.js +5 -5
  124. package/packages/page/src/main.vue +167 -167
  125. package/packages/pagination/index.js +5 -5
  126. package/packages/pagination/src/main.vue +96 -96
  127. package/packages/player/index.js +5 -5
  128. package/packages/player/src/main.vue +194 -194
  129. package/packages/qr-code/index.js +5 -5
  130. package/packages/qr-code/src/main.vue +170 -170
  131. package/packages/radio-group/index.js +6 -6
  132. package/packages/radio-group/src/main.vue +319 -319
  133. package/packages/retrial-auth/index.js +5 -5
  134. package/packages/retrial-auth/src/main.vue +299 -299
  135. package/packages/select/index.js +5 -5
  136. package/packages/select/src/main.vue +2 -0
  137. package/packages/select-ganged/index.js +5 -5
  138. package/packages/select-ganged/src/main.vue +724 -724
  139. package/packages/selector/index.js +5 -5
  140. package/packages/selector-panel/index.js +5 -5
  141. package/packages/selector-panel/src/tree.vue +129 -129
  142. package/packages/sizer/index.js +5 -5
  143. package/packages/sizer/src/main.vue +254 -254
  144. package/packages/steps/index.js +5 -5
  145. package/packages/steps/src/main.vue +181 -181
  146. package/packages/switch/index.js +5 -5
  147. package/packages/table-form/index.js +5 -5
  148. package/packages/tabs/index.js +5 -5
  149. package/packages/tabs/src/main.vue +788 -788
  150. package/packages/tabs-panel/index.js +5 -5
  151. package/packages/tabs-panel/src/main.vue +29 -29
  152. package/packages/theme-chalk/lib/base.css +1 -0
  153. package/packages/theme-chalk/lib/button-group.css +1 -0
  154. package/packages/theme-chalk/lib/button.css +1 -0
  155. package/packages/theme-chalk/lib/calendar.css +1 -0
  156. package/packages/theme-chalk/lib/calogin.css +0 -0
  157. package/packages/theme-chalk/lib/card.css +1 -0
  158. package/packages/theme-chalk/lib/cascader.css +0 -0
  159. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  160. package/packages/theme-chalk/lib/clients.css +1 -0
  161. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  162. package/packages/theme-chalk/lib/data-table.css +1 -0
  163. package/packages/theme-chalk/lib/date-picker.css +1 -0
  164. package/packages/theme-chalk/lib/dialog.css +1 -0
  165. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  166. package/packages/theme-chalk/lib/enterprise.css +1 -0
  167. package/packages/theme-chalk/lib/error-page.css +1 -0
  168. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  169. package/packages/theme-chalk/lib/flow-group.css +1 -0
  170. package/packages/theme-chalk/lib/flow-list.css +1 -0
  171. package/packages/theme-chalk/lib/flow.css +1 -0
  172. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  173. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  174. package/packages/theme-chalk/lib/form.css +1 -0
  175. package/packages/theme-chalk/lib/handle-user.css +1 -0
  176. package/packages/theme-chalk/lib/handler.css +1 -0
  177. package/packages/theme-chalk/lib/icon.css +1 -0
  178. package/packages/theme-chalk/lib/icons.css +1 -0
  179. package/packages/theme-chalk/lib/index.css +1 -0
  180. package/packages/theme-chalk/lib/input-number.css +0 -0
  181. package/packages/theme-chalk/lib/input.css +1 -0
  182. package/packages/theme-chalk/lib/label.css +1 -0
  183. package/packages/theme-chalk/lib/layout.css +1 -0
  184. package/packages/theme-chalk/lib/login.css +1 -0
  185. package/packages/theme-chalk/lib/main.css +1 -0
  186. package/packages/theme-chalk/lib/menu.css +1 -0
  187. package/packages/theme-chalk/lib/nav.css +1 -0
  188. package/packages/theme-chalk/lib/notify.css +0 -0
  189. package/packages/theme-chalk/lib/page.css +1 -0
  190. package/packages/theme-chalk/lib/pagination.css +1 -0
  191. package/packages/theme-chalk/lib/player.css +1 -0
  192. package/packages/theme-chalk/lib/qr-code.css +1 -0
  193. package/packages/theme-chalk/lib/radio-group.css +1 -0
  194. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  195. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  196. package/packages/theme-chalk/lib/select.css +1 -0
  197. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  198. package/packages/theme-chalk/lib/selector.css +1 -0
  199. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  200. package/packages/theme-chalk/lib/simplicity.css +1 -0
  201. package/packages/theme-chalk/lib/sizer.css +1 -0
  202. package/packages/theme-chalk/lib/steps.css +1 -0
  203. package/packages/theme-chalk/lib/switch.css +1 -0
  204. package/packages/theme-chalk/lib/table-form.css +0 -0
  205. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  206. package/packages/theme-chalk/lib/tabs.css +1 -0
  207. package/packages/theme-chalk/lib/tips.css +1 -0
  208. package/packages/theme-chalk/lib/toolbar.css +1 -0
  209. package/packages/theme-chalk/lib/tree-group.css +1 -0
  210. package/packages/theme-chalk/lib/tree.css +1 -0
  211. package/packages/theme-chalk/lib/upload.css +1 -0
  212. package/packages/theme-chalk/lib/wujie.css +0 -0
  213. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  214. package/packages/theme-chalk/src/base.scss +261 -261
  215. package/packages/theme-chalk/src/button-group.scss +176 -176
  216. package/packages/theme-chalk/src/button.scss +24 -24
  217. package/packages/theme-chalk/src/calendar.scss +113 -113
  218. package/packages/theme-chalk/src/card.scss +99 -99
  219. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  220. package/packages/theme-chalk/src/clients.scss +87 -87
  221. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  222. package/packages/theme-chalk/src/date-picker.scss +7 -7
  223. package/packages/theme-chalk/src/dialog.scss +77 -77
  224. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  225. package/packages/theme-chalk/src/enterprise.scss +5 -5
  226. package/packages/theme-chalk/src/error-page.scss +18 -18
  227. package/packages/theme-chalk/src/flow-group.scss +110 -110
  228. package/packages/theme-chalk/src/handle-user.scss +40 -40
  229. package/packages/theme-chalk/src/icons.scss +99 -99
  230. package/packages/theme-chalk/src/input.scss +9 -9
  231. package/packages/theme-chalk/src/label.scss +24 -24
  232. package/packages/theme-chalk/src/layout.scss +46 -46
  233. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  234. package/packages/theme-chalk/src/nav.scss +111 -111
  235. package/packages/theme-chalk/src/page.scss +3 -3
  236. package/packages/theme-chalk/src/pagination.scss +29 -29
  237. package/packages/theme-chalk/src/player.scss +9 -9
  238. package/packages/theme-chalk/src/qr-code.scss +17 -17
  239. package/packages/theme-chalk/src/radio-group.scss +9 -9
  240. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  241. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  242. package/packages/theme-chalk/src/select.scss +8 -8
  243. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  244. package/packages/theme-chalk/src/sizer.scss +36 -36
  245. package/packages/theme-chalk/src/steps.scss +88 -88
  246. package/packages/theme-chalk/src/switch.scss +3 -3
  247. package/packages/theme-chalk/src/table-form.scss +1 -1
  248. package/packages/theme-chalk/src/tabs.scss +87 -87
  249. package/packages/theme-chalk/src/tips.scss +7 -7
  250. package/packages/theme-chalk/src/toolbar.scss +179 -179
  251. package/packages/theme-chalk/src/tree-group.scss +72 -72
  252. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  253. package/packages/tips/index.js +5 -5
  254. package/packages/toolbar/index.js +5 -5
  255. package/packages/toolbar/src/main.vue +430 -430
  256. package/packages/tree/index.js +5 -5
  257. package/packages/tree-group/index.js +5 -5
  258. package/packages/upload/index.js +5 -5
  259. package/packages/upload/src/main.vue +1344 -1344
  260. package/packages/upload/src/picture.js +15 -15
  261. package/packages/wujie/index.js +5 -5
  262. package/packages/wxlogin/index.js +5 -5
  263. package/packages/wxlogin/src/main.vue +128 -128
  264. package/src/config/image.js +2 -2
  265. package/src/index.js +1 -1
  266. package/src/utils/bus.js +3 -3
  267. package/src/utils/date-util.js +312 -312
  268. package/src/utils/http.js +50 -50
  269. package/src/utils/store.js +21 -21
  270. package/src/utils/util.js +6 -1
  271. package/src/utils/webSocket.js +107 -107
  272. package/packages/theme-chalk/gulpfile.js +0 -25
@@ -1356,7 +1356,6 @@ var lodash = __webpack_require__(21);
1356
1356
 
1357
1357
 
1358
1358
  var util_win = window.__WUJIE_RAW_WINDOW__ ? window.__WUJIE_RAW_WINDOW__ : window;
1359
- var winTop = getWinTop();
1360
1359
  var isIE = /MSIE|Trident/.test(navigator.userAgent);
1361
1360
  var parser = new external_ua_parser_js_["UAParser"]();
1362
1361
  var $hueStep = 2;
@@ -1896,6 +1895,7 @@ var util_busEmit = function busEmit(that, _ref3) {
1896
1895
  args = _ref3.args,
1897
1896
  opener = _ref3.opener;
1898
1897
 
1898
+ var winTop = getWinTop();
1899
1899
  if (opener) {
1900
1900
  var source = opener.source,
1901
1901
  origin = opener.origin;
@@ -2152,6 +2152,7 @@ var delUrlParam = function delUrlParam(_ref4) {
2152
2152
  var url = _ref4.url,
2153
2153
  key = _ref4.key;
2154
2154
 
2155
+ var winTop = getWinTop();
2155
2156
  var pUrl = '';
2156
2157
  try {
2157
2158
  pUrl = winTop.location.href;
@@ -3582,18 +3583,20 @@ var util_isLogined = function () {
3582
3583
  cookie = _ref11.cookie,
3583
3584
  loginPage = _ref11.loginPage,
3584
3585
  redirect = _ref11.redirect;
3585
- var quit, pathname, path, token, loadingInstance, referrerUrl;
3586
+ var winTop, quit, pathname, path, token, loadingInstance, referrerUrl;
3586
3587
  return regenerator_default.a.wrap(function _callee$(_context) {
3587
3588
  while (1) {
3588
3589
  switch (_context.prev = _context.next) {
3589
3590
  case 0:
3591
+ winTop = getWinTop();
3592
+
3590
3593
  if (cookie === undefined) {
3591
3594
  cookie = getParams({ name: 'cookie' });
3592
3595
  }
3593
3596
  quit = getParams('quit') || getParams('logout');
3594
3597
 
3595
3598
  if (!quit) {
3596
- _context.next = 5;
3599
+ _context.next = 6;
3597
3600
  break;
3598
3601
  }
3599
3602
 
@@ -3604,7 +3607,7 @@ var util_isLogined = function () {
3604
3607
  }).catch(function () {});
3605
3608
  return _context.abrupt('return');
3606
3609
 
3607
- case 5:
3610
+ case 6:
3608
3611
  pathname = '';
3609
3612
 
3610
3613
  try {
@@ -3634,17 +3637,17 @@ var util_isLogined = function () {
3634
3637
  // eslint-disable-next-line eqeqeq
3635
3638
 
3636
3639
  if (!(token || cookie == true || cookie == 1)) {
3637
- _context.next = 13;
3640
+ _context.next = 14;
3638
3641
  break;
3639
3642
  }
3640
3643
 
3641
3644
  next && next();
3642
- _context.next = 20;
3645
+ _context.next = 21;
3643
3646
  break;
3644
3647
 
3645
- case 13:
3648
+ case 14:
3646
3649
  if (!(!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType'))) {
3647
- _context.next = 19;
3650
+ _context.next = 20;
3648
3651
  break;
3649
3652
  }
3650
3653
 
@@ -3653,7 +3656,7 @@ var util_isLogined = function () {
3653
3656
  spinner: 'el-icon-loading',
3654
3657
  background: 'rgba(0, 0, 0, 0.65)'
3655
3658
  });
3656
- _context.next = 17;
3659
+ _context.next = 18;
3657
3660
  return util_ajax({
3658
3661
  method: 'post',
3659
3662
  url: authCenter,
@@ -3769,11 +3772,11 @@ var util_isLogined = function () {
3769
3772
  loadingInstance.close();
3770
3773
  });
3771
3774
 
3772
- case 17:
3773
- _context.next = 20;
3775
+ case 18:
3776
+ _context.next = 21;
3774
3777
  break;
3775
3778
 
3776
- case 19:
3779
+ case 20:
3777
3780
  if (token || to.path === '/' || to.path === '/404' || to.path === '/error' || typeof exclude === 'boolean' && exclude || exclude.indexOf(to.path) > -1 || exclude.indexOf(to.name) > -1 || to.path === '/login' || token && to.path === '/main') {
3778
3781
  if (redirect && (to.path === '/main' || to.path === '/login')) {
3779
3782
  window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
@@ -3804,7 +3807,7 @@ var util_isLogined = function () {
3804
3807
  }
3805
3808
  }
3806
3809
 
3807
- case 20:
3810
+ case 21:
3808
3811
  case 'end':
3809
3812
  return _context.stop();
3810
3813
  }
@@ -3922,6 +3925,7 @@ var loadJs = function loadJs(_ref13) {
3922
3925
  * @param {String} [text] - 显示的文本内容
3923
3926
  **/
3924
3927
  var util_loading = function loading($loading, res) {
3928
+ var winTop = getWinTop();
3925
3929
  if (!$loading) {
3926
3930
  $loading = external_eoss_element_["Loading"].service;
3927
3931
  }
@@ -4078,6 +4082,7 @@ var replenish = function replenish(_ref15) {
4078
4082
  * @param {object} [data] - 数字或字符串型数字
4079
4083
  **/
4080
4084
  var util_responses = function responses(data) {
4085
+ var winTop = getWinTop();
4081
4086
  if (data.rCode === 64 || data.rCode === 65 || data.rCode === 67 || data.rCode === 69) {
4082
4087
  removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
4083
4088
  var href = '';
@@ -4946,6 +4951,7 @@ var removeCookie = function removeCookie(key) {
4946
4951
  };
4947
4952
 
4948
4953
  var winTopOpen = function winTopOpen(config) {
4954
+ var winTop = getWinTop();
4949
4955
  if (isIE) {
4950
4956
  if (winTop !== util_win.self) {
4951
4957
  try {
@@ -6907,8 +6913,8 @@ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(t
6907
6913
 
6908
6914
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6909
6915
 
6910
- /**
6911
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6916
+ /**
6917
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6912
6918
  */
6913
6919
  var plugin_CA_ExtInterface = function () {
6914
6920
  function CA_ExtInterface() {
@@ -6921,11 +6927,11 @@ var plugin_CA_ExtInterface = function () {
6921
6927
  this.init();
6922
6928
  }
6923
6929
 
6924
- /**
6925
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6926
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6927
- * @param {Object} target - 目标对象
6928
- * @param {Object} options - 新的选项对象
6930
+ /**
6931
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
+ * @param {Object} target - 目标对象
6934
+ * @param {Object} options - 新的选项对象
6929
6935
  */
6930
6936
 
6931
6937
 
@@ -6940,8 +6946,8 @@ var plugin_CA_ExtInterface = function () {
6940
6946
  }
6941
6947
  };
6942
6948
 
6943
- /**
6944
- * 检查当前会话的 WebSocket URL
6949
+ /**
6950
+ * 检查当前会话的 WebSocket URL
6945
6951
  */
6946
6952
 
6947
6953
 
@@ -6955,8 +6961,8 @@ var plugin_CA_ExtInterface = function () {
6955
6961
  }
6956
6962
  };
6957
6963
 
6958
- /**
6959
- * 检查是否使用 ActiveX
6964
+ /**
6965
+ * 检查是否使用 ActiveX
6960
6966
  */
6961
6967
 
6962
6968
 
@@ -6968,11 +6974,11 @@ var plugin_CA_ExtInterface = function () {
6968
6974
  }
6969
6975
  };
6970
6976
 
6971
- /**
6972
- * 扩展发送消息并等待响应
6973
- * @param {string} operatorCmd - 操作命令
6974
- * @param {string} sendMsg - 发送的消息
6975
- * @returns {string} 响应消息
6977
+ /**
6978
+ * 扩展发送消息并等待响应
6979
+ * @param {string} operatorCmd - 操作命令
6980
+ * @param {string} sendMsg - 发送的消息
6981
+ * @returns {string} 响应消息
6976
6982
  */
6977
6983
 
6978
6984
 
@@ -7005,11 +7011,11 @@ var plugin_CA_ExtInterface = function () {
7005
7011
  return sendAndWaitMessageEx;
7006
7012
  }();
7007
7013
 
7008
- /**
7009
- * 发送消息并等待响应
7010
- * @param {string} wsurl - WebSocket URL
7011
- * @param {string} sendMsg - 发送的消息
7012
- * @returns {string} 响应消息
7014
+ /**
7015
+ * 发送消息并等待响应
7016
+ * @param {string} wsurl - WebSocket URL
7017
+ * @param {string} sendMsg - 发送的消息
7018
+ * @returns {string} 响应消息
7013
7019
  */
7014
7020
 
7015
7021
 
@@ -7033,9 +7039,9 @@ var plugin_CA_ExtInterface = function () {
7033
7039
  }
7034
7040
  };
7035
7041
 
7036
- /**
7037
- * 配置选项
7038
- * @param {Object} extendOption - 扩展选项
7042
+ /**
7043
+ * 配置选项
7044
+ * @param {Object} extendOption - 扩展选项
7039
7045
  */
7040
7046
 
7041
7047
 
@@ -7045,8 +7051,8 @@ var plugin_CA_ExtInterface = function () {
7045
7051
  }
7046
7052
  };
7047
7053
 
7048
- /**
7049
- * 初始化
7054
+ /**
7055
+ * 初始化
7050
7056
  */
7051
7057
 
7052
7058
 
@@ -7054,9 +7060,9 @@ var plugin_CA_ExtInterface = function () {
7054
7060
  this.isUseActioveX();
7055
7061
  };
7056
7062
 
7057
- /**
7058
- * 返回客户端的版本
7059
- * @returns {string} 客户端版本
7063
+ /**
7064
+ * 返回客户端的版本
7065
+ * @returns {string} 客户端版本
7060
7066
  */
7061
7067
 
7062
7068
 
@@ -7069,13 +7075,13 @@ var plugin_CA_ExtInterface = function () {
7069
7075
  }
7070
7076
  };
7071
7077
 
7072
- /**
7073
- * 下载客户端程序并安装
7074
- * @param {string} bstrURL - 下载地址
7075
- * @param {string} bstrHashValue - 哈希值
7076
- * @param {boolean} bSync - 是否同步安装
7077
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7078
- * @returns {number} 安装结果
7078
+ /**
7079
+ * 下载客户端程序并安装
7080
+ * @param {string} bstrURL - 下载地址
7081
+ * @param {string} bstrHashValue - 哈希值
7082
+ * @param {boolean} bSync - 是否同步安装
7083
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
+ * @returns {number} 安装结果
7079
7085
  */
7080
7086
 
7081
7087
 
@@ -7089,11 +7095,11 @@ var plugin_CA_ExtInterface = function () {
7089
7095
  }
7090
7096
  };
7091
7097
 
7092
- /**
7093
- * 获取硬件指纹信息
7094
- * @param {number} dwSign - 签名
7095
- * @param {string} strGateWayIP - 网关 IP
7096
- * @returns {string} 硬件指纹信息
7098
+ /**
7099
+ * 获取硬件指纹信息
7100
+ * @param {number} dwSign - 签名
7101
+ * @param {string} strGateWayIP - 网关 IP
7102
+ * @returns {string} 硬件指纹信息
7097
7103
  */
7098
7104
 
7099
7105
 
@@ -7107,12 +7113,12 @@ var plugin_CA_ExtInterface = function () {
7107
7113
  }
7108
7114
  };
7109
7115
 
7110
- /**
7111
- * 设置转发策略和代填策略
7112
- * @param {string} strProxyPolicy - 转发策略
7113
- * @param {string} strSSOPolicy - 代填策略
7114
- * @param {string} strGatewayAddress - 网关地址
7115
- * @returns {number} 设置结果
7116
+ /**
7117
+ * 设置转发策略和代填策略
7118
+ * @param {string} strProxyPolicy - 转发策略
7119
+ * @param {string} strSSOPolicy - 代填策略
7120
+ * @param {string} strGatewayAddress - 网关地址
7121
+ * @returns {number} 设置结果
7116
7122
  */
7117
7123
 
7118
7124
 
@@ -7126,11 +7132,11 @@ var plugin_CA_ExtInterface = function () {
7126
7132
  }
7127
7133
  };
7128
7134
 
7129
- /**
7130
- * 启动认证信息模块
7131
- * @param {string} strFileName - 文件名
7132
- * @param {string} strXmlData - XML 数据
7133
- * @returns {string} 认证信息
7135
+ /**
7136
+ * 启动认证信息模块
7137
+ * @param {string} strFileName - 文件名
7138
+ * @param {string} strXmlData - XML 数据
7139
+ * @returns {string} 认证信息
7134
7140
  */
7135
7141
 
7136
7142
 
@@ -7144,10 +7150,10 @@ var plugin_CA_ExtInterface = function () {
7144
7150
  }
7145
7151
  };
7146
7152
 
7147
- /**
7148
- * 打开 BS 应用
7149
- * @param {string} strUrl - 应用 URL
7150
- * @returns {number} 打开结果
7153
+ /**
7154
+ * 打开 BS 应用
7155
+ * @param {string} strUrl - 应用 URL
7156
+ * @returns {number} 打开结果
7151
7157
  */
7152
7158
 
7153
7159
 
@@ -7161,12 +7167,12 @@ var plugin_CA_ExtInterface = function () {
7161
7167
  }
7162
7168
  };
7163
7169
 
7164
- /**
7165
- * 打开 CS 应用
7166
- * @param {string} strGatewayAddress - 网关地址
7167
- * @param {string} strAppFlag - 应用标识
7168
- * @param {string} strAppPath - 应用路径
7169
- * @returns {number} 打开结果
7170
+ /**
7171
+ * 打开 CS 应用
7172
+ * @param {string} strGatewayAddress - 网关地址
7173
+ * @param {string} strAppFlag - 应用标识
7174
+ * @param {string} strAppPath - 应用路径
7175
+ * @returns {number} 打开结果
7170
7176
  */
7171
7177
 
7172
7178
 
@@ -7180,13 +7186,13 @@ var plugin_CA_ExtInterface = function () {
7180
7186
  }
7181
7187
  };
7182
7188
 
7183
- /**
7184
- * 设置自动更新策略
7185
- * @param {string} strGatewayAddress - 网关地址
7186
- * @param {number} nGatewayPort - 网关端口
7187
- * @param {string} strUserToken - 用户令牌
7188
- * @param {number} updatedelay - 更新延迟
7189
- * @returns {number} 设置结果
7189
+ /**
7190
+ * 设置自动更新策略
7191
+ * @param {string} strGatewayAddress - 网关地址
7192
+ * @param {number} nGatewayPort - 网关端口
7193
+ * @param {string} strUserToken - 用户令牌
7194
+ * @param {number} updatedelay - 更新延迟
7195
+ * @returns {number} 设置结果
7190
7196
  */
7191
7197
 
7192
7198
 
@@ -7200,10 +7206,10 @@ var plugin_CA_ExtInterface = function () {
7200
7206
  }
7201
7207
  };
7202
7208
 
7203
- /**
7204
- * 获取客户端 IP
7205
- * @param {string} strGatewayIP - 网关 IP
7206
- * @returns {string} 客户端 IP
7209
+ /**
7210
+ * 获取客户端 IP
7211
+ * @param {string} strGatewayIP - 网关 IP
7212
+ * @returns {string} 客户端 IP
7207
7213
  */
7208
7214
 
7209
7215
 
@@ -7217,10 +7223,10 @@ var plugin_CA_ExtInterface = function () {
7217
7223
  }
7218
7224
  };
7219
7225
 
7220
- /**
7221
- * 登出网关
7222
- * @param {string} strServerIP - 服务器 IP
7223
- * @returns {number} 登出结果
7226
+ /**
7227
+ * 登出网关
7228
+ * @param {string} strServerIP - 服务器 IP
7229
+ * @returns {number} 登出结果
7224
7230
  */
7225
7231
 
7226
7232
 
@@ -7234,11 +7240,11 @@ var plugin_CA_ExtInterface = function () {
7234
7240
  }
7235
7241
  };
7236
7242
 
7237
- /**
7238
- * 运行安装包
7239
- * @param {number} lRunType - 运行类型
7240
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7241
- * @returns {number} 运行结果
7243
+ /**
7244
+ * 运行安装包
7245
+ * @param {number} lRunType - 运行类型
7246
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
+ * @returns {number} 运行结果
7242
7248
  */
7243
7249
 
7244
7250
 
@@ -7252,9 +7258,9 @@ var plugin_CA_ExtInterface = function () {
7252
7258
  }
7253
7259
  };
7254
7260
 
7255
- /**
7256
- * 获取下载进度
7257
- * @returns {number} 下载进度
7261
+ /**
7262
+ * 获取下载进度
7263
+ * @returns {number} 下载进度
7258
7264
  */
7259
7265
 
7260
7266
 
@@ -7268,9 +7274,9 @@ var plugin_CA_ExtInterface = function () {
7268
7274
  }
7269
7275
  };
7270
7276
 
7271
- /**
7272
- * 是否安装完成
7273
- * @returns {boolean} 安装完成状态
7277
+ /**
7278
+ * 是否安装完成
7279
+ * @returns {boolean} 安装完成状态
7274
7280
  */
7275
7281
 
7276
7282
 
@@ -7284,11 +7290,11 @@ var plugin_CA_ExtInterface = function () {
7284
7290
  }
7285
7291
  };
7286
7292
 
7287
- /**
7288
- * 初始化签包对象
7289
- * @param {string} strAlgType - 算法类型
7290
- * @param {string} strAuxParam - 辅助参数
7291
- * @returns {number} 初始化结果
7293
+ /**
7294
+ * 初始化签包对象
7295
+ * @param {string} strAlgType - 算法类型
7296
+ * @param {string} strAuxParam - 辅助参数
7297
+ * @returns {number} 初始化结果
7292
7298
  */
7293
7299
 
7294
7300
 
@@ -7302,10 +7308,10 @@ var plugin_CA_ExtInterface = function () {
7302
7308
  }
7303
7309
  };
7304
7310
 
7305
- /**
7306
- * 设置摘要算法
7307
- * @param {string} strDigestAlg - 摘要算法
7308
- * @returns {number} 设置结果
7311
+ /**
7312
+ * 设置摘要算法
7313
+ * @param {string} strDigestAlg - 摘要算法
7314
+ * @returns {number} 设置结果
7309
7315
  */
7310
7316
 
7311
7317
 
@@ -7319,10 +7325,10 @@ var plugin_CA_ExtInterface = function () {
7319
7325
  }
7320
7326
  };
7321
7327
 
7322
- /**
7323
- * 设置单证书是否弹出对话框
7324
- * @param {number} isChoose - 是否弹出对话框
7325
- * @returns {number} 设置结果
7328
+ /**
7329
+ * 设置单证书是否弹出对话框
7330
+ * @param {number} isChoose - 是否弹出对话框
7331
+ * @returns {number} 设置结果
7326
7332
  */
7327
7333
 
7328
7334
 
@@ -7336,11 +7342,11 @@ var plugin_CA_ExtInterface = function () {
7336
7342
  }
7337
7343
  };
7338
7344
 
7339
- /**
7340
- * 添加证书过滤条件
7341
- * @param {number} ulType - 过滤类型
7342
- * @param {string} strValue - 过滤值
7343
- * @returns {number} 添加结果
7345
+ /**
7346
+ * 添加证书过滤条件
7347
+ * @param {number} ulType - 过滤类型
7348
+ * @param {string} strValue - 过滤值
7349
+ * @returns {number} 添加结果
7344
7350
  */
7345
7351
 
7346
7352
 
@@ -7354,9 +7360,9 @@ var plugin_CA_ExtInterface = function () {
7354
7360
  }
7355
7361
  };
7356
7362
 
7357
- /**
7358
- * 清除所有过滤条件
7359
- * @returns {number} 清除结果
7363
+ /**
7364
+ * 清除所有过滤条件
7365
+ * @returns {number} 清除结果
7360
7366
  */
7361
7367
 
7362
7368
 
@@ -7370,10 +7376,10 @@ var plugin_CA_ExtInterface = function () {
7370
7376
  }
7371
7377
  };
7372
7378
 
7373
- /**
7374
- * P1 签名
7375
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7376
- * @returns {string} 签名结果
7379
+ /**
7380
+ * P1 签名
7381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
+ * @returns {string} 签名结果
7377
7383
  */
7378
7384
 
7379
7385
 
@@ -7387,10 +7393,10 @@ var plugin_CA_ExtInterface = function () {
7387
7393
  }
7388
7394
  };
7389
7395
 
7390
- /**
7391
- * P1 签名字符串
7392
- * @param {string} strValue - 待签名的字符串
7393
- * @returns {string} 签名结果
7396
+ /**
7397
+ * P1 签名字符串
7398
+ * @param {string} strValue - 待签名的字符串
7399
+ * @returns {string} 签名结果
7394
7400
  */
7395
7401
 
7396
7402
 
@@ -7404,12 +7410,12 @@ var plugin_CA_ExtInterface = function () {
7404
7410
  }
7405
7411
  };
7406
7412
 
7407
- /**
7408
- * P7 签名
7409
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7410
- * @param {boolean} isDetach - 是否分离签名
7411
- * @param {boolean} isIncludeCert - 是否包含证书
7412
- * @returns {string} 签名结果
7413
+ /**
7414
+ * P7 签名
7415
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
+ * @param {boolean} isDetach - 是否分离签名
7417
+ * @param {boolean} isIncludeCert - 是否包含证书
7418
+ * @returns {string} 签名结果
7413
7419
  */
7414
7420
 
7415
7421
 
@@ -7423,12 +7429,12 @@ var plugin_CA_ExtInterface = function () {
7423
7429
  }
7424
7430
  };
7425
7431
 
7426
- /**
7427
- * P7 签名字符串
7428
- * @param {string} strValue - 待签名的字符串
7429
- * @param {boolean} isDetach - 是否分离签名
7430
- * @param {boolean} isIncludeCert - 是否包含证书
7431
- * @returns {string} 签名结果
7432
+ /**
7433
+ * P7 签名字符串
7434
+ * @param {string} strValue - 待签名的字符串
7435
+ * @param {boolean} isDetach - 是否分离签名
7436
+ * @param {boolean} isIncludeCert - 是否包含证书
7437
+ * @returns {string} 签名结果
7432
7438
  */
7433
7439
 
7434
7440
 
@@ -7442,9 +7448,9 @@ var plugin_CA_ExtInterface = function () {
7442
7448
  }
7443
7449
  };
7444
7450
 
7445
- /**
7446
- * 释放签名对象
7447
- * @returns {number} 释放结果
7451
+ /**
7452
+ * 释放签名对象
7453
+ * @returns {number} 释放结果
7448
7454
  */
7449
7455
 
7450
7456
 
@@ -7458,9 +7464,9 @@ var plugin_CA_ExtInterface = function () {
7458
7464
  }
7459
7465
  };
7460
7466
 
7461
- /**
7462
- * 获取签名版本
7463
- * @returns {string} 签名版本
7467
+ /**
7468
+ * 获取签名版本
7469
+ * @returns {string} 签名版本
7464
7470
  */
7465
7471
 
7466
7472
 
@@ -7474,9 +7480,9 @@ var plugin_CA_ExtInterface = function () {
7474
7480
  }
7475
7481
  };
7476
7482
 
7477
- /**
7478
- * 获取签名证书
7479
- * @returns {string} 签名证书
7483
+ /**
7484
+ * 获取签名证书
7485
+ * @returns {string} 签名证书
7480
7486
  */
7481
7487
 
7482
7488
 
@@ -7490,9 +7496,9 @@ var plugin_CA_ExtInterface = function () {
7490
7496
  }
7491
7497
  };
7492
7498
 
7493
- /**
7494
- * 获取错误码
7495
- * @returns {number} 错误码
7499
+ /**
7500
+ * 获取错误码
7501
+ * @returns {number} 错误码
7496
7502
  */
7497
7503
 
7498
7504
 
@@ -7506,9 +7512,9 @@ var plugin_CA_ExtInterface = function () {
7506
7512
  }
7507
7513
  };
7508
7514
 
7509
- /**
7510
- * 获取错误信息
7511
- * @returns {string} 错误信息
7515
+ /**
7516
+ * 获取错误信息
7517
+ * @returns {string} 错误信息
7512
7518
  */
7513
7519
 
7514
7520
 
@@ -7522,9 +7528,9 @@ var plugin_CA_ExtInterface = function () {
7522
7528
  }
7523
7529
  };
7524
7530
 
7525
- /**
7526
- * 销毁认证对象
7527
- * @returns {number} 销毁结果
7531
+ /**
7532
+ * 销毁认证对象
7533
+ * @returns {number} 销毁结果
7528
7534
  */
7529
7535
 
7530
7536
 
@@ -7538,9 +7544,9 @@ var plugin_CA_ExtInterface = function () {
7538
7544
  }
7539
7545
  };
7540
7546
 
7541
- /**
7542
- * 获取证书类型
7543
- * @returns {string} 证书类型
7547
+ /**
7548
+ * 获取证书类型
7549
+ * @returns {string} 证书类型
7544
7550
  */
7545
7551
 
7546
7552
 
@@ -7554,9 +7560,9 @@ var plugin_CA_ExtInterface = function () {
7554
7560
  }
7555
7561
  };
7556
7562
 
7557
- /**
7558
- * 获取签名摘要算法
7559
- * @returns {string} 签名摘要算法
7563
+ /**
7564
+ * 获取签名摘要算法
7565
+ * @returns {string} 签名摘要算法
7560
7566
  */
7561
7567
 
7562
7568
 
@@ -7570,11 +7576,11 @@ var plugin_CA_ExtInterface = function () {
7570
7576
  }
7571
7577
  };
7572
7578
 
7573
- /**
7574
- * 使能调用序列
7575
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7576
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7577
- * @returns {number} 使能结果
7579
+ /**
7580
+ * 使能调用序列
7581
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
+ * @returns {number} 使能结果
7578
7584
  */
7579
7585
 
7580
7586
 
@@ -7588,9 +7594,9 @@ var plugin_CA_ExtInterface = function () {
7588
7594
  }
7589
7595
  };
7590
7596
 
7591
- /**
7592
- * 清空调用序列结果
7593
- * @returns {number} 清空调用序列结果
7597
+ /**
7598
+ * 清空调用序列结果
7599
+ * @returns {number} 清空调用序列结果
7594
7600
  */
7595
7601
 
7596
7602
 
@@ -7604,9 +7610,9 @@ var plugin_CA_ExtInterface = function () {
7604
7610
  }
7605
7611
  };
7606
7612
 
7607
- /**
7608
- * 获取调用序列结果
7609
- * @returns {string} 调用序列结果
7613
+ /**
7614
+ * 获取调用序列结果
7615
+ * @returns {string} 调用序列结果
7610
7616
  */
7611
7617
 
7612
7618
 
@@ -7620,12 +7626,12 @@ var plugin_CA_ExtInterface = function () {
7620
7626
  }
7621
7627
  };
7622
7628
 
7623
- /**
7624
- * 客户端安全策略检查
7625
- * @param {string} strGatewayAddress - 网关地址
7626
- * @param {number} usGatewayPort - 网关端口
7627
- * @param {string} strSecurityPolicys - 安全策略
7628
- * @returns {boolean} 检查结果
7629
+ /**
7630
+ * 客户端安全策略检查
7631
+ * @param {string} strGatewayAddress - 网关地址
7632
+ * @param {number} usGatewayPort - 网关端口
7633
+ * @param {string} strSecurityPolicys - 安全策略
7634
+ * @returns {boolean} 检查结果
7629
7635
  */
7630
7636
 
7631
7637
 
@@ -7639,9 +7645,9 @@ var plugin_CA_ExtInterface = function () {
7639
7645
  }
7640
7646
  };
7641
7647
 
7642
- /**
7643
- * 获取通讯协议版本
7644
- * @returns {string} 通讯协议版本
7648
+ /**
7649
+ * 获取通讯协议版本
7650
+ * @returns {string} 通讯协议版本
7645
7651
  */
7646
7652
 
7647
7653
 
@@ -7655,13 +7661,13 @@ var plugin_CA_ExtInterface = function () {
7655
7661
  }
7656
7662
  };
7657
7663
 
7658
- /**
7659
- * 修改 Key 的 Pin 码
7660
- * @param {string} strCertSn - 证书序列号
7661
- * @param {number} lPinCodeType - Pin 码类型
7662
- * @param {string} strCurPinCode - 当前 Pin 码
7663
- * @param {string} strNewPinCode - 新 Pin 码
7664
- * @returns {number} 修改结果
7664
+ /**
7665
+ * 修改 Key 的 Pin 码
7666
+ * @param {string} strCertSn - 证书序列号
7667
+ * @param {number} lPinCodeType - Pin 码类型
7668
+ * @param {string} strCurPinCode - 当前 Pin 码
7669
+ * @param {string} strNewPinCode - 新 Pin 码
7670
+ * @returns {number} 修改结果
7665
7671
  */
7666
7672
 
7667
7673
 
@@ -7675,10 +7681,10 @@ var plugin_CA_ExtInterface = function () {
7675
7681
  }
7676
7682
  };
7677
7683
 
7678
- /**
7679
- * 等待策略设置完毕
7680
- * @param {string} strGatewayAddress - 网关地址
7681
- * @returns {number} 等待结果
7684
+ /**
7685
+ * 等待策略设置完毕
7686
+ * @param {string} strGatewayAddress - 网关地址
7687
+ * @returns {number} 等待结果
7682
7688
  */
7683
7689
 
7684
7690
 
@@ -7692,10 +7698,10 @@ var plugin_CA_ExtInterface = function () {
7692
7698
  }
7693
7699
  };
7694
7700
 
7695
- /**
7696
- * 获取会话 Token
7697
- * @param {string} strGatewayAddress - 网关地址
7698
- * @returns {string} 会话 Token
7701
+ /**
7702
+ * 获取会话 Token
7703
+ * @param {string} strGatewayAddress - 网关地址
7704
+ * @returns {string} 会话 Token
7699
7705
  */
7700
7706
 
7701
7707
 
@@ -7709,9 +7715,9 @@ var plugin_CA_ExtInterface = function () {
7709
7715
  }
7710
7716
  };
7711
7717
 
7712
- /**
7713
- * 获取控件版本
7714
- * @returns {string} 控件版本
7718
+ /**
7719
+ * 获取控件版本
7720
+ * @returns {string} 控件版本
7715
7721
  */
7716
7722
 
7717
7723
 
@@ -7725,10 +7731,10 @@ var plugin_CA_ExtInterface = function () {
7725
7731
  }
7726
7732
  };
7727
7733
 
7728
- /**
7729
- * 设置语言资源
7730
- * @param {string} strLanguage - 语言资源
7731
- * @returns {number} 设置结果
7734
+ /**
7735
+ * 设置语言资源
7736
+ * @param {string} strLanguage - 语言资源
7737
+ * @returns {number} 设置结果
7732
7738
  */
7733
7739
 
7734
7740
 
@@ -7742,12 +7748,12 @@ var plugin_CA_ExtInterface = function () {
7742
7748
  }
7743
7749
  };
7744
7750
 
7745
- /**
7746
- * 获取用户属性
7747
- * @param {string} strGatewayAddress - 网关地址
7748
- * @param {string} strAppFlag - 应用标识
7749
- * @param {string} strAttributeName - 属性名称
7750
- * @returns {string} 用户属性值
7751
+ /**
7752
+ * 获取用户属性
7753
+ * @param {string} strGatewayAddress - 网关地址
7754
+ * @param {string} strAppFlag - 应用标识
7755
+ * @param {string} strAttributeName - 属性名称
7756
+ * @returns {string} 用户属性值
7751
7757
  */
7752
7758
 
7753
7759
 
@@ -7761,9 +7767,9 @@ var plugin_CA_ExtInterface = function () {
7761
7767
  }
7762
7768
  };
7763
7769
 
7764
- /**
7765
- * 获取签名加密 PIN 码
7766
- * @returns {string} 签名加密 PIN 码
7770
+ /**
7771
+ * 获取签名加密 PIN 码
7772
+ * @returns {string} 签名加密 PIN 码
7767
7773
  */
7768
7774
 
7769
7775
 
@@ -7776,20 +7782,20 @@ var plugin_CA_ExtInterface = function () {
7776
7782
  return result.value;
7777
7783
  }
7778
7784
  };
7779
- /*
7780
- *曙光四川CA
7781
- *'SOF_GetUserList' 证书列表
7782
- *'SOF_ExportUserCert' 导出证书
7783
- *'SOF_GetCertInfo': 获取证书信息
7784
- *'SOF_GenRandom': 生成随机数
7785
- *'SOF_SignData': 获取证书签名
7786
- *'SOF_Login': 登录证书
7787
- *'SOF_GetPinRetryCount': 剩余次数
7785
+ /*
7786
+ *曙光四川CA
7787
+ *'SOF_GetUserList' 证书列表
7788
+ *'SOF_ExportUserCert' 导出证书
7789
+ *'SOF_GetCertInfo': 获取证书信息
7790
+ *'SOF_GenRandom': 生成随机数
7791
+ *'SOF_SignData': 获取证书签名
7792
+ *'SOF_Login': 登录证书
7793
+ *'SOF_GetPinRetryCount': 剩余次数
7788
7794
  */
7789
- /**
7790
- *
7791
- * 获取webSocket消息
7792
- * @returns {string}
7795
+ /**
7796
+ *
7797
+ * 获取webSocket消息
7798
+ * @returns {string}
7793
7799
  */
7794
7800
 
7795
7801
 
@@ -7825,10 +7831,10 @@ var plugin_CA_ExtInterface = function () {
7825
7831
  };
7826
7832
  });
7827
7833
  };
7828
- /**
7829
- *
7830
- * base64解码
7831
- * @returns {string} base64解码后的字符串
7834
+ /**
7835
+ *
7836
+ * base64解码
7837
+ * @returns {string} base64解码后的字符串
7832
7838
  */
7833
7839
 
7834
7840
 
@@ -7863,10 +7869,10 @@ var plugin_CA_ExtInterface = function () {
7863
7869
  val = this.utf8_decode(val);
7864
7870
  return val;
7865
7871
  };
7866
- /**
7867
- *
7868
- * base64编码
7869
- * @returns {string} base64编码后的字符串
7872
+ /**
7873
+ *
7874
+ * base64编码
7875
+ * @returns {string} base64编码后的字符串
7870
7876
  */
7871
7877
 
7872
7878
 
@@ -7899,10 +7905,10 @@ var plugin_CA_ExtInterface = function () {
7899
7905
  }
7900
7906
  return val;
7901
7907
  };
7902
- /**
7903
- *
7904
- * utf8解码
7905
- * @returns {string} utf8解码后的字符串
7908
+ /**
7909
+ *
7910
+ * utf8解码
7911
+ * @returns {string} utf8解码后的字符串
7906
7912
  */
7907
7913
 
7908
7914
 
@@ -7931,10 +7937,10 @@ var plugin_CA_ExtInterface = function () {
7931
7937
  }
7932
7938
  return string;
7933
7939
  };
7934
- /**
7935
- *
7936
- * utf8编码
7937
- * @returns {string} utf8编码后的字符串
7940
+ /**
7941
+ *
7942
+ * utf8编码
7943
+ * @returns {string} utf8编码后的字符串
7938
7944
  */
7939
7945
 
7940
7946
 
@@ -18243,8 +18249,8 @@ error_page_src_main.install = function (Vue) {
18243
18249
  };
18244
18250
 
18245
18251
  /* harmony default export */ var error_page = (error_page_src_main);
18246
- // 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=e69fd95a&
18247
- var mainvue_type_template_id_e69fd95a_render = function () {
18252
+ // 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=e13b4ef2&
18253
+ var mainvue_type_template_id_e13b4ef2_render = function () {
18248
18254
  var _vm = this
18249
18255
  var _h = _vm.$createElement
18250
18256
  var _c = _vm._self._c || _h
@@ -24526,11 +24532,11 @@ var mainvue_type_template_id_e69fd95a_render = function () {
24526
24532
  )
24527
24533
  : _vm._e()
24528
24534
  }
24529
- var mainvue_type_template_id_e69fd95a_staticRenderFns = []
24530
- mainvue_type_template_id_e69fd95a_render._withStripped = true
24535
+ var mainvue_type_template_id_e13b4ef2_staticRenderFns = []
24536
+ mainvue_type_template_id_e13b4ef2_render._withStripped = true
24531
24537
 
24532
24538
 
24533
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=e69fd95a&
24539
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=e13b4ef2&
24534
24540
 
24535
24541
  // CONCATENATED MODULE: ./src/utils/rules.js
24536
24542
  // 手机号
@@ -27102,6 +27108,10 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
27102
27108
  type: Boolean,
27103
27109
  default: true
27104
27110
  },
27111
+ modelFormat: {
27112
+ type: Boolean,
27113
+ default: true
27114
+ },
27105
27115
  showLabel: {
27106
27116
  type: Boolean,
27107
27117
  default: true
@@ -27667,6 +27677,7 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
27667
27677
  var param = this.paramId ? form_src_mainvue_type_script_lang_js_extends({}, this.param, { id: this.paramId }) : this.param;
27668
27678
  utils_util.ajax({
27669
27679
  method: this.modelMethod || this.method,
27680
+ format: this.modelFormat,
27670
27681
  url: this.model,
27671
27682
  data: param,
27672
27683
  params: param
@@ -28388,8 +28399,8 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
28388
28399
 
28389
28400
  var form_src_main_component = normalizeComponent(
28390
28401
  packages_form_src_mainvue_type_script_lang_js_,
28391
- mainvue_type_template_id_e69fd95a_render,
28392
- mainvue_type_template_id_e69fd95a_staticRenderFns,
28402
+ mainvue_type_template_id_e13b4ef2_render,
28403
+ mainvue_type_template_id_e13b4ef2_staticRenderFns,
28393
28404
  false,
28394
28405
  null,
28395
28406
  null,
@@ -36239,11 +36250,11 @@ var processFormvue_type_script_lang_js_components;
36239
36250
  });
36240
36251
  },
36241
36252
 
36242
- /**
36243
- * isMultiple
36244
- * @desc:是否多选
36245
- * @author liufan
36246
- * @date 2022年9月13日
36253
+ /**
36254
+ * isMultiple
36255
+ * @desc:是否多选
36256
+ * @author liufan
36257
+ * @date 2022年9月13日
36247
36258
  **/
36248
36259
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36249
36260
  var multiple = false;
@@ -50105,11 +50116,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50105
50116
  });
50106
50117
  },
50107
50118
 
50108
- /**
50109
- * saveInfo
50110
- * @desc:暂存
50111
- * @author liufan
50112
- * @date 2022年9月9日
50119
+ /**
50120
+ * saveInfo
50121
+ * @desc:暂存
50122
+ * @author liufan
50123
+ * @date 2022年9月9日
50113
50124
  **/
50114
50125
  saveInfo: function saveInfo(type, btn) {
50115
50126
  var _this13 = this;
@@ -50171,11 +50182,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50171
50182
  });
50172
50183
  },
50173
50184
 
50174
- /**
50175
- * rejectBtn
50176
- * @desc:点击驳回
50177
- * @author liufan
50178
- * @date 2022年5月25日
50185
+ /**
50186
+ * rejectBtn
50187
+ * @desc:点击驳回
50188
+ * @author liufan
50189
+ * @date 2022年5月25日
50179
50190
  **/
50180
50191
  rejectBtn: function rejectBtn() {
50181
50192
  var _this15 = this;
@@ -50193,11 +50204,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50193
50204
  }
50194
50205
  },
50195
50206
 
50196
- /**
50197
- * taskReadBtn
50198
- * @desc:点击分阅
50199
- * @author liufan
50200
- * @date 2022年5月25日
50207
+ /**
50208
+ * taskReadBtn
50209
+ * @desc:点击分阅
50210
+ * @author liufan
50211
+ * @date 2022年5月25日
50201
50212
  **/
50202
50213
  taskReadBtn: function taskReadBtn() {
50203
50214
  var _this16 = this;
@@ -50216,11 +50227,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50216
50227
  }
50217
50228
  },
50218
50229
 
50219
- /**
50220
- * getFind
50221
- * @desc:获取通知方式
50222
- * @author liufan
50223
- * @date 2022年5月25日
50230
+ /**
50231
+ * getFind
50232
+ * @desc:获取通知方式
50233
+ * @author liufan
50234
+ * @date 2022年5月25日
50224
50235
  **/
50225
50236
  getFind: function getFind() {
50226
50237
  var _this17 = this;
@@ -50286,12 +50297,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50286
50297
  });
50287
50298
  },
50288
50299
 
50289
- /**
50290
- * endFlows
50291
- * @desc:直接办结
50292
- * @author liufan
50293
- * @param {Object} res 直接办结数据
50294
- * @date 2022年5月25日
50300
+ /**
50301
+ * endFlows
50302
+ * @desc:直接办结
50303
+ * @author liufan
50304
+ * @param {Object} res 直接办结数据
50305
+ * @date 2022年5月25日
50295
50306
  **/
50296
50307
  endFlows: function endFlows(res) {
50297
50308
  var _this19 = this;
@@ -50346,12 +50357,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50346
50357
  }).catch(function (e) {});
50347
50358
  },
50348
50359
 
50349
- /**
50350
- * goView
50351
- * @desc:更多流程按钮操作
50352
- * @author liufan
50353
- * @param {Object} res 当前点击操作按钮数据
50354
- * @date 2022年5月25日
50360
+ /**
50361
+ * goView
50362
+ * @desc:更多流程按钮操作
50363
+ * @author liufan
50364
+ * @param {Object} res 当前点击操作按钮数据
50365
+ * @date 2022年5月25日
50355
50366
  **/
50356
50367
  goView: function goView(res) {
50357
50368
  // 驳回并办结:rejectAndEndHtml
@@ -50438,11 +50449,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50438
50449
  // isCanStartSubFlow
50439
50450
  },
50440
50451
 
50441
- /**
50442
- * toTakeAdvice
50443
- * @desc:征求意见
50444
- * @author liufan
50445
- * @date 2022年9月29日
50452
+ /**
50453
+ * toTakeAdvice
50454
+ * @desc:征求意见
50455
+ * @author liufan
50456
+ * @date 2022年9月29日
50446
50457
  **/
50447
50458
  toTakeAdvice: function toTakeAdvice(res) {
50448
50459
  var _this21 = this;
@@ -50486,11 +50497,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50486
50497
  });
50487
50498
  },
50488
50499
 
50489
- /**
50490
- * toStartDraf
50491
- * @desc: 稿件递送、联合审核、复核
50492
- * @author liufan
50493
- * @date 2022年9月29日
50500
+ /**
50501
+ * toStartDraf
50502
+ * @desc: 稿件递送、联合审核、复核
50503
+ * @author liufan
50504
+ * @date 2022年9月29日
50494
50505
  **/
50495
50506
  toStartDraf: function toStartDraf(res) {
50496
50507
  var _this23 = this;
@@ -50504,11 +50515,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50504
50515
  }
50505
50516
  },
50506
50517
 
50507
- /**
50508
- * toSendMsg
50509
- * @desc:核稿通知
50510
- * @author liufan
50511
- * @date 2022年9月29日
50518
+ /**
50519
+ * toSendMsg
50520
+ * @desc:核稿通知
50521
+ * @author liufan
50522
+ * @date 2022年9月29日
50512
50523
  **/
50513
50524
  toSendMsg: function toSendMsg(res) {
50514
50525
  var _this24 = this;
@@ -50522,11 +50533,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50522
50533
  }
50523
50534
  },
50524
50535
 
50525
- /**
50526
- * toTaskReadAndEnd
50527
- * @desc:分阅并办结
50528
- * @author liufan
50529
- * @date 2022年9月29日
50536
+ /**
50537
+ * toTaskReadAndEnd
50538
+ * @desc:分阅并办结
50539
+ * @author liufan
50540
+ * @date 2022年9月29日
50530
50541
  **/
50531
50542
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50532
50543
  var _this25 = this;
@@ -50544,11 +50555,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50544
50555
  }
50545
50556
  },
50546
50557
 
50547
- /**
50548
- * rejectAndEnd
50549
- * @desc:驳回并办结
50550
- * @author liufan
50551
- * @date 2022年9月29日
50558
+ /**
50559
+ * rejectAndEnd
50560
+ * @desc:驳回并办结
50561
+ * @author liufan
50562
+ * @date 2022年9月29日
50552
50563
  **/
50553
50564
  rejectAndEnd: function rejectAndEnd(res) {
50554
50565
  var _this26 = this;
@@ -50604,11 +50615,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50604
50615
  });
50605
50616
  },
50606
50617
 
50607
- /**
50608
- * toTransfer
50609
- * @desc:转办
50610
- * @author liufan
50611
- * @date 2022年9月29日
50618
+ /**
50619
+ * toTransfer
50620
+ * @desc:转办
50621
+ * @author liufan
50622
+ * @date 2022年9月29日
50612
50623
  **/
50613
50624
  toTransfer: function toTransfer(res) {
50614
50625
  var _this28 = this;
@@ -50627,11 +50638,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50627
50638
  this.nextNode.customLimitTime = val;
50628
50639
  },
50629
50640
 
50630
- /**
50631
- * getNodeInfo
50632
- * @desc:获取节点信息
50633
- * @author liufan
50634
- * @date 2022年5月25日
50641
+ /**
50642
+ * getNodeInfo
50643
+ * @desc:获取节点信息
50644
+ * @author liufan
50645
+ * @date 2022年5月25日
50635
50646
  **/
50636
50647
  getNodeInfo: function getNodeInfo() {
50637
50648
  var _this29 = this;
@@ -50742,12 +50753,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50742
50753
  });
50743
50754
  },
50744
50755
 
50745
- /**
50746
- * selecNext
50747
- * @desc:下步节点变化时更新数据
50748
- * @author liufan
50749
- * @param {String} val 当前选中值
50750
- * @date 2022年5月25日
50756
+ /**
50757
+ * selecNext
50758
+ * @desc:下步节点变化时更新数据
50759
+ * @author liufan
50760
+ * @param {String} val 当前选中值
50761
+ * @date 2022年5月25日
50751
50762
  **/
50752
50763
  selecNext: function selecNext(val, type, isDef) {
50753
50764
  var _this30 = this;
@@ -50887,11 +50898,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50887
50898
  }
50888
50899
  },
50889
50900
 
50890
- /**
50891
- * isMultiple
50892
- * @desc:是否多选
50893
- * @author liufan
50894
- * @date 2022年9月13日
50901
+ /**
50902
+ * isMultiple
50903
+ * @desc:是否多选
50904
+ * @author liufan
50905
+ * @date 2022年9月13日
50895
50906
  **/
50896
50907
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50897
50908
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50923,11 +50934,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50923
50934
  }
50924
50935
  },
50925
50936
 
50926
- /**
50927
- * getHedInfo
50928
- * @desc:获取审核页面数据
50929
- * @author liufan
50930
- * @date 2022年5月25日
50937
+ /**
50938
+ * getHedInfo
50939
+ * @desc:获取审核页面数据
50940
+ * @author liufan
50941
+ * @date 2022年5月25日
50931
50942
  **/
50932
50943
  getHedInfo: function getHedInfo() {
50933
50944
  var _this31 = this;
@@ -51243,13 +51254,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51243
51254
  });
51244
51255
  },
51245
51256
 
51246
- /**
51247
- * closeProcess
51248
- * @desc:关闭弹窗
51249
- * @author liufan
51250
- * @param {boolean} val 当前是否办理流程
51251
- * @param {String} type 当前点击的弹窗类型
51252
- * @date 2022年5月25日
51257
+ /**
51258
+ * closeProcess
51259
+ * @desc:关闭弹窗
51260
+ * @author liufan
51261
+ * @param {boolean} val 当前是否办理流程
51262
+ * @param {String} type 当前点击的弹窗类型
51263
+ * @date 2022年5月25日
51253
51264
  **/
51254
51265
  closeProcess: function closeProcess(val, type, closeParent) {
51255
51266
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51269,23 +51280,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51269
51280
  }
51270
51281
  },
51271
51282
 
51272
- /**
51273
- * selectChange
51274
- * @desc:常用语选择
51275
- * @author liufan
51276
- * @param {String} val 选中值
51277
- * @date 2022年5月25日
51283
+ /**
51284
+ * selectChange
51285
+ * @desc:常用语选择
51286
+ * @author liufan
51287
+ * @param {String} val 选中值
51288
+ * @date 2022年5月25日
51278
51289
  **/
51279
51290
  selectChange: function selectChange(val) {
51280
51291
  this.value = val;
51281
51292
  },
51282
51293
 
51283
- /**
51284
- * upDate
51285
- * @desc:修改常用语
51286
- * @author liufan
51287
- * @param {Object} val 修改值
51288
- * @date 2022年5月25日
51294
+ /**
51295
+ * upDate
51296
+ * @desc:修改常用语
51297
+ * @author liufan
51298
+ * @param {Object} val 修改值
51299
+ * @date 2022年5月25日
51289
51300
  **/
51290
51301
  upDate: function upDate(val) {
51291
51302
  this.FormData.id = val.id;
@@ -51293,11 +51304,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51293
51304
  },
51294
51305
 
51295
51306
 
51296
- /**
51297
- * getProcess
51298
- * @desc:获取选择流程
51299
- * @author liufan
51300
- * @date 2022年5月25日
51307
+ /**
51308
+ * getProcess
51309
+ * @desc:获取选择流程
51310
+ * @author liufan
51311
+ * @date 2022年5月25日
51301
51312
  **/
51302
51313
  getProcess: function getProcess(val) {
51303
51314
  var _this32 = this;
@@ -51357,11 +51368,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51357
51368
  });
51358
51369
  },
51359
51370
 
51360
- /**
51361
- * getPendedhistoryList
51362
- * @desc:获取流程列表
51363
- * @author liufan
51364
- * @date 2022年5月25日
51371
+ /**
51372
+ * getPendedhistoryList
51373
+ * @desc:获取流程列表
51374
+ * @author liufan
51375
+ * @date 2022年5月25日
51365
51376
  **/
51366
51377
  getPendedhistoryList: function getPendedhistoryList() {
51367
51378
  var _this33 = this;
@@ -51432,12 +51443,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51432
51443
  beforeSubProcess: function beforeSubProcess() {},
51433
51444
 
51434
51445
  // 提交流程
51435
- /**
51436
- * subProcess
51437
- * @desc:提交流程
51438
- * @author liufan
51439
- * @param {String} formName 当前form表单ref值
51440
- * @date 2022年5月25日
51446
+ /**
51447
+ * subProcess
51448
+ * @desc:提交流程
51449
+ * @author liufan
51450
+ * @param {String} formName 当前form表单ref值
51451
+ * @date 2022年5月25日
51441
51452
  **/
51442
51453
  subProcess: function subProcess(val, type) {
51443
51454
  var _this35 = this;
@@ -70437,10 +70448,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70437
70448
  this.$refs.user.handleSelect(res);
70438
70449
  },
70439
70450
 
70440
- /**
70441
- * @desc:匹配路由
70442
- * @author huangbo
70443
- * @date 2024年9月7日
70451
+ /**
70452
+ * @desc:匹配路由
70453
+ * @author huangbo
70454
+ * @date 2024年9月7日
70444
70455
  **/
70445
70456
  hasRouter: function hasRouter(res, url, code) {
70446
70457
  if (!url) {
@@ -70484,10 +70495,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70484
70495
  return false;
70485
70496
  },
70486
70497
 
70487
- /**
70488
- * @desc:获取初始数据
70489
- * @author huangbo
70490
- * @date 2024年9月7日
70498
+ /**
70499
+ * @desc:获取初始数据
70500
+ * @author huangbo
70501
+ * @date 2024年9月7日
70491
70502
  **/
70492
70503
  init: function init(results, first) {
70493
70504
  this.setConfig(results);
@@ -70496,10 +70507,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70496
70507
  }
70497
70508
  },
70498
70509
 
70499
- /**
70500
- * @desc:设置用户配置及信息
70501
- * @author huangbo
70502
- * @date 2024年9月7日
70510
+ /**
70511
+ * @desc:设置用户配置及信息
70512
+ * @author huangbo
70513
+ * @date 2024年9月7日
70503
70514
  **/
70504
70515
  setConfig: function setConfig(results) {
70505
70516
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70667,10 +70678,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70667
70678
  }
70668
70679
  },
70669
70680
 
70670
- /**
70671
- * @desc:获取所有应用
70672
- * @author huangbo
70673
- * @date 2024年9月7日
70681
+ /**
70682
+ * @desc:获取所有应用
70683
+ * @author huangbo
70684
+ * @date 2024年9月7日
70674
70685
  **/
70675
70686
  getApplications: function getApplications() {
70676
70687
  var _this2 = this;
@@ -70718,10 +70729,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70718
70729
  });
70719
70730
  },
70720
70731
 
70721
- /**
70722
- * @desc:获取菜单列表
70723
- * @author huangbo
70724
- * @date 2024年9月7日
70732
+ /**
70733
+ * @desc:获取菜单列表
70734
+ * @author huangbo
70735
+ * @date 2024年9月7日
70725
70736
  **/
70726
70737
  getMenus: function getMenus(loading) {
70727
70738
  var _this3 = this;
@@ -70754,10 +70765,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70754
70765
  });
70755
70766
  },
70756
70767
 
70757
- /**
70758
- * @desc:处理菜单列表
70759
- * @author huangbo
70760
- * @date 2024年9月7日
70768
+ /**
70769
+ * @desc:处理菜单列表
70770
+ * @author huangbo
70771
+ * @date 2024年9月7日
70761
70772
  **/
70762
70773
  renderMenus: function renderMenus(res) {
70763
70774
  this.menus = res;
@@ -70853,10 +70864,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70853
70864
  }
70854
70865
  },
70855
70866
 
70856
- /**
70857
- * @desc:设置页面加载类型
70858
- * @author huangbo
70859
- * @date 2024年9月7日
70867
+ /**
70868
+ * @desc:设置页面加载类型
70869
+ * @author huangbo
70870
+ * @date 2024年9月7日
70860
70871
  **/
70861
70872
  setIframeType: function setIframeType(res) {
70862
70873
  var url = res.url;
@@ -70912,10 +70923,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70912
70923
  return res;
70913
70924
  },
70914
70925
 
70915
- /**
70916
- * @desc:获取菜单
70917
- * @author huangbo
70918
- * @date 2024年9月7日
70926
+ /**
70927
+ * @desc:获取菜单
70928
+ * @author huangbo
70929
+ * @date 2024年9月7日
70919
70930
  **/
70920
70931
  getMenu: function getMenu(menus, res, key) {
70921
70932
  if (Array.isArray(menus)) {
@@ -70944,10 +70955,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70944
70955
  return false;
70945
70956
  },
70946
70957
 
70947
- /**
70948
- * @desc:获取菜单第一条数据
70949
- * @author huangbo
70950
- * @date 2024年9月7日
70958
+ /**
70959
+ * @desc:获取菜单第一条数据
70960
+ * @author huangbo
70961
+ * @date 2024年9月7日
70951
70962
  **/
70952
70963
  getFirst: function getFirst(obj) {
70953
70964
  if (!obj) {
@@ -70966,10 +70977,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70966
70977
  }
70967
70978
  },
70968
70979
 
70969
- /**
70970
- * @desc:遍历设置菜单气泡提醒
70971
- * @author huangbo
70972
- * @date 2024年9月7日
70980
+ /**
70981
+ * @desc:遍历设置菜单气泡提醒
70982
+ * @author huangbo
70983
+ * @date 2024年9月7日
70973
70984
  **/
70974
70985
  setTips: function setTips(obj) {
70975
70986
  var _this4 = this;
@@ -71040,10 +71051,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71040
71051
  }
71041
71052
  },
71042
71053
 
71043
- /**
71044
- * @desc:获取气泡提醒
71045
- * @author huangbo
71046
- * @date 2024年9月7日
71054
+ /**
71055
+ * @desc:获取气泡提醒
71056
+ * @author huangbo
71057
+ * @date 2024年9月7日
71047
71058
  **/
71048
71059
  getBadge: function getBadge(res) {
71049
71060
  var num = res.tips || 0;
@@ -71057,10 +71068,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71057
71068
  };
71058
71069
  },
71059
71070
 
71060
- /**
71061
- * @desc:开启weosocket
71062
- * @author huangbo
71063
- * @date 2024年9月7日
71071
+ /**
71072
+ * @desc:开启weosocket
71073
+ * @author huangbo
71074
+ * @date 2024年9月7日
71064
71075
  **/
71065
71076
  initWebSocket: function initWebSocket() {
71066
71077
  var _this6 = this;
@@ -71109,10 +71120,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71109
71120
  });
71110
71121
  },
71111
71122
 
71112
- /**
71113
- * @desc:显示用户信息
71114
- * @author huangbo
71115
- * @date 2024年9月7日
71123
+ /**
71124
+ * @desc:显示用户信息
71125
+ * @author huangbo
71126
+ * @date 2024年9月7日
71116
71127
  **/
71117
71128
  showUserInfo: function showUserInfo() {
71118
71129
  if (this.showUser === false) {
@@ -71120,19 +71131,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71120
71131
  }
71121
71132
  },
71122
71133
 
71123
- /**
71124
- * @desc:删除更多应用菜单点击
71125
- * @author huangbo
71126
- * @date 2024年9月7日
71134
+ /**
71135
+ * @desc:删除更多应用菜单点击
71136
+ * @author huangbo
71137
+ * @date 2024年9月7日
71127
71138
  **/
71128
71139
  handleDelete: function handleDelete(index) {
71129
71140
  this.newApps.splice(index, 1);
71130
71141
  },
71131
71142
 
71132
- /**
71133
- * @desc:储存更多应用菜单点击
71134
- * @author huangbo
71135
- * @date 2024年9月7日
71143
+ /**
71144
+ * @desc:储存更多应用菜单点击
71145
+ * @author huangbo
71146
+ * @date 2024年9月7日
71136
71147
  **/
71137
71148
  handlerClickApps: function handlerClickApps(res) {
71138
71149
  if (res.permission === false) {
@@ -71145,10 +71156,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71145
71156
  this.handlerClickApp(res);
71146
71157
  },
71147
71158
 
71148
- /**
71149
- * @desc:侧边应用菜单点击
71150
- * @author huangbo
71151
- * @date 2024年9月7日
71159
+ /**
71160
+ * @desc:侧边应用菜单点击
71161
+ * @author huangbo
71162
+ * @date 2024年9月7日
71152
71163
  **/
71153
71164
  handlerClickApp: function handlerClickApp(res) {
71154
71165
  this.showMsg = false;
@@ -71237,10 +71248,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71237
71248
  }
71238
71249
  },
71239
71250
 
71240
- /**
71241
- * @desc:显示Drawer界面
71242
- * @author huangbo
71243
- * @date 2024年9月7日
71251
+ /**
71252
+ * @desc:显示Drawer界面
71253
+ * @author huangbo
71254
+ * @date 2024年9月7日
71244
71255
  **/
71245
71256
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71246
71257
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71260,19 +71271,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71260
71271
  }
71261
71272
  },
71262
71273
 
71263
- /**
71264
- * @desc:关闭Drawer界面
71265
- * @author huangbo
71266
- * @date 2024年9月7日
71274
+ /**
71275
+ * @desc:关闭Drawer界面
71276
+ * @author huangbo
71277
+ * @date 2024年9月7日
71267
71278
  **/
71268
71279
  handleCloseDrawer: function handleCloseDrawer() {
71269
71280
  this.drawer = { visible: false };
71270
71281
  },
71271
71282
 
71272
- /**
71273
- * @desc:菜单点击
71274
- * @author huangbo
71275
- * @date 2024年9月7日
71283
+ /**
71284
+ * @desc:菜单点击
71285
+ * @author huangbo
71286
+ * @date 2024年9月7日
71276
71287
  **/
71277
71288
  handlerClickMenu: function handlerClickMenu(res) {
71278
71289
  utils_util.ajax({
@@ -71321,19 +71332,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71321
71332
  },
71322
71333
 
71323
71334
 
71324
- /**
71325
- * @desc:用户详情请求成功
71326
- * @author huangbo
71327
- * @date 2024年9月7日
71335
+ /**
71336
+ * @desc:用户详情请求成功
71337
+ * @author huangbo
71338
+ * @date 2024年9月7日
71328
71339
  **/
71329
71340
  handleSuccess: function handleSuccess(res) {
71330
71341
  this.simpleUserInfo = res.simpleUserInfo;
71331
71342
  },
71332
71343
 
71333
- /**
71334
- * @desc:修改用户配置
71335
- * @author huangbo
71336
- * @date 2024年9月7日
71344
+ /**
71345
+ * @desc:修改用户配置
71346
+ * @author huangbo
71347
+ * @date 2024年9月7日
71337
71348
  **/
71338
71349
  handleChangeConfig: function handleChangeConfig(name, res) {
71339
71350
  if (name == 'userHeadUrl') {
@@ -71349,10 +71360,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71349
71360
  }
71350
71361
  },
71351
71362
 
71352
- /**
71353
- * @desc:关闭webSocket
71354
- * @author huangbo
71355
- * @date 2024年9月7日
71363
+ /**
71364
+ * @desc:关闭webSocket
71365
+ * @author huangbo
71366
+ * @date 2024年9月7日
71356
71367
  **/
71357
71368
  handlerClose: function handlerClose() {
71358
71369
  if (this.webSocket) {
@@ -71360,10 +71371,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71360
71371
  }
71361
71372
  },
71362
71373
 
71363
- /**
71364
- * @desc:刷新选中iframe页签
71365
- * @author huangbo
71366
- * @date 2024年9月7日
71374
+ /**
71375
+ * @desc:刷新选中iframe页签
71376
+ * @author huangbo
71377
+ * @date 2024年9月7日
71367
71378
  **/
71368
71379
  handleRefresh: function handleRefresh(arg) {
71369
71380
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -71400,10 +71411,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71400
71411
  }
71401
71412
  },
71402
71413
 
71403
- /**
71404
- * @desc:删除iframe
71405
- * @author huangbo
71406
- * @date 2024年9月7日
71414
+ /**
71415
+ * @desc:删除iframe
71416
+ * @author huangbo
71417
+ * @date 2024年9月7日
71407
71418
  **/
71408
71419
  handleRemove: function handleRemove(name) {
71409
71420
  var len = this.tabs.length - 1;
@@ -71420,10 +71431,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71420
71431
  }
71421
71432
  },
71422
71433
 
71423
- /**
71424
- * @desc:tabs鼠标右键事件
71425
- * @author huangbo
71426
- * @date 2024年9月7日
71434
+ /**
71435
+ * @desc:tabs鼠标右键事件
71436
+ * @author huangbo
71437
+ * @date 2024年9月7日
71427
71438
  **/
71428
71439
  handleContextmenu: function handleContextmenu(tabs, e) {
71429
71440
  var disabled = {};
@@ -71448,10 +71459,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71448
71459
  window.addEventListener('click', this.closeTabsEvents);
71449
71460
  },
71450
71461
 
71451
- /**
71452
- * @desc:tabs页签事件
71453
- * @author huangbo
71454
- * @date 2024年9月7日
71462
+ /**
71463
+ * @desc:tabs页签事件
71464
+ * @author huangbo
71465
+ * @date 2024年9月7日
71455
71466
  **/
71456
71467
  handleTabsEvents: function handleTabsEvents(num) {
71457
71468
  if (this.pane !== null) {
@@ -71462,10 +71473,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71462
71473
  },
71463
71474
 
71464
71475
 
71465
- /**
71466
- * @desc:关闭页签事件面板
71467
- * @author huangbo
71468
- * @date 2024年9月7日
71476
+ /**
71477
+ * @desc:关闭页签事件面板
71478
+ * @author huangbo
71479
+ * @date 2024年9月7日
71469
71480
  **/
71470
71481
  closeTabsEvents: function closeTabsEvents(e) {
71471
71482
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71475,10 +71486,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71475
71486
  },
71476
71487
 
71477
71488
 
71478
- /**
71479
- * @desc:tabs页签点击事件
71480
- * @author huangbo
71481
- * @date 2024年9月7日
71489
+ /**
71490
+ * @desc:tabs页签点击事件
71491
+ * @author huangbo
71492
+ * @date 2024年9月7日
71482
71493
  **/
71483
71494
  handleTabClick: function handleTabClick() {
71484
71495
  this.active = '';
@@ -71486,10 +71497,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71486
71497
  this.showMenu = false;
71487
71498
  },
71488
71499
 
71489
- /**
71490
- * @desc:handler工具栏点击事件
71491
- * @author huangbo
71492
- * @date 2024年9月7日
71500
+ /**
71501
+ * @desc:handler工具栏点击事件
71502
+ * @author huangbo
71503
+ * @date 2024年9月7日
71493
71504
  **/
71494
71505
  handleClick: function handleClick(res) {
71495
71506
  var type = res.type,
@@ -71570,10 +71581,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71570
71581
  this.$emit('handler-click', res);
71571
71582
  },
71572
71583
 
71573
- /**
71574
- * @desc:退出登录
71575
- * @author huangbo
71576
- * @date 2024年9月7日
71584
+ /**
71585
+ * @desc:退出登录
71586
+ * @author huangbo
71587
+ * @date 2024年9月7日
71577
71588
  **/
71578
71589
  handleQuit: function handleQuit() {
71579
71590
  var _this7 = this;
@@ -71654,10 +71665,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71654
71665
  }).catch(function (e) {});
71655
71666
  },
71656
71667
 
71657
- /**
71658
- * @desc:主题、消息回调
71659
- * @author huangbo
71660
- * @date 2024年9月7日
71668
+ /**
71669
+ * @desc:主题、消息回调
71670
+ * @author huangbo
71671
+ * @date 2024年9月7日
71661
71672
  **/
71662
71673
  handleChange: function handleChange(res) {
71663
71674
  var type = res.type,
@@ -71673,10 +71684,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71673
71684
  }
71674
71685
  },
71675
71686
 
71676
- /**
71677
- * @desc:菜单布局样式切换
71678
- * @author huangbo
71679
- * @date 2024年9月7日
71687
+ /**
71688
+ * @desc:菜单布局样式切换
71689
+ * @author huangbo
71690
+ * @date 2024年9月7日
71680
71691
  **/
71681
71692
  handleLayout: function handleLayout(res, active) {
71682
71693
  if (active) {
@@ -71686,10 +71697,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71686
71697
  this.$emit('chang-layout', res, active);
71687
71698
  },
71688
71699
 
71689
- /**
71690
- * @desc:消息修改总数
71691
- * @author huangbo
71692
- * @date 2024年9月7日
71700
+ /**
71701
+ * @desc:消息修改总数
71702
+ * @author huangbo
71703
+ * @date 2024年9月7日
71693
71704
  **/
71694
71705
  handleMenuTips: function handleMenuTips(id, num) {
71695
71706
  if (num) {
@@ -71700,10 +71711,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71700
71711
  }
71701
71712
  },
71702
71713
 
71703
- /**
71704
- * @desc:处理即时消息
71705
- * @author huangbo
71706
- * @date 2024年9月7日
71714
+ /**
71715
+ * @desc:处理即时消息
71716
+ * @author huangbo
71717
+ * @date 2024年9月7日
71707
71718
  **/
71708
71719
  handleOpened: function handleOpened(res) {
71709
71720
  var _this8 = this;
@@ -75729,8 +75740,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75729
75740
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75730
75741
  },
75731
75742
 
75732
- /**
75733
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75743
+ /**
75744
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75734
75745
  */
75735
75746
  queryChildMenuData: function queryChildMenuData() {
75736
75747
  var _this2 = this;
@@ -75849,8 +75860,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75849
75860
  }))();
75850
75861
  },
75851
75862
 
75852
- /**
75853
- * getVoteMeetingNum: 查询会议数量
75863
+ /**
75864
+ * getVoteMeetingNum: 查询会议数量
75854
75865
  */
75855
75866
  getVoteMeetingNum: function getVoteMeetingNum() {
75856
75867
  var _this5 = this;
@@ -75875,8 +75886,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75875
75886
  });
75876
75887
  },
75877
75888
 
75878
- /**
75879
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75889
+ /**
75890
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75880
75891
  */
75881
75892
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75882
75893
  var _this6 = this;
@@ -75901,8 +75912,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75901
75912
  },
75902
75913
 
75903
75914
 
75904
- /**
75905
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75915
+ /**
75916
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75906
75917
  */
75907
75918
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75908
75919
  var _this7 = this;
@@ -75930,8 +75941,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75930
75941
  });
75931
75942
  },
75932
75943
 
75933
- /**
75934
- * getIndexCount: 查询待办任务数量
75944
+ /**
75945
+ * getIndexCount: 查询待办任务数量
75935
75946
  */
75936
75947
  getIndexCount: function getIndexCount() {
75937
75948
  var _this8 = this;
@@ -75962,10 +75973,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75962
75973
  this.$refs.user.handleSelect(res);
75963
75974
  },
75964
75975
 
75965
- /**
75966
- * @desc:匹配路由
75967
- * @author huangbo
75968
- * @date 2024年9月7日
75976
+ /**
75977
+ * @desc:匹配路由
75978
+ * @author huangbo
75979
+ * @date 2024年9月7日
75969
75980
  **/
75970
75981
  hasRouter: function hasRouter(res, url, code) {
75971
75982
  if (!url) {
@@ -76009,10 +76020,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76009
76020
  return false;
76010
76021
  },
76011
76022
 
76012
- /**
76013
- * @desc:获取初始数据
76014
- * @author huangbo
76015
- * @date 2024年9月7日
76023
+ /**
76024
+ * @desc:获取初始数据
76025
+ * @author huangbo
76026
+ * @date 2024年9月7日
76016
76027
  **/
76017
76028
  init: function init(results) {
76018
76029
  this.setConfig(results);
@@ -76023,10 +76034,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76023
76034
  // }
76024
76035
  },
76025
76036
 
76026
- /**
76027
- * @desc:设置用户配置及信息
76028
- * @author huangbo
76029
- * @date 2024年9月7日
76037
+ /**
76038
+ * @desc:设置用户配置及信息
76039
+ * @author huangbo
76040
+ * @date 2024年9月7日
76030
76041
  **/
76031
76042
  setConfig: function setConfig(results) {
76032
76043
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76190,8 +76201,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76190
76201
  }
76191
76202
  },
76192
76203
 
76193
- /**
76194
- * @desc:获取用户自定义菜单
76204
+ /**
76205
+ * @desc:获取用户自定义菜单
76195
76206
  **/
76196
76207
  getUseCommonMenu: function getUseCommonMenu() {
76197
76208
  var _this9 = this;
@@ -76221,10 +76232,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76221
76232
  });
76222
76233
  },
76223
76234
 
76224
- /**
76225
- * @desc:获取所有应用
76226
- * @author huangbo
76227
- * @date 2024年9月7日
76235
+ /**
76236
+ * @desc:获取所有应用
76237
+ * @author huangbo
76238
+ * @date 2024年9月7日
76228
76239
  **/
76229
76240
  getApplications: function getApplications() {
76230
76241
  var _this10 = this;
@@ -76272,10 +76283,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76272
76283
  });
76273
76284
  },
76274
76285
 
76275
- /**
76276
- * @desc:获取菜单列表
76277
- * @author huangbo
76278
- * @date 2024年9月7日
76286
+ /**
76287
+ * @desc:获取菜单列表
76288
+ * @author huangbo
76289
+ * @date 2024年9月7日
76279
76290
  **/
76280
76291
  getMenus: function getMenus(loading) {
76281
76292
  var _this11 = this;
@@ -76302,10 +76313,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76302
76313
  });
76303
76314
  },
76304
76315
 
76305
- /**
76306
- * @desc:处理菜单列表
76307
- * @author huangbo
76308
- * @date 2024年9月7日
76316
+ /**
76317
+ * @desc:处理菜单列表
76318
+ * @author huangbo
76319
+ * @date 2024年9月7日
76309
76320
  **/
76310
76321
  renderMenus: function renderMenus(res) {
76311
76322
  // // console.log(res, 'renderMenus');
@@ -76351,9 +76362,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76351
76362
  // console.log(this.currentPage, 'currentPage');
76352
76363
  },
76353
76364
 
76354
- /**
76355
- * 更新myRemind中各项的权限状态
76356
- * @param {Array} menus - 完整的菜单列表
76365
+ /**
76366
+ * 更新myRemind中各项的权限状态
76367
+ * @param {Array} menus - 完整的菜单列表
76357
76368
  */
76358
76369
  updateRemindPermission: function updateRemindPermission(menus) {
76359
76370
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76381,10 +76392,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76381
76392
  });
76382
76393
  },
76383
76394
 
76384
- /**
76385
- * @desc:设置页面加载类型
76386
- * @author huangbo
76387
- * @date 2024年9月7日
76395
+ /**
76396
+ * @desc:设置页面加载类型
76397
+ * @author huangbo
76398
+ * @date 2024年9月7日
76388
76399
  **/
76389
76400
  setIframeType: function setIframeType(res) {
76390
76401
  var url = res.url;
@@ -76441,10 +76452,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76441
76452
  return res;
76442
76453
  },
76443
76454
 
76444
- /**
76445
- * @desc:获取菜单
76446
- * @author huangbo
76447
- * @date 2024年9月7日
76455
+ /**
76456
+ * @desc:获取菜单
76457
+ * @author huangbo
76458
+ * @date 2024年9月7日
76448
76459
  **/
76449
76460
  getMenu: function getMenu(menus, res, key) {
76450
76461
  if (Array.isArray(menus)) {
@@ -76473,10 +76484,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76473
76484
  return false;
76474
76485
  },
76475
76486
 
76476
- /**
76477
- * @desc:获取菜单第一条数据
76478
- * @author huangbo
76479
- * @date 2024年9月7日
76487
+ /**
76488
+ * @desc:获取菜单第一条数据
76489
+ * @author huangbo
76490
+ * @date 2024年9月7日
76480
76491
  **/
76481
76492
  getFirst: function getFirst(obj) {
76482
76493
  if (!obj) {
@@ -76495,10 +76506,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76495
76506
  }
76496
76507
  },
76497
76508
 
76498
- /**
76499
- * @desc:遍历设置菜单气泡提醒
76500
- * @author huangbo
76501
- * @date 2024年9月7日
76509
+ /**
76510
+ * @desc:遍历设置菜单气泡提醒
76511
+ * @author huangbo
76512
+ * @date 2024年9月7日
76502
76513
  **/
76503
76514
  setTips: function setTips(obj) {
76504
76515
  var _this12 = this;
@@ -76563,10 +76574,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76563
76574
  }
76564
76575
  },
76565
76576
 
76566
- /**
76567
- * @desc:获取气泡提醒
76568
- * @author huangbo
76569
- * @date 2024年9月7日
76577
+ /**
76578
+ * @desc:获取气泡提醒
76579
+ * @author huangbo
76580
+ * @date 2024年9月7日
76570
76581
  **/
76571
76582
  getBadge: function getBadge(res) {
76572
76583
  var num = res.tips || 0;
@@ -76580,10 +76591,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76580
76591
  };
76581
76592
  },
76582
76593
 
76583
- /**
76584
- * @desc:开启weosocket
76585
- * @author huangbo
76586
- * @date 2024年9月7日
76594
+ /**
76595
+ * @desc:开启weosocket
76596
+ * @author huangbo
76597
+ * @date 2024年9月7日
76587
76598
  **/
76588
76599
  initWebSocket: function initWebSocket() {
76589
76600
  var _this14 = this;
@@ -76651,10 +76662,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76651
76662
  });
76652
76663
  },
76653
76664
 
76654
- /**
76655
- * @desc:显示用户信息
76656
- * @author huangbo
76657
- * @date 2024年9月7日
76665
+ /**
76666
+ * @desc:显示用户信息
76667
+ * @author huangbo
76668
+ * @date 2024年9月7日
76658
76669
  **/
76659
76670
  showUserInfo: function showUserInfo() {
76660
76671
  if (this.showUser === false) {
@@ -76662,19 +76673,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76662
76673
  }
76663
76674
  },
76664
76675
 
76665
- /**
76666
- * @desc:删除更多应用菜单点击
76667
- * @author huangbo
76668
- * @date 2024年9月7日
76676
+ /**
76677
+ * @desc:删除更多应用菜单点击
76678
+ * @author huangbo
76679
+ * @date 2024年9月7日
76669
76680
  **/
76670
76681
  handleDelete: function handleDelete(index) {
76671
76682
  this.newApps.splice(index, 1);
76672
76683
  },
76673
76684
 
76674
- /**
76675
- * @desc:显示Drawer界面
76676
- * @author huangbo
76677
- * @date 2024年9月7日
76685
+ /**
76686
+ * @desc:显示Drawer界面
76687
+ * @author huangbo
76688
+ * @date 2024年9月7日
76678
76689
  **/
76679
76690
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76680
76691
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76694,28 +76705,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76694
76705
  }
76695
76706
  },
76696
76707
 
76697
- /**
76698
- * @desc:关闭Drawer界面
76699
- * @author huangbo
76700
- * @date 2024年9月7日
76708
+ /**
76709
+ * @desc:关闭Drawer界面
76710
+ * @author huangbo
76711
+ * @date 2024年9月7日
76701
76712
  **/
76702
76713
  handleCloseDrawer: function handleCloseDrawer() {
76703
76714
  this.drawer = { visible: false };
76704
76715
  },
76705
76716
 
76706
- /**
76707
- * @desc:用户详情请求成功
76708
- * @author huangbo
76709
- * @date 2024年9月7日
76717
+ /**
76718
+ * @desc:用户详情请求成功
76719
+ * @author huangbo
76720
+ * @date 2024年9月7日
76710
76721
  **/
76711
76722
  handleSuccess: function handleSuccess(res) {
76712
76723
  this.simpleUserInfo = res.simpleUserInfo;
76713
76724
  },
76714
76725
 
76715
- /**
76716
- * @desc:修改用户配置
76717
- * @author huangbo
76718
- * @date 2024年9月7日
76726
+ /**
76727
+ * @desc:修改用户配置
76728
+ * @author huangbo
76729
+ * @date 2024年9月7日
76719
76730
  **/
76720
76731
  handleChangeConfig: function handleChangeConfig(name, res) {
76721
76732
  if (name == 'userHeadUrl') {
@@ -76731,10 +76742,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76731
76742
  }
76732
76743
  },
76733
76744
 
76734
- /**
76735
- * @desc:关闭webSocket
76736
- * @author huangbo
76737
- * @date 2024年9月7日
76745
+ /**
76746
+ * @desc:关闭webSocket
76747
+ * @author huangbo
76748
+ * @date 2024年9月7日
76738
76749
  **/
76739
76750
  handlerClose: function handlerClose() {
76740
76751
  if (this.webSocket) {
@@ -76745,10 +76756,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76745
76756
  this.handleRefresh(1);
76746
76757
  },
76747
76758
 
76748
- /**
76749
- * @desc:刷新选中iframe页签
76750
- * @author huangbo
76751
- * @date 2024年9月7日
76759
+ /**
76760
+ * @desc:刷新选中iframe页签
76761
+ * @author huangbo
76762
+ * @date 2024年9月7日
76752
76763
  **/
76753
76764
  handleRefresh: function handleRefresh(arg) {
76754
76765
  if (arg !== 1) {
@@ -76794,10 +76805,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76794
76805
  }
76795
76806
  },
76796
76807
 
76797
- /**
76798
- * @desc:删除iframe
76799
- * @author huangbo
76800
- * @date 2024年9月7日
76808
+ /**
76809
+ * @desc:删除iframe
76810
+ * @author huangbo
76811
+ * @date 2024年9月7日
76801
76812
  **/
76802
76813
  handleRemove: function handleRemove(name) {
76803
76814
  var len = this.tabs.length - 1;
@@ -76814,10 +76825,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76814
76825
  }
76815
76826
  },
76816
76827
 
76817
- /**
76818
- * @desc:tabs鼠标右键事件
76819
- * @author huangbo
76820
- * @date 2024年9月7日
76828
+ /**
76829
+ * @desc:tabs鼠标右键事件
76830
+ * @author huangbo
76831
+ * @date 2024年9月7日
76821
76832
  **/
76822
76833
  handleContextmenu: function handleContextmenu(tabs, e) {
76823
76834
  var disabled = {};
@@ -76842,10 +76853,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76842
76853
  window.addEventListener('click', this.closeTabsEvents);
76843
76854
  },
76844
76855
 
76845
- /**
76846
- * @desc:tabs页签事件
76847
- * @author huangbo
76848
- * @date 2024年9月7日
76856
+ /**
76857
+ * @desc:tabs页签事件
76858
+ * @author huangbo
76859
+ * @date 2024年9月7日
76849
76860
  **/
76850
76861
  handleTabsEvents: function handleTabsEvents(num) {
76851
76862
  if (this.pane !== null) {
@@ -76856,10 +76867,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76856
76867
  },
76857
76868
 
76858
76869
 
76859
- /**
76860
- * @desc:关闭页签事件面板
76861
- * @author huangbo
76862
- * @date 2024年9月7日
76870
+ /**
76871
+ * @desc:关闭页签事件面板
76872
+ * @author huangbo
76873
+ * @date 2024年9月7日
76863
76874
  **/
76864
76875
  closeTabsEvents: function closeTabsEvents(e) {
76865
76876
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76869,10 +76880,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76869
76880
  },
76870
76881
 
76871
76882
 
76872
- /**
76873
- * @desc:tabs页签点击事件
76874
- * @author huangbo
76875
- * @date 2024年9月7日
76883
+ /**
76884
+ * @desc:tabs页签点击事件
76885
+ * @author huangbo
76886
+ * @date 2024年9月7日
76876
76887
  **/
76877
76888
  handleTabClick: function handleTabClick() {
76878
76889
  this.active = '';
@@ -76880,10 +76891,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76880
76891
  this.showMenu = false;
76881
76892
  },
76882
76893
 
76883
- /**
76884
- * @desc:handler工具栏点击事件
76885
- * @author huangbo
76886
- * @date 2024年9月7日
76894
+ /**
76895
+ * @desc:handler工具栏点击事件
76896
+ * @author huangbo
76897
+ * @date 2024年9月7日
76887
76898
  **/
76888
76899
  handleClick: function handleClick(res) {
76889
76900
  var type = res.type,
@@ -76973,10 +76984,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76973
76984
  this.$emit('handler-click', res);
76974
76985
  },
76975
76986
 
76976
- /**
76977
- * @desc:退出登录
76978
- * @author huangbo
76979
- * @date 2024年9月7日
76987
+ /**
76988
+ * @desc:退出登录
76989
+ * @author huangbo
76990
+ * @date 2024年9月7日
76980
76991
  **/
76981
76992
  handleQuit: function handleQuit() {
76982
76993
  var _this15 = this;
@@ -77051,10 +77062,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77051
77062
  }).catch(function (e) {});
77052
77063
  },
77053
77064
 
77054
- /**
77055
- * @desc:主题、消息回调
77056
- * @author huangbo
77057
- * @date 2024年9月7日
77065
+ /**
77066
+ * @desc:主题、消息回调
77067
+ * @author huangbo
77068
+ * @date 2024年9月7日
77058
77069
  **/
77059
77070
  handleChange: function handleChange(res) {
77060
77071
  var type = res.type,
@@ -77070,10 +77081,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77070
77081
  }
77071
77082
  },
77072
77083
 
77073
- /**
77074
- * @desc:菜单布局样式切换
77075
- * @author huangbo
77076
- * @date 2024年9月7日
77084
+ /**
77085
+ * @desc:菜单布局样式切换
77086
+ * @author huangbo
77087
+ * @date 2024年9月7日
77077
77088
  **/
77078
77089
  handleLayout: function handleLayout(res, active) {
77079
77090
  if (active) {
@@ -77083,10 +77094,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77083
77094
  this.$emit('chang-layout', res, active);
77084
77095
  },
77085
77096
 
77086
- /**
77087
- * @desc:消息修改总数
77088
- * @author huangbo
77089
- * @date 2024年9月7日
77097
+ /**
77098
+ * @desc:消息修改总数
77099
+ * @author huangbo
77100
+ * @date 2024年9月7日
77090
77101
  **/
77091
77102
  handleMenuTips: function handleMenuTips(id, num) {
77092
77103
  if (num) {
@@ -77097,10 +77108,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77097
77108
  }
77098
77109
  },
77099
77110
 
77100
- /**
77101
- * @desc:处理即时消息
77102
- * @author huangbo
77103
- * @date 2024年9月7日
77111
+ /**
77112
+ * @desc:处理即时消息
77113
+ * @author huangbo
77114
+ * @date 2024年9月7日
77104
77115
  **/
77105
77116
  handleOpened: function handleOpened(res) {
77106
77117
  var _this16 = this;
@@ -77116,14 +77127,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77116
77127
  }
77117
77128
  },
77118
77129
 
77119
- /**
77120
- * @desc:菜单点击事件
77121
- * @author huangbo
77122
- * @date 2024年9月7日
77123
- * @param {*} res 菜单点击事件参数
77124
- * @param {*} method 菜单点击事件方法
77125
- * 1.顶部菜单点击跳转已经实现
77126
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77130
+ /**
77131
+ * @desc:菜单点击事件
77132
+ * @author huangbo
77133
+ * @date 2024年9月7日
77134
+ * @param {*} res 菜单点击事件参数
77135
+ * @param {*} method 菜单点击事件方法
77136
+ * 1.顶部菜单点击跳转已经实现
77137
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77127
77138
  **/
77128
77139
  handleSelect: function handleSelect(res) {
77129
77140
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84531,19 +84542,19 @@ var QRCode = __webpack_require__(28);
84531
84542
  //设置logo大小
84532
84543
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84533
84544
  //设置获取的logo将其变为圆角以及添加白色背景
84534
- /* ctx.fillStyle = "#fff";
84535
- ctx.beginPath();
84536
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84537
- let w = 46; //圆角宽
84538
- let x = logoPosition - 5;
84539
- let y = logoPosition - 5;
84540
- let r = 5; //圆角半径
84541
- ctx.moveTo(x + r, y);
84542
- ctx.arcTo(x + w, y, x + w, y + h, r);
84543
- ctx.arcTo(x + w, y + h, x, y + h, r);
84544
- ctx.arcTo(x, y + h, x, y, r);
84545
- ctx.arcTo(x, y, x + w, y, r);
84546
- ctx.closePath();
84545
+ /* ctx.fillStyle = "#fff";
84546
+ ctx.beginPath();
84547
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84548
+ let w = 46; //圆角宽
84549
+ let x = logoPosition - 5;
84550
+ let y = logoPosition - 5;
84551
+ let r = 5; //圆角半径
84552
+ ctx.moveTo(x + r, y);
84553
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84554
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84555
+ ctx.arcTo(x, y + h, x, y, r);
84556
+ ctx.arcTo(x, y, x + w, y, r);
84557
+ ctx.closePath();
84547
84558
  ctx.fill(); */
84548
84559
  logo.onload = function () {
84549
84560
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -85650,6 +85661,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85650
85661
  type: String,
85651
85662
  default: ','
85652
85663
  },
85664
+ format: { type: Boolean, default: true },
85653
85665
  plain: Boolean,
85654
85666
  where: Object,
85655
85667
  parseData: Function,
@@ -85890,6 +85902,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85890
85902
  url: sysCode ? this.findCode : this.url,
85891
85903
  method: this.method,
85892
85904
  params: params,
85905
+ format: this.format,
85893
85906
  data: params
85894
85907
  }).then(function (res) {
85895
85908
  _this4.loading = false;
@@ -102698,7 +102711,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102698
102711
  }
102699
102712
 
102700
102713
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102701
- version: '0.8.5',
102714
+ version: '0.8.7',
102702
102715
  install: install,
102703
102716
  Button: packages_button,
102704
102717
  ButtonGroup: button_group,