eoss-ui 0.7.23 → 0.7.24

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 (284) hide show
  1. package/lib/button-group.js +43 -3
  2. package/lib/button.js +43 -3
  3. package/lib/calogin.js +276 -236
  4. package/lib/checkbox-group.js +43 -3
  5. package/lib/data-table-form.js +43 -3
  6. package/lib/data-table.js +43 -3
  7. package/lib/date-picker.js +43 -3
  8. package/lib/dialog.js +43 -3
  9. package/lib/eoss-ui.common.js +831 -763
  10. package/lib/flow-group.js +65 -5
  11. package/lib/flow-list.js +124 -84
  12. package/lib/flow.js +323 -283
  13. package/lib/form.js +43 -3
  14. package/lib/handle-user.js +43 -3
  15. package/lib/handler.js +43 -3
  16. package/lib/icon.js +43 -3
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +43 -3
  19. package/lib/input.js +43 -3
  20. package/lib/login.js +59 -11
  21. package/lib/main.js +175 -135
  22. package/lib/nav.js +43 -3
  23. package/lib/page.js +43 -3
  24. package/lib/pagination.js +43 -3
  25. package/lib/player.js +43 -3
  26. package/lib/qr-code.js +56 -16
  27. package/lib/radio-group.js +43 -3
  28. package/lib/retrial-auth.js +43 -3
  29. package/lib/select-ganged.js +43 -3
  30. package/lib/select.js +43 -3
  31. package/lib/selector-panel.js +43 -3
  32. package/lib/selector.js +43 -3
  33. package/lib/sizer.js +43 -3
  34. package/lib/steps.js +43 -3
  35. package/lib/switch.js +43 -3
  36. package/lib/table-form.js +43 -3
  37. package/lib/tabs.js +43 -3
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/theme-chalk/login.css +1 -1
  40. package/lib/tips.js +43 -3
  41. package/lib/tree-group.js +43 -3
  42. package/lib/tree.js +43 -3
  43. package/lib/upload.js +43 -3
  44. package/lib/utils/util.js +43 -3
  45. package/lib/wujie.js +43 -3
  46. package/lib/wxlogin.js +43 -3
  47. package/package.json +160 -160
  48. package/packages/.DS_Store +0 -0
  49. package/packages/button/index.js +5 -5
  50. package/packages/button/src/main.vue +418 -418
  51. package/packages/button-group/index.js +5 -5
  52. package/packages/button-group/src/main.vue +346 -346
  53. package/packages/calendar/index.js +5 -5
  54. package/packages/calogin/.DS_Store +0 -0
  55. package/packages/calogin/index.js +5 -5
  56. package/packages/calogin/src/main.vue +412 -412
  57. package/packages/calogin/src/plugin.js +915 -915
  58. package/packages/card/index.js +5 -5
  59. package/packages/card/src/main.vue +156 -156
  60. package/packages/cascader/index.js +5 -5
  61. package/packages/cascader/src/main.vue +168 -168
  62. package/packages/checkbox-group/index.js +5 -5
  63. package/packages/checkbox-group/src/main.vue +333 -333
  64. package/packages/clients/index.js +5 -5
  65. package/packages/clients/src/main.vue +151 -151
  66. package/packages/data-table/index.js +5 -5
  67. package/packages/data-table/src/children.vue +39 -39
  68. package/packages/data-table/src/column.vue +988 -988
  69. package/packages/data-table/src/main.vue +1831 -1831
  70. package/packages/data-table/src/sizer.vue +195 -195
  71. package/packages/data-table-form/index.js +5 -5
  72. package/packages/data-table-form/src/checkbox.vue +101 -101
  73. package/packages/data-table-form/src/colgroup.vue +17 -17
  74. package/packages/data-table-form/src/main.vue +181 -181
  75. package/packages/data-table-form/src/radio.vue +65 -65
  76. package/packages/data-table-form/src/table.vue +233 -233
  77. package/packages/data-table-form/src/tbody.vue +336 -336
  78. package/packages/data-table-form/src/thead.vue +68 -68
  79. package/packages/date-picker/.DS_Store +0 -0
  80. package/packages/date-picker/index.js +5 -5
  81. package/packages/date-picker/src/.DS_Store +0 -0
  82. package/packages/date-picker/src/main.vue +236 -236
  83. package/packages/dialog/index.js +5 -5
  84. package/packages/enable-drag/index.js +5 -5
  85. package/packages/enterprise/index.js +5 -5
  86. package/packages/enterprise/src/main.vue +66 -66
  87. package/packages/error-page/index.js +5 -5
  88. package/packages/error-page/src/main.vue +44 -44
  89. package/packages/flow/.DS_Store +0 -0
  90. package/packages/flow/index.js +5 -5
  91. package/packages/flow/src/.DS_Store +0 -0
  92. package/packages/flow/src/component/Circulate.vue +413 -413
  93. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  94. package/packages/flow/src/component/CustomPreset.vue +322 -322
  95. package/packages/flow/src/component/FileList.vue +97 -97
  96. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  97. package/packages/flow/src/component/Preset.vue +255 -255
  98. package/packages/flow/src/component/SendMsg.vue +242 -242
  99. package/packages/flow/src/component/TimeLimit.vue +190 -190
  100. package/packages/flow/src/component/taskUnionExamine.vue +738 -738
  101. package/packages/flow/src/form.vue +121 -121
  102. package/packages/flow/src/freeStartFlow.vue +2847 -2847
  103. package/packages/flow/src/main.vue +3843 -3843
  104. package/packages/flow/src/processForm.vue +1370 -1370
  105. package/packages/flow/src/processReject.vue +308 -308
  106. package/packages/flow/src/reset.vue +941 -941
  107. package/packages/flow/src/startTaskRead.vue +691 -691
  108. package/packages/flow/src/supervise.vue +159 -159
  109. package/packages/flow/src/table.vue +58 -58
  110. package/packages/flow-group/index.js +5 -5
  111. package/packages/flow-group/src/main.vue +717 -696
  112. package/packages/flow-list/.DS_Store +0 -0
  113. package/packages/flow-list/index.js +5 -5
  114. package/packages/flow-list/src/main.vue +1770 -1770
  115. package/packages/form/.DS_Store +0 -0
  116. package/packages/form/index.js +5 -5
  117. package/packages/form/src/main.vue +3901 -3901
  118. package/packages/form/src/table.vue +1512 -1512
  119. package/packages/handle-user/index.js +5 -5
  120. package/packages/handle-user/src/main.vue +137 -137
  121. package/packages/handler/index.js +5 -5
  122. package/packages/handler/src/main.vue +496 -496
  123. package/packages/icon/index.js +5 -5
  124. package/packages/icon/src/main.vue +104 -104
  125. package/packages/icons/index.js +5 -5
  126. package/packages/icons/src/main.vue +81 -81
  127. package/packages/input/index.js +5 -5
  128. package/packages/input/src/main.vue +356 -356
  129. package/packages/input-number/index.js +5 -5
  130. package/packages/input-number/src/main.vue +106 -106
  131. package/packages/label/index.js +5 -5
  132. package/packages/label/src/main.vue +457 -457
  133. package/packages/layout/index.js +5 -5
  134. package/packages/layout/src/item.vue +152 -152
  135. package/packages/layout/src/main.vue +31 -31
  136. package/packages/login/.DS_Store +0 -0
  137. package/packages/login/index.js +5 -5
  138. package/packages/login/src/main.vue +2020 -2011
  139. package/packages/login/src/resetPassword.vue +557 -557
  140. package/packages/main/.DS_Store +0 -0
  141. package/packages/main/index.js +5 -5
  142. package/packages/main/src/.DS_Store +0 -0
  143. package/packages/main/src/default/message.vue +249 -249
  144. package/packages/main/src/default/notice.vue +157 -157
  145. package/packages/main/src/default/userinfo.vue +502 -502
  146. package/packages/main/src/public/online.vue +89 -89
  147. package/packages/main/src/public/search.vue +464 -464
  148. package/packages/main/src/public/settings.vue +221 -221
  149. package/packages/main/src/simplicity/apps.vue +388 -388
  150. package/packages/main/src/simplicity/avatar.vue +82 -82
  151. package/packages/main/src/simplicity/handler.vue +263 -263
  152. package/packages/main/src/simplicity/index.vue +2125 -2125
  153. package/packages/main/src/simplicity/lists.vue +84 -84
  154. package/packages/main/src/simplicity/menu-list.vue +135 -135
  155. package/packages/main/src/simplicity/message.vue +259 -259
  156. package/packages/main/src/simplicity/notice.vue +190 -190
  157. package/packages/main/src/simplicity/router-page.vue +45 -45
  158. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  159. package/packages/main/src/simplicity/user.vue +259 -259
  160. package/packages/main/src/simplicity/userinfo.vue +398 -398
  161. package/packages/menu/.DS_Store +0 -0
  162. package/packages/menu/index.js +5 -5
  163. package/packages/menu/src/main.vue +584 -584
  164. package/packages/nav/index.js +5 -5
  165. package/packages/nav/src/main.vue +351 -351
  166. package/packages/notify/index.js +5 -5
  167. package/packages/notify/src/main.vue +538 -538
  168. package/packages/page/index.js +5 -5
  169. package/packages/page/src/main.vue +167 -167
  170. package/packages/pagination/index.js +5 -5
  171. package/packages/pagination/src/main.vue +96 -96
  172. package/packages/player/index.js +5 -5
  173. package/packages/player/src/main.vue +194 -194
  174. package/packages/qr-code/index.js +5 -5
  175. package/packages/qr-code/src/main.vue +170 -170
  176. package/packages/radio-group/index.js +6 -6
  177. package/packages/radio-group/src/main.vue +319 -319
  178. package/packages/retrial-auth/index.js +5 -5
  179. package/packages/retrial-auth/src/main.vue +280 -280
  180. package/packages/select/.DS_Store +0 -0
  181. package/packages/select/index.js +5 -5
  182. package/packages/select/src/main.vue +782 -782
  183. package/packages/select-ganged/index.js +5 -5
  184. package/packages/select-ganged/src/main.vue +724 -724
  185. package/packages/selector/.DS_Store +0 -0
  186. package/packages/selector/index.js +5 -5
  187. package/packages/selector/src/main.vue +761 -761
  188. package/packages/selector-panel/.DS_Store +0 -0
  189. package/packages/selector-panel/index.js +5 -5
  190. package/packages/selector-panel/src/main.vue +1027 -1027
  191. package/packages/selector-panel/src/selection.vue +170 -170
  192. package/packages/selector-panel/src/tree.vue +129 -129
  193. package/packages/sizer/index.js +5 -5
  194. package/packages/sizer/src/main.vue +254 -254
  195. package/packages/steps/index.js +5 -5
  196. package/packages/steps/src/main.vue +181 -181
  197. package/packages/switch/index.js +5 -5
  198. package/packages/switch/src/main.vue +170 -170
  199. package/packages/table-form/index.js +5 -5
  200. package/packages/tabs/index.js +5 -5
  201. package/packages/tabs/src/main.vue +788 -788
  202. package/packages/tabs-panel/index.js +5 -5
  203. package/packages/tabs-panel/src/main.vue +29 -29
  204. package/packages/theme-chalk/lib/index.css +1 -1
  205. package/packages/theme-chalk/lib/login.css +1 -1
  206. package/packages/theme-chalk/src/.DS_Store +0 -0
  207. package/packages/theme-chalk/src/base.scss +261 -261
  208. package/packages/theme-chalk/src/button-group.scss +176 -176
  209. package/packages/theme-chalk/src/button.scss +24 -24
  210. package/packages/theme-chalk/src/calendar.scss +113 -113
  211. package/packages/theme-chalk/src/card.scss +99 -99
  212. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  213. package/packages/theme-chalk/src/clients.scss +87 -87
  214. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  215. package/packages/theme-chalk/src/data-table.scss +293 -293
  216. package/packages/theme-chalk/src/date-picker.scss +7 -7
  217. package/packages/theme-chalk/src/dialog.scss +77 -77
  218. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  219. package/packages/theme-chalk/src/enterprise.scss +5 -5
  220. package/packages/theme-chalk/src/error-page.scss +18 -18
  221. package/packages/theme-chalk/src/flow-group.scss +110 -110
  222. package/packages/theme-chalk/src/flow-list.scss +39 -39
  223. package/packages/theme-chalk/src/flow.scss +351 -351
  224. package/packages/theme-chalk/src/form.scss +501 -501
  225. package/packages/theme-chalk/src/handle-user.scss +40 -40
  226. package/packages/theme-chalk/src/handler.scss +148 -148
  227. package/packages/theme-chalk/src/icon.scss +1817 -1817
  228. package/packages/theme-chalk/src/icons.scss +99 -99
  229. package/packages/theme-chalk/src/input.scss +9 -9
  230. package/packages/theme-chalk/src/label.scss +24 -24
  231. package/packages/theme-chalk/src/layout.scss +46 -46
  232. package/packages/theme-chalk/src/login.scss +987 -984
  233. package/packages/theme-chalk/src/main.scss +663 -663
  234. package/packages/theme-chalk/src/menu.scss +222 -222
  235. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  236. package/packages/theme-chalk/src/nav.scss +111 -111
  237. package/packages/theme-chalk/src/page.scss +3 -3
  238. package/packages/theme-chalk/src/pagination.scss +29 -29
  239. package/packages/theme-chalk/src/player.scss +9 -9
  240. package/packages/theme-chalk/src/qr-code.scss +17 -17
  241. package/packages/theme-chalk/src/radio-group.scss +9 -9
  242. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  243. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  244. package/packages/theme-chalk/src/select.scss +8 -8
  245. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  246. package/packages/theme-chalk/src/selector.scss +92 -92
  247. package/packages/theme-chalk/src/simplicity.scss +1366 -1366
  248. package/packages/theme-chalk/src/sizer.scss +36 -36
  249. package/packages/theme-chalk/src/steps.scss +88 -88
  250. package/packages/theme-chalk/src/switch.scss +3 -3
  251. package/packages/theme-chalk/src/table-form.scss +1 -1
  252. package/packages/theme-chalk/src/tabs.scss +87 -87
  253. package/packages/theme-chalk/src/tips.scss +7 -7
  254. package/packages/theme-chalk/src/toolbar.scss +179 -179
  255. package/packages/theme-chalk/src/tree-group.scss +72 -72
  256. package/packages/theme-chalk/src/tree.scss +165 -165
  257. package/packages/theme-chalk/src/upload.scss +172 -172
  258. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  259. package/packages/tips/index.js +5 -5
  260. package/packages/tips/src/main.vue +141 -141
  261. package/packages/toolbar/index.js +5 -5
  262. package/packages/toolbar/src/main.vue +430 -430
  263. package/packages/tree/index.js +5 -5
  264. package/packages/tree-group/index.js +5 -5
  265. package/packages/upload/.DS_Store +0 -0
  266. package/packages/upload/index.js +5 -5
  267. package/packages/upload/src/main.vue +1343 -1343
  268. package/packages/upload/src/picture.js +15 -15
  269. package/packages/wujie/index.js +5 -5
  270. package/packages/wujie/src/main.vue +145 -145
  271. package/packages/wxlogin/index.js +5 -5
  272. package/packages/wxlogin/src/main.vue +128 -128
  273. package/src/.DS_Store +0 -0
  274. package/src/config/api.js +315 -315
  275. package/src/config/image.js +2 -2
  276. package/src/index.js +163 -163
  277. package/src/utils/.DS_Store +0 -0
  278. package/src/utils/bus.js +3 -3
  279. package/src/utils/date-util.js +312 -312
  280. package/src/utils/http.js +50 -50
  281. package/src/utils/rules.js +18 -18
  282. package/src/utils/store.js +21 -21
  283. package/src/utils/util.js +44 -5
  284. package/src/utils/webSocket.js +107 -107
@@ -3450,6 +3450,9 @@ var getStorage = function getStorage(key) {
3450
3450
  if (key === 'host' && !res) {
3451
3451
  return win.location.origin;
3452
3452
  }
3453
+ if (!res && key === 'token') {
3454
+ res = getCookie('token');
3455
+ }
3453
3456
  return res;
3454
3457
  }
3455
3458
  var defaults = {};
@@ -3503,11 +3506,48 @@ var removeStorage = function removeStorage(key) {
3503
3506
  * @desc 设置cookie
3504
3507
  * @author huangbo
3505
3508
  * @param {string} [name] cookie名称
3506
- * @return {string} [value] cookie值
3509
+ * @param {string} [value] cookie值
3510
+ * @param {boolean} [isSession] 是否是会话cookie
3507
3511
  **/
3508
3512
  var setCookie = function setCookie(name, value) {
3509
- // 不设置 expires max-age,默认为会话 Cookie
3510
- document.cookie = encodeURIComponent(name) + '=' + encodeURIComponent(value) + '; path=/';
3513
+ var isSession = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
3514
+ var time = arguments[3];
3515
+
3516
+ var isIE = /MSIE|Trident/.test(navigator.userAgent);
3517
+ try {
3518
+ var cookieParts = [encodeURIComponent(name) + '=' + encodeURIComponent(value), 'path=/' // 仅保留path设置,确保全站访问
3519
+ ];
3520
+ // 会话/持久Cookie设置
3521
+ if (!isSession) {
3522
+ if (isIE) {
3523
+ // IE使用expires
3524
+ var date = new Date();
3525
+ date.setTime(date.getTime() + (time || 7 * 24 * 60 * 60 * 1000));
3526
+ cookieParts.push('expires=' + date.toUTCString());
3527
+ } else {
3528
+ // 其他浏览器使用max-age
3529
+ cookieParts.push('max-age=' + (time || 7 * 24 * 60 * 60));
3530
+ }
3531
+ }
3532
+ // 内核兼容处理
3533
+ if (isIE) {
3534
+ // IE特殊处理:添加P3P协议头
3535
+ cookieParts.push('P3P=CP="CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR"');
3536
+ } else {
3537
+ // 现代浏览器设置
3538
+ cookieParts.push('samesite=lax');
3539
+ if (window.location.protocol === 'https:') {
3540
+ cookieParts.push('secure');
3541
+ }
3542
+ }
3543
+
3544
+ // 设置Cookie
3545
+ document.cookie = cookieParts.join('; ');
3546
+ return true;
3547
+ } catch (e) {
3548
+ console.error('Cookie设置失败:', e);
3549
+ return false;
3550
+ }
3511
3551
  };
3512
3552
 
3513
3553
  /**
@@ -6210,8 +6250,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6210
6250
 
6211
6251
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6212
6252
 
6213
- /**
6214
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6253
+ /**
6254
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6215
6255
  */
6216
6256
  var CA_ExtInterface = function () {
6217
6257
  function CA_ExtInterface() {
@@ -6224,11 +6264,11 @@ var CA_ExtInterface = function () {
6224
6264
  this.init();
6225
6265
  }
6226
6266
 
6227
- /**
6228
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6229
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6230
- * @param {Object} target - 目标对象
6231
- * @param {Object} options - 新的选项对象
6267
+ /**
6268
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6269
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6270
+ * @param {Object} target - 目标对象
6271
+ * @param {Object} options - 新的选项对象
6232
6272
  */
6233
6273
 
6234
6274
 
@@ -6243,8 +6283,8 @@ var CA_ExtInterface = function () {
6243
6283
  }
6244
6284
  };
6245
6285
 
6246
- /**
6247
- * 检查当前会话的 WebSocket URL
6286
+ /**
6287
+ * 检查当前会话的 WebSocket URL
6248
6288
  */
6249
6289
 
6250
6290
 
@@ -6258,8 +6298,8 @@ var CA_ExtInterface = function () {
6258
6298
  }
6259
6299
  };
6260
6300
 
6261
- /**
6262
- * 检查是否使用 ActiveX
6301
+ /**
6302
+ * 检查是否使用 ActiveX
6263
6303
  */
6264
6304
 
6265
6305
 
@@ -6271,11 +6311,11 @@ var CA_ExtInterface = function () {
6271
6311
  }
6272
6312
  };
6273
6313
 
6274
- /**
6275
- * 扩展发送消息并等待响应
6276
- * @param {string} operatorCmd - 操作命令
6277
- * @param {string} sendMsg - 发送的消息
6278
- * @returns {string} 响应消息
6314
+ /**
6315
+ * 扩展发送消息并等待响应
6316
+ * @param {string} operatorCmd - 操作命令
6317
+ * @param {string} sendMsg - 发送的消息
6318
+ * @returns {string} 响应消息
6279
6319
  */
6280
6320
 
6281
6321
 
@@ -6285,11 +6325,11 @@ var CA_ExtInterface = function () {
6285
6325
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6286
6326
  };
6287
6327
 
6288
- /**
6289
- * 发送消息并等待响应
6290
- * @param {string} wsurl - WebSocket URL
6291
- * @param {string} sendMsg - 发送的消息
6292
- * @returns {string} 响应消息
6328
+ /**
6329
+ * 发送消息并等待响应
6330
+ * @param {string} wsurl - WebSocket URL
6331
+ * @param {string} sendMsg - 发送的消息
6332
+ * @returns {string} 响应消息
6293
6333
  */
6294
6334
 
6295
6335
 
@@ -6313,9 +6353,9 @@ var CA_ExtInterface = function () {
6313
6353
  return ResultMsg;
6314
6354
  };
6315
6355
 
6316
- /**
6317
- * 配置选项
6318
- * @param {Object} extendOption - 扩展选项
6356
+ /**
6357
+ * 配置选项
6358
+ * @param {Object} extendOption - 扩展选项
6319
6359
  */
6320
6360
 
6321
6361
 
@@ -6325,8 +6365,8 @@ var CA_ExtInterface = function () {
6325
6365
  }
6326
6366
  };
6327
6367
 
6328
- /**
6329
- * 初始化
6368
+ /**
6369
+ * 初始化
6330
6370
  */
6331
6371
 
6332
6372
 
@@ -6334,9 +6374,9 @@ var CA_ExtInterface = function () {
6334
6374
  this.isUseActioveX();
6335
6375
  };
6336
6376
 
6337
- /**
6338
- * 返回客户端的版本
6339
- * @returns {string} 客户端版本
6377
+ /**
6378
+ * 返回客户端的版本
6379
+ * @returns {string} 客户端版本
6340
6380
  */
6341
6381
 
6342
6382
 
@@ -6349,13 +6389,13 @@ var CA_ExtInterface = function () {
6349
6389
  }
6350
6390
  };
6351
6391
 
6352
- /**
6353
- * 下载客户端程序并安装
6354
- * @param {string} bstrURL - 下载地址
6355
- * @param {string} bstrHashValue - 哈希值
6356
- * @param {boolean} bSync - 是否同步安装
6357
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6358
- * @returns {number} 安装结果
6392
+ /**
6393
+ * 下载客户端程序并安装
6394
+ * @param {string} bstrURL - 下载地址
6395
+ * @param {string} bstrHashValue - 哈希值
6396
+ * @param {boolean} bSync - 是否同步安装
6397
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6398
+ * @returns {number} 安装结果
6359
6399
  */
6360
6400
 
6361
6401
 
@@ -6369,11 +6409,11 @@ var CA_ExtInterface = function () {
6369
6409
  }
6370
6410
  };
6371
6411
 
6372
- /**
6373
- * 获取硬件指纹信息
6374
- * @param {number} dwSign - 签名
6375
- * @param {string} strGateWayIP - 网关 IP
6376
- * @returns {string} 硬件指纹信息
6412
+ /**
6413
+ * 获取硬件指纹信息
6414
+ * @param {number} dwSign - 签名
6415
+ * @param {string} strGateWayIP - 网关 IP
6416
+ * @returns {string} 硬件指纹信息
6377
6417
  */
6378
6418
 
6379
6419
 
@@ -6387,12 +6427,12 @@ var CA_ExtInterface = function () {
6387
6427
  }
6388
6428
  };
6389
6429
 
6390
- /**
6391
- * 设置转发策略和代填策略
6392
- * @param {string} strProxyPolicy - 转发策略
6393
- * @param {string} strSSOPolicy - 代填策略
6394
- * @param {string} strGatewayAddress - 网关地址
6395
- * @returns {number} 设置结果
6430
+ /**
6431
+ * 设置转发策略和代填策略
6432
+ * @param {string} strProxyPolicy - 转发策略
6433
+ * @param {string} strSSOPolicy - 代填策略
6434
+ * @param {string} strGatewayAddress - 网关地址
6435
+ * @returns {number} 设置结果
6396
6436
  */
6397
6437
 
6398
6438
 
@@ -6406,11 +6446,11 @@ var CA_ExtInterface = function () {
6406
6446
  }
6407
6447
  };
6408
6448
 
6409
- /**
6410
- * 启动认证信息模块
6411
- * @param {string} strFileName - 文件名
6412
- * @param {string} strXmlData - XML 数据
6413
- * @returns {string} 认证信息
6449
+ /**
6450
+ * 启动认证信息模块
6451
+ * @param {string} strFileName - 文件名
6452
+ * @param {string} strXmlData - XML 数据
6453
+ * @returns {string} 认证信息
6414
6454
  */
6415
6455
 
6416
6456
 
@@ -6424,10 +6464,10 @@ var CA_ExtInterface = function () {
6424
6464
  }
6425
6465
  };
6426
6466
 
6427
- /**
6428
- * 打开 BS 应用
6429
- * @param {string} strUrl - 应用 URL
6430
- * @returns {number} 打开结果
6467
+ /**
6468
+ * 打开 BS 应用
6469
+ * @param {string} strUrl - 应用 URL
6470
+ * @returns {number} 打开结果
6431
6471
  */
6432
6472
 
6433
6473
 
@@ -6441,12 +6481,12 @@ var CA_ExtInterface = function () {
6441
6481
  }
6442
6482
  };
6443
6483
 
6444
- /**
6445
- * 打开 CS 应用
6446
- * @param {string} strGatewayAddress - 网关地址
6447
- * @param {string} strAppFlag - 应用标识
6448
- * @param {string} strAppPath - 应用路径
6449
- * @returns {number} 打开结果
6484
+ /**
6485
+ * 打开 CS 应用
6486
+ * @param {string} strGatewayAddress - 网关地址
6487
+ * @param {string} strAppFlag - 应用标识
6488
+ * @param {string} strAppPath - 应用路径
6489
+ * @returns {number} 打开结果
6450
6490
  */
6451
6491
 
6452
6492
 
@@ -6460,13 +6500,13 @@ var CA_ExtInterface = function () {
6460
6500
  }
6461
6501
  };
6462
6502
 
6463
- /**
6464
- * 设置自动更新策略
6465
- * @param {string} strGatewayAddress - 网关地址
6466
- * @param {number} nGatewayPort - 网关端口
6467
- * @param {string} strUserToken - 用户令牌
6468
- * @param {number} updatedelay - 更新延迟
6469
- * @returns {number} 设置结果
6503
+ /**
6504
+ * 设置自动更新策略
6505
+ * @param {string} strGatewayAddress - 网关地址
6506
+ * @param {number} nGatewayPort - 网关端口
6507
+ * @param {string} strUserToken - 用户令牌
6508
+ * @param {number} updatedelay - 更新延迟
6509
+ * @returns {number} 设置结果
6470
6510
  */
6471
6511
 
6472
6512
 
@@ -6480,10 +6520,10 @@ var CA_ExtInterface = function () {
6480
6520
  }
6481
6521
  };
6482
6522
 
6483
- /**
6484
- * 获取客户端 IP
6485
- * @param {string} strGatewayIP - 网关 IP
6486
- * @returns {string} 客户端 IP
6523
+ /**
6524
+ * 获取客户端 IP
6525
+ * @param {string} strGatewayIP - 网关 IP
6526
+ * @returns {string} 客户端 IP
6487
6527
  */
6488
6528
 
6489
6529
 
@@ -6497,10 +6537,10 @@ var CA_ExtInterface = function () {
6497
6537
  }
6498
6538
  };
6499
6539
 
6500
- /**
6501
- * 登出网关
6502
- * @param {string} strServerIP - 服务器 IP
6503
- * @returns {number} 登出结果
6540
+ /**
6541
+ * 登出网关
6542
+ * @param {string} strServerIP - 服务器 IP
6543
+ * @returns {number} 登出结果
6504
6544
  */
6505
6545
 
6506
6546
 
@@ -6514,11 +6554,11 @@ var CA_ExtInterface = function () {
6514
6554
  }
6515
6555
  };
6516
6556
 
6517
- /**
6518
- * 运行安装包
6519
- * @param {number} lRunType - 运行类型
6520
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6521
- * @returns {number} 运行结果
6557
+ /**
6558
+ * 运行安装包
6559
+ * @param {number} lRunType - 运行类型
6560
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6561
+ * @returns {number} 运行结果
6522
6562
  */
6523
6563
 
6524
6564
 
@@ -6532,9 +6572,9 @@ var CA_ExtInterface = function () {
6532
6572
  }
6533
6573
  };
6534
6574
 
6535
- /**
6536
- * 获取下载进度
6537
- * @returns {number} 下载进度
6575
+ /**
6576
+ * 获取下载进度
6577
+ * @returns {number} 下载进度
6538
6578
  */
6539
6579
 
6540
6580
 
@@ -6548,9 +6588,9 @@ var CA_ExtInterface = function () {
6548
6588
  }
6549
6589
  };
6550
6590
 
6551
- /**
6552
- * 是否安装完成
6553
- * @returns {boolean} 安装完成状态
6591
+ /**
6592
+ * 是否安装完成
6593
+ * @returns {boolean} 安装完成状态
6554
6594
  */
6555
6595
 
6556
6596
 
@@ -6564,11 +6604,11 @@ var CA_ExtInterface = function () {
6564
6604
  }
6565
6605
  };
6566
6606
 
6567
- /**
6568
- * 初始化签包对象
6569
- * @param {string} strAlgType - 算法类型
6570
- * @param {string} strAuxParam - 辅助参数
6571
- * @returns {number} 初始化结果
6607
+ /**
6608
+ * 初始化签包对象
6609
+ * @param {string} strAlgType - 算法类型
6610
+ * @param {string} strAuxParam - 辅助参数
6611
+ * @returns {number} 初始化结果
6572
6612
  */
6573
6613
 
6574
6614
 
@@ -6582,10 +6622,10 @@ var CA_ExtInterface = function () {
6582
6622
  }
6583
6623
  };
6584
6624
 
6585
- /**
6586
- * 设置摘要算法
6587
- * @param {string} strDigestAlg - 摘要算法
6588
- * @returns {number} 设置结果
6625
+ /**
6626
+ * 设置摘要算法
6627
+ * @param {string} strDigestAlg - 摘要算法
6628
+ * @returns {number} 设置结果
6589
6629
  */
6590
6630
 
6591
6631
 
@@ -6599,10 +6639,10 @@ var CA_ExtInterface = function () {
6599
6639
  }
6600
6640
  };
6601
6641
 
6602
- /**
6603
- * 设置单证书是否弹出对话框
6604
- * @param {number} isChoose - 是否弹出对话框
6605
- * @returns {number} 设置结果
6642
+ /**
6643
+ * 设置单证书是否弹出对话框
6644
+ * @param {number} isChoose - 是否弹出对话框
6645
+ * @returns {number} 设置结果
6606
6646
  */
6607
6647
 
6608
6648
 
@@ -6616,11 +6656,11 @@ var CA_ExtInterface = function () {
6616
6656
  }
6617
6657
  };
6618
6658
 
6619
- /**
6620
- * 添加证书过滤条件
6621
- * @param {number} ulType - 过滤类型
6622
- * @param {string} strValue - 过滤值
6623
- * @returns {number} 添加结果
6659
+ /**
6660
+ * 添加证书过滤条件
6661
+ * @param {number} ulType - 过滤类型
6662
+ * @param {string} strValue - 过滤值
6663
+ * @returns {number} 添加结果
6624
6664
  */
6625
6665
 
6626
6666
 
@@ -6634,9 +6674,9 @@ var CA_ExtInterface = function () {
6634
6674
  }
6635
6675
  };
6636
6676
 
6637
- /**
6638
- * 清除所有过滤条件
6639
- * @returns {number} 清除结果
6677
+ /**
6678
+ * 清除所有过滤条件
6679
+ * @returns {number} 清除结果
6640
6680
  */
6641
6681
 
6642
6682
 
@@ -6650,10 +6690,10 @@ var CA_ExtInterface = function () {
6650
6690
  }
6651
6691
  };
6652
6692
 
6653
- /**
6654
- * P1 签名
6655
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6656
- * @returns {string} 签名结果
6693
+ /**
6694
+ * P1 签名
6695
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6696
+ * @returns {string} 签名结果
6657
6697
  */
6658
6698
 
6659
6699
 
@@ -6667,10 +6707,10 @@ var CA_ExtInterface = function () {
6667
6707
  }
6668
6708
  };
6669
6709
 
6670
- /**
6671
- * P1 签名字符串
6672
- * @param {string} strValue - 待签名的字符串
6673
- * @returns {string} 签名结果
6710
+ /**
6711
+ * P1 签名字符串
6712
+ * @param {string} strValue - 待签名的字符串
6713
+ * @returns {string} 签名结果
6674
6714
  */
6675
6715
 
6676
6716
 
@@ -6684,12 +6724,12 @@ var CA_ExtInterface = function () {
6684
6724
  }
6685
6725
  };
6686
6726
 
6687
- /**
6688
- * P7 签名
6689
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6690
- * @param {boolean} isDetach - 是否分离签名
6691
- * @param {boolean} isIncludeCert - 是否包含证书
6692
- * @returns {string} 签名结果
6727
+ /**
6728
+ * P7 签名
6729
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6730
+ * @param {boolean} isDetach - 是否分离签名
6731
+ * @param {boolean} isIncludeCert - 是否包含证书
6732
+ * @returns {string} 签名结果
6693
6733
  */
6694
6734
 
6695
6735
 
@@ -6703,12 +6743,12 @@ var CA_ExtInterface = function () {
6703
6743
  }
6704
6744
  };
6705
6745
 
6706
- /**
6707
- * P7 签名字符串
6708
- * @param {string} strValue - 待签名的字符串
6709
- * @param {boolean} isDetach - 是否分离签名
6710
- * @param {boolean} isIncludeCert - 是否包含证书
6711
- * @returns {string} 签名结果
6746
+ /**
6747
+ * P7 签名字符串
6748
+ * @param {string} strValue - 待签名的字符串
6749
+ * @param {boolean} isDetach - 是否分离签名
6750
+ * @param {boolean} isIncludeCert - 是否包含证书
6751
+ * @returns {string} 签名结果
6712
6752
  */
6713
6753
 
6714
6754
 
@@ -6722,9 +6762,9 @@ var CA_ExtInterface = function () {
6722
6762
  }
6723
6763
  };
6724
6764
 
6725
- /**
6726
- * 释放签名对象
6727
- * @returns {number} 释放结果
6765
+ /**
6766
+ * 释放签名对象
6767
+ * @returns {number} 释放结果
6728
6768
  */
6729
6769
 
6730
6770
 
@@ -6738,9 +6778,9 @@ var CA_ExtInterface = function () {
6738
6778
  }
6739
6779
  };
6740
6780
 
6741
- /**
6742
- * 获取签名版本
6743
- * @returns {string} 签名版本
6781
+ /**
6782
+ * 获取签名版本
6783
+ * @returns {string} 签名版本
6744
6784
  */
6745
6785
 
6746
6786
 
@@ -6754,9 +6794,9 @@ var CA_ExtInterface = function () {
6754
6794
  }
6755
6795
  };
6756
6796
 
6757
- /**
6758
- * 获取签名证书
6759
- * @returns {string} 签名证书
6797
+ /**
6798
+ * 获取签名证书
6799
+ * @returns {string} 签名证书
6760
6800
  */
6761
6801
 
6762
6802
 
@@ -6770,9 +6810,9 @@ var CA_ExtInterface = function () {
6770
6810
  }
6771
6811
  };
6772
6812
 
6773
- /**
6774
- * 获取错误码
6775
- * @returns {number} 错误码
6813
+ /**
6814
+ * 获取错误码
6815
+ * @returns {number} 错误码
6776
6816
  */
6777
6817
 
6778
6818
 
@@ -6786,9 +6826,9 @@ var CA_ExtInterface = function () {
6786
6826
  }
6787
6827
  };
6788
6828
 
6789
- /**
6790
- * 获取错误信息
6791
- * @returns {string} 错误信息
6829
+ /**
6830
+ * 获取错误信息
6831
+ * @returns {string} 错误信息
6792
6832
  */
6793
6833
 
6794
6834
 
@@ -6802,9 +6842,9 @@ var CA_ExtInterface = function () {
6802
6842
  }
6803
6843
  };
6804
6844
 
6805
- /**
6806
- * 销毁认证对象
6807
- * @returns {number} 销毁结果
6845
+ /**
6846
+ * 销毁认证对象
6847
+ * @returns {number} 销毁结果
6808
6848
  */
6809
6849
 
6810
6850
 
@@ -6818,9 +6858,9 @@ var CA_ExtInterface = function () {
6818
6858
  }
6819
6859
  };
6820
6860
 
6821
- /**
6822
- * 获取证书类型
6823
- * @returns {string} 证书类型
6861
+ /**
6862
+ * 获取证书类型
6863
+ * @returns {string} 证书类型
6824
6864
  */
6825
6865
 
6826
6866
 
@@ -6834,9 +6874,9 @@ var CA_ExtInterface = function () {
6834
6874
  }
6835
6875
  };
6836
6876
 
6837
- /**
6838
- * 获取签名摘要算法
6839
- * @returns {string} 签名摘要算法
6877
+ /**
6878
+ * 获取签名摘要算法
6879
+ * @returns {string} 签名摘要算法
6840
6880
  */
6841
6881
 
6842
6882
 
@@ -6850,11 +6890,11 @@ var CA_ExtInterface = function () {
6850
6890
  }
6851
6891
  };
6852
6892
 
6853
- /**
6854
- * 使能调用序列
6855
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6856
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6857
- * @returns {number} 使能结果
6893
+ /**
6894
+ * 使能调用序列
6895
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6896
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6897
+ * @returns {number} 使能结果
6858
6898
  */
6859
6899
 
6860
6900
 
@@ -6868,9 +6908,9 @@ var CA_ExtInterface = function () {
6868
6908
  }
6869
6909
  };
6870
6910
 
6871
- /**
6872
- * 清空调用序列结果
6873
- * @returns {number} 清空调用序列结果
6911
+ /**
6912
+ * 清空调用序列结果
6913
+ * @returns {number} 清空调用序列结果
6874
6914
  */
6875
6915
 
6876
6916
 
@@ -6884,9 +6924,9 @@ var CA_ExtInterface = function () {
6884
6924
  }
6885
6925
  };
6886
6926
 
6887
- /**
6888
- * 获取调用序列结果
6889
- * @returns {string} 调用序列结果
6927
+ /**
6928
+ * 获取调用序列结果
6929
+ * @returns {string} 调用序列结果
6890
6930
  */
6891
6931
 
6892
6932
 
@@ -6900,12 +6940,12 @@ var CA_ExtInterface = function () {
6900
6940
  }
6901
6941
  };
6902
6942
 
6903
- /**
6904
- * 客户端安全策略检查
6905
- * @param {string} strGatewayAddress - 网关地址
6906
- * @param {number} usGatewayPort - 网关端口
6907
- * @param {string} strSecurityPolicys - 安全策略
6908
- * @returns {boolean} 检查结果
6943
+ /**
6944
+ * 客户端安全策略检查
6945
+ * @param {string} strGatewayAddress - 网关地址
6946
+ * @param {number} usGatewayPort - 网关端口
6947
+ * @param {string} strSecurityPolicys - 安全策略
6948
+ * @returns {boolean} 检查结果
6909
6949
  */
6910
6950
 
6911
6951
 
@@ -6919,9 +6959,9 @@ var CA_ExtInterface = function () {
6919
6959
  }
6920
6960
  };
6921
6961
 
6922
- /**
6923
- * 获取通讯协议版本
6924
- * @returns {string} 通讯协议版本
6962
+ /**
6963
+ * 获取通讯协议版本
6964
+ * @returns {string} 通讯协议版本
6925
6965
  */
6926
6966
 
6927
6967
 
@@ -6935,13 +6975,13 @@ var CA_ExtInterface = function () {
6935
6975
  }
6936
6976
  };
6937
6977
 
6938
- /**
6939
- * 修改 Key 的 Pin 码
6940
- * @param {string} strCertSn - 证书序列号
6941
- * @param {number} lPinCodeType - Pin 码类型
6942
- * @param {string} strCurPinCode - 当前 Pin 码
6943
- * @param {string} strNewPinCode - 新 Pin 码
6944
- * @returns {number} 修改结果
6978
+ /**
6979
+ * 修改 Key 的 Pin 码
6980
+ * @param {string} strCertSn - 证书序列号
6981
+ * @param {number} lPinCodeType - Pin 码类型
6982
+ * @param {string} strCurPinCode - 当前 Pin 码
6983
+ * @param {string} strNewPinCode - 新 Pin 码
6984
+ * @returns {number} 修改结果
6945
6985
  */
6946
6986
 
6947
6987
 
@@ -6955,10 +6995,10 @@ var CA_ExtInterface = function () {
6955
6995
  }
6956
6996
  };
6957
6997
 
6958
- /**
6959
- * 等待策略设置完毕
6960
- * @param {string} strGatewayAddress - 网关地址
6961
- * @returns {number} 等待结果
6998
+ /**
6999
+ * 等待策略设置完毕
7000
+ * @param {string} strGatewayAddress - 网关地址
7001
+ * @returns {number} 等待结果
6962
7002
  */
6963
7003
 
6964
7004
 
@@ -6972,10 +7012,10 @@ var CA_ExtInterface = function () {
6972
7012
  }
6973
7013
  };
6974
7014
 
6975
- /**
6976
- * 获取会话 Token
6977
- * @param {string} strGatewayAddress - 网关地址
6978
- * @returns {string} 会话 Token
7015
+ /**
7016
+ * 获取会话 Token
7017
+ * @param {string} strGatewayAddress - 网关地址
7018
+ * @returns {string} 会话 Token
6979
7019
  */
6980
7020
 
6981
7021
 
@@ -6989,9 +7029,9 @@ var CA_ExtInterface = function () {
6989
7029
  }
6990
7030
  };
6991
7031
 
6992
- /**
6993
- * 获取控件版本
6994
- * @returns {string} 控件版本
7032
+ /**
7033
+ * 获取控件版本
7034
+ * @returns {string} 控件版本
6995
7035
  */
6996
7036
 
6997
7037
 
@@ -7005,10 +7045,10 @@ var CA_ExtInterface = function () {
7005
7045
  }
7006
7046
  };
7007
7047
 
7008
- /**
7009
- * 设置语言资源
7010
- * @param {string} strLanguage - 语言资源
7011
- * @returns {number} 设置结果
7048
+ /**
7049
+ * 设置语言资源
7050
+ * @param {string} strLanguage - 语言资源
7051
+ * @returns {number} 设置结果
7012
7052
  */
7013
7053
 
7014
7054
 
@@ -7022,12 +7062,12 @@ var CA_ExtInterface = function () {
7022
7062
  }
7023
7063
  };
7024
7064
 
7025
- /**
7026
- * 获取用户属性
7027
- * @param {string} strGatewayAddress - 网关地址
7028
- * @param {string} strAppFlag - 应用标识
7029
- * @param {string} strAttributeName - 属性名称
7030
- * @returns {string} 用户属性值
7065
+ /**
7066
+ * 获取用户属性
7067
+ * @param {string} strGatewayAddress - 网关地址
7068
+ * @param {string} strAppFlag - 应用标识
7069
+ * @param {string} strAttributeName - 属性名称
7070
+ * @returns {string} 用户属性值
7031
7071
  */
7032
7072
 
7033
7073
 
@@ -7041,9 +7081,9 @@ var CA_ExtInterface = function () {
7041
7081
  }
7042
7082
  };
7043
7083
 
7044
- /**
7045
- * 获取签名加密 PIN 码
7046
- * @returns {string} 签名加密 PIN 码
7084
+ /**
7085
+ * 获取签名加密 PIN 码
7086
+ * @returns {string} 签名加密 PIN 码
7047
7087
  */
7048
7088
 
7049
7089
 
@@ -7056,20 +7096,20 @@ var CA_ExtInterface = function () {
7056
7096
  return result.value;
7057
7097
  }
7058
7098
  };
7059
- /*
7060
- *曙光四川CA
7061
- *'SOF_GetUserList' 证书列表
7062
- *'SOF_ExportUserCert' 导出证书
7063
- *'SOF_GetCertInfo': 获取证书信息
7064
- *'SOF_GenRandom': 生成随机数
7065
- *'SOF_SignData': 获取证书签名
7066
- *'SOF_Login': 登录证书
7067
- *'SOF_GetPinRetryCount': 剩余次数
7099
+ /*
7100
+ *曙光四川CA
7101
+ *'SOF_GetUserList' 证书列表
7102
+ *'SOF_ExportUserCert' 导出证书
7103
+ *'SOF_GetCertInfo': 获取证书信息
7104
+ *'SOF_GenRandom': 生成随机数
7105
+ *'SOF_SignData': 获取证书签名
7106
+ *'SOF_Login': 登录证书
7107
+ *'SOF_GetPinRetryCount': 剩余次数
7068
7108
  */
7069
- /**
7070
- *
7071
- * 获取webSocket消息
7072
- * @returns {string}
7109
+ /**
7110
+ *
7111
+ * 获取webSocket消息
7112
+ * @returns {string}
7073
7113
  */
7074
7114
 
7075
7115
 
@@ -7105,10 +7145,10 @@ var CA_ExtInterface = function () {
7105
7145
  };
7106
7146
  });
7107
7147
  };
7108
- /**
7109
- *
7110
- * base64解码
7111
- * @returns {string} base64解码后的字符串
7148
+ /**
7149
+ *
7150
+ * base64解码
7151
+ * @returns {string} base64解码后的字符串
7112
7152
  */
7113
7153
 
7114
7154
 
@@ -7143,10 +7183,10 @@ var CA_ExtInterface = function () {
7143
7183
  val = this.utf8_decode(val);
7144
7184
  return val;
7145
7185
  };
7146
- /**
7147
- *
7148
- * base64编码
7149
- * @returns {string} base64编码后的字符串
7186
+ /**
7187
+ *
7188
+ * base64编码
7189
+ * @returns {string} base64编码后的字符串
7150
7190
  */
7151
7191
 
7152
7192
 
@@ -7179,10 +7219,10 @@ var CA_ExtInterface = function () {
7179
7219
  }
7180
7220
  return val;
7181
7221
  };
7182
- /**
7183
- *
7184
- * utf8解码
7185
- * @returns {string} utf8解码后的字符串
7222
+ /**
7223
+ *
7224
+ * utf8解码
7225
+ * @returns {string} utf8解码后的字符串
7186
7226
  */
7187
7227
 
7188
7228
 
@@ -7211,10 +7251,10 @@ var CA_ExtInterface = function () {
7211
7251
  }
7212
7252
  return string;
7213
7253
  };
7214
- /**
7215
- *
7216
- * utf8编码
7217
- * @returns {string} utf8编码后的字符串
7254
+ /**
7255
+ *
7256
+ * utf8编码
7257
+ * @returns {string} utf8编码后的字符串
7218
7258
  */
7219
7259
 
7220
7260
 
@@ -31406,21 +31446,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
31406
31446
  return validSate;
31407
31447
  },
31408
31448
 
31409
- /**
31410
- * changeOpinion
31411
- * @desc:监听意见变化
31412
- * @author liufan
31413
- * @date 2022年10月28日
31449
+ /**
31450
+ * changeOpinion
31451
+ * @desc:监听意见变化
31452
+ * @author liufan
31453
+ * @date 2022年10月28日
31414
31454
  **/
31415
31455
  changeOpinion: function changeOpinion() {
31416
31456
  this.$emit('change', this.form.value);
31417
31457
  },
31418
31458
 
31419
- /**
31420
- * getCommonOpion
31421
- * @desc:获取意见
31422
- * @author liufan
31423
- * @date 2022年5月25日
31459
+ /**
31460
+ * getCommonOpion
31461
+ * @desc:获取意见
31462
+ * @author liufan
31463
+ * @date 2022年5月25日
31424
31464
  **/
31425
31465
  getCommonOpion: function getCommonOpion() {
31426
31466
  var _this = this;
@@ -31449,24 +31489,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
31449
31489
  });
31450
31490
  },
31451
31491
 
31452
- /**
31453
- * upDate
31454
- * @desc:修改常用语
31455
- * @author liufan
31456
- * @param {Object} val 修改值
31457
- * @date 2022年5月25日
31492
+ /**
31493
+ * upDate
31494
+ * @desc:修改常用语
31495
+ * @author liufan
31496
+ * @param {Object} val 修改值
31497
+ * @date 2022年5月25日
31458
31498
  **/
31459
31499
  upDate: function upDate(val) {
31460
31500
  this.FormData.id = val.id;
31461
31501
  this.addVisible = true;
31462
31502
  },
31463
31503
 
31464
- /**
31465
- * selectChange
31466
- * @desc:常用语选择
31467
- * @author liufan
31468
- * @param {String} val 选中值
31469
- * @date 2022年5月25日
31504
+ /**
31505
+ * selectChange
31506
+ * @desc:常用语选择
31507
+ * @author liufan
31508
+ * @param {String} val 选中值
31509
+ * @date 2022年5月25日
31470
31510
  **/
31471
31511
  selectChange: function selectChange(val) {
31472
31512
  var _this2 = this;
@@ -31485,12 +31525,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31485
31525
  });
31486
31526
  },
31487
31527
 
31488
- /**
31489
- * del
31490
- * @desc:删除常用语
31491
- * @author liufan
31492
- * @param {Object} val 删除的数据
31493
- * @date 2022年5月25日
31528
+ /**
31529
+ * del
31530
+ * @desc:删除常用语
31531
+ * @author liufan
31532
+ * @param {Object} val 删除的数据
31533
+ * @date 2022年5月25日
31494
31534
  **/
31495
31535
  del: function del(val) {
31496
31536
  var _this3 = this;
@@ -31532,12 +31572,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31532
31572
  }).catch(function (e) {});
31533
31573
  },
31534
31574
 
31535
- /**
31536
- * submit
31537
- * @desc:新增/编辑意见保存
31538
- * @author liufan
31539
- * @param {Object} val 保存数据
31540
- * @date 2022年5月25日
31575
+ /**
31576
+ * submit
31577
+ * @desc:新增/编辑意见保存
31578
+ * @author liufan
31579
+ * @param {Object} val 保存数据
31580
+ * @date 2022年5月25日
31541
31581
  **/
31542
31582
  submit: function submit(val) {
31543
31583
  var _this4 = this;
@@ -35017,11 +35057,11 @@ var processFormvue_type_script_lang_js_components;
35017
35057
  });
35018
35058
  },
35019
35059
 
35020
- /**
35021
- * isMultiple
35022
- * @desc:是否多选
35023
- * @author liufan
35024
- * @date 2022年9月13日
35060
+ /**
35061
+ * isMultiple
35062
+ * @desc:是否多选
35063
+ * @author liufan
35064
+ * @date 2022年9月13日
35025
35065
  **/
35026
35066
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35027
35067
  var multiple = false;
@@ -39219,11 +39259,11 @@ var resetvue_type_script_lang_js_components;
39219
39259
  });
39220
39260
  },
39221
39261
 
39222
- /**
39223
- * isMultiple
39224
- * @desc:是否多选
39225
- * @author liufan
39226
- * @date 2022年9月13日
39262
+ /**
39263
+ * isMultiple
39264
+ * @desc:是否多选
39265
+ * @author liufan
39266
+ * @date 2022年9月13日
39227
39267
  **/
39228
39268
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
39229
39269
  var multiple = false;
@@ -43809,11 +43849,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43809
43849
  });
43810
43850
  },
43811
43851
 
43812
- /**
43813
- * saveInfo
43814
- * @desc:暂存
43815
- * @author liufan
43816
- * @date 2022年9月9日
43852
+ /**
43853
+ * saveInfo
43854
+ * @desc:暂存
43855
+ * @author liufan
43856
+ * @date 2022年9月9日
43817
43857
  **/
43818
43858
  saveInfo: function saveInfo(type, btn) {
43819
43859
  var _this6 = this;
@@ -43875,11 +43915,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43875
43915
  });
43876
43916
  },
43877
43917
 
43878
- /**
43879
- * rejectBtn
43880
- * @desc:点击驳回
43881
- * @author liufan
43882
- * @date 2022年5月25日
43918
+ /**
43919
+ * rejectBtn
43920
+ * @desc:点击驳回
43921
+ * @author liufan
43922
+ * @date 2022年5月25日
43883
43923
  **/
43884
43924
  rejectBtn: function rejectBtn() {
43885
43925
  var _this8 = this;
@@ -43897,11 +43937,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43897
43937
  }
43898
43938
  },
43899
43939
 
43900
- /**
43901
- * taskReadBtn
43902
- * @desc:点击分阅
43903
- * @author liufan
43904
- * @date 2022年5月25日
43940
+ /**
43941
+ * taskReadBtn
43942
+ * @desc:点击分阅
43943
+ * @author liufan
43944
+ * @date 2022年5月25日
43905
43945
  **/
43906
43946
  taskReadBtn: function taskReadBtn() {
43907
43947
  var _this9 = this;
@@ -43920,11 +43960,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43920
43960
  }
43921
43961
  },
43922
43962
 
43923
- /**
43924
- * getFind
43925
- * @desc:获取通知方式
43926
- * @author liufan
43927
- * @date 2022年5月25日
43963
+ /**
43964
+ * getFind
43965
+ * @desc:获取通知方式
43966
+ * @author liufan
43967
+ * @date 2022年5月25日
43928
43968
  **/
43929
43969
  getFind: function getFind() {
43930
43970
  var _this10 = this;
@@ -43979,12 +44019,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43979
44019
  });
43980
44020
  },
43981
44021
 
43982
- /**
43983
- * endFlows
43984
- * @desc:直接办结
43985
- * @author liufan
43986
- * @param {Object} res 直接办结数据
43987
- * @date 2022年5月25日
44022
+ /**
44023
+ * endFlows
44024
+ * @desc:直接办结
44025
+ * @author liufan
44026
+ * @param {Object} res 直接办结数据
44027
+ * @date 2022年5月25日
43988
44028
  **/
43989
44029
  endFlows: function endFlows(res) {
43990
44030
  var _this12 = this;
@@ -44038,12 +44078,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44038
44078
  }).catch(function (e) {});
44039
44079
  },
44040
44080
 
44041
- /**
44042
- * goView
44043
- * @desc:更多流程按钮操作
44044
- * @author liufan
44045
- * @param {Object} res 当前点击操作按钮数据
44046
- * @date 2022年5月25日
44081
+ /**
44082
+ * goView
44083
+ * @desc:更多流程按钮操作
44084
+ * @author liufan
44085
+ * @param {Object} res 当前点击操作按钮数据
44086
+ * @date 2022年5月25日
44047
44087
  **/
44048
44088
  goView: function goView(res) {
44049
44089
  // 驳回并办结:rejectAndEndHtml
@@ -44128,11 +44168,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44128
44168
  // isCanStartSubFlow
44129
44169
  },
44130
44170
 
44131
- /**
44132
- * toTakeAdvice
44133
- * @desc:征求意见
44134
- * @author liufan
44135
- * @date 2022年9月29日
44171
+ /**
44172
+ * toTakeAdvice
44173
+ * @desc:征求意见
44174
+ * @author liufan
44175
+ * @date 2022年9月29日
44136
44176
  **/
44137
44177
  toTakeAdvice: function toTakeAdvice(res) {
44138
44178
  var _this14 = this;
@@ -44176,11 +44216,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44176
44216
  });
44177
44217
  },
44178
44218
 
44179
- /**
44180
- * toStartDraf
44181
- * @desc: 稿件递送、联合审核、复核
44182
- * @author liufan
44183
- * @date 2022年9月29日
44219
+ /**
44220
+ * toStartDraf
44221
+ * @desc: 稿件递送、联合审核、复核
44222
+ * @author liufan
44223
+ * @date 2022年9月29日
44184
44224
  **/
44185
44225
  toStartDraf: function toStartDraf(res) {
44186
44226
  var _this16 = this;
@@ -44194,11 +44234,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44194
44234
  }
44195
44235
  },
44196
44236
 
44197
- /**
44198
- * toSendMsg
44199
- * @desc:核稿通知
44200
- * @author liufan
44201
- * @date 2022年9月29日
44237
+ /**
44238
+ * toSendMsg
44239
+ * @desc:核稿通知
44240
+ * @author liufan
44241
+ * @date 2022年9月29日
44202
44242
  **/
44203
44243
  toSendMsg: function toSendMsg(res) {
44204
44244
  var _this17 = this;
@@ -44212,11 +44252,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44212
44252
  }
44213
44253
  },
44214
44254
 
44215
- /**
44216
- * toTaskReadAndEnd
44217
- * @desc:分阅并办结
44218
- * @author liufan
44219
- * @date 2022年9月29日
44255
+ /**
44256
+ * toTaskReadAndEnd
44257
+ * @desc:分阅并办结
44258
+ * @author liufan
44259
+ * @date 2022年9月29日
44220
44260
  **/
44221
44261
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
44222
44262
  var _this18 = this;
@@ -44234,11 +44274,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44234
44274
  }
44235
44275
  },
44236
44276
 
44237
- /**
44238
- * rejectAndEnd
44239
- * @desc:驳回并办结
44240
- * @author liufan
44241
- * @date 2022年9月29日
44277
+ /**
44278
+ * rejectAndEnd
44279
+ * @desc:驳回并办结
44280
+ * @author liufan
44281
+ * @date 2022年9月29日
44242
44282
  **/
44243
44283
  rejectAndEnd: function rejectAndEnd(res) {
44244
44284
  var _this19 = this;
@@ -44293,11 +44333,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44293
44333
  });
44294
44334
  },
44295
44335
 
44296
- /**
44297
- * toTransfer
44298
- * @desc:转办
44299
- * @author liufan
44300
- * @date 2022年9月29日
44336
+ /**
44337
+ * toTransfer
44338
+ * @desc:转办
44339
+ * @author liufan
44340
+ * @date 2022年9月29日
44301
44341
  **/
44302
44342
  toTransfer: function toTransfer(res) {
44303
44343
  var _this21 = this;
@@ -44313,11 +44353,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44313
44353
  }
44314
44354
  },
44315
44355
 
44316
- /**
44317
- * getNodeInfo
44318
- * @desc:获取节点信息
44319
- * @author liufan
44320
- * @date 2022年5月25日
44356
+ /**
44357
+ * getNodeInfo
44358
+ * @desc:获取节点信息
44359
+ * @author liufan
44360
+ * @date 2022年5月25日
44321
44361
  **/
44322
44362
  getNodeInfo: function getNodeInfo() {
44323
44363
  var _this22 = this;
@@ -44416,12 +44456,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44416
44456
  });
44417
44457
  },
44418
44458
 
44419
- /**
44420
- * selecNext
44421
- * @desc:下步节点变化时更新数据
44422
- * @author liufan
44423
- * @param {String} val 当前选中值
44424
- * @date 2022年5月25日
44459
+ /**
44460
+ * selecNext
44461
+ * @desc:下步节点变化时更新数据
44462
+ * @author liufan
44463
+ * @param {String} val 当前选中值
44464
+ * @date 2022年5月25日
44425
44465
  **/
44426
44466
  selecNext: function selecNext(val, type, isDef) {
44427
44467
  var _this23 = this;
@@ -44530,11 +44570,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44530
44570
  if (isDef !== true) this.getNodeInfo();
44531
44571
  },
44532
44572
 
44533
- /**
44534
- * isMultiple
44535
- * @desc:是否多选
44536
- * @author liufan
44537
- * @date 2022年9月13日
44573
+ /**
44574
+ * isMultiple
44575
+ * @desc:是否多选
44576
+ * @author liufan
44577
+ * @date 2022年9月13日
44538
44578
  **/
44539
44579
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
44540
44580
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -44566,11 +44606,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44566
44606
  }
44567
44607
  },
44568
44608
 
44569
- /**
44570
- * getHedInfo
44571
- * @desc:获取审核页面数据
44572
- * @author liufan
44573
- * @date 2022年5月25日
44609
+ /**
44610
+ * getHedInfo
44611
+ * @desc:获取审核页面数据
44612
+ * @author liufan
44613
+ * @date 2022年5月25日
44574
44614
  **/
44575
44615
  getHedInfo: function getHedInfo() {
44576
44616
  var _this24 = this;
@@ -44806,13 +44846,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44806
44846
  });
44807
44847
  },
44808
44848
 
44809
- /**
44810
- * closeProcess
44811
- * @desc:关闭弹窗
44812
- * @author liufan
44813
- * @param {boolean} val 当前是否办理流程
44814
- * @param {String} type 当前点击的弹窗类型
44815
- * @date 2022年5月25日
44849
+ /**
44850
+ * closeProcess
44851
+ * @desc:关闭弹窗
44852
+ * @author liufan
44853
+ * @param {boolean} val 当前是否办理流程
44854
+ * @param {String} type 当前点击的弹窗类型
44855
+ * @date 2022年5月25日
44816
44856
  **/
44817
44857
  closeProcess: function closeProcess(val, type, closeParent) {
44818
44858
  if (closeParent) {
@@ -44829,23 +44869,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44829
44869
  }
44830
44870
  },
44831
44871
 
44832
- /**
44833
- * selectChange
44834
- * @desc:常用语选择
44835
- * @author liufan
44836
- * @param {String} val 选中值
44837
- * @date 2022年5月25日
44872
+ /**
44873
+ * selectChange
44874
+ * @desc:常用语选择
44875
+ * @author liufan
44876
+ * @param {String} val 选中值
44877
+ * @date 2022年5月25日
44838
44878
  **/
44839
44879
  selectChange: function selectChange(val) {
44840
44880
  this.value = val;
44841
44881
  },
44842
44882
 
44843
- /**
44844
- * upDate
44845
- * @desc:修改常用语
44846
- * @author liufan
44847
- * @param {Object} val 修改值
44848
- * @date 2022年5月25日
44883
+ /**
44884
+ * upDate
44885
+ * @desc:修改常用语
44886
+ * @author liufan
44887
+ * @param {Object} val 修改值
44888
+ * @date 2022年5月25日
44849
44889
  **/
44850
44890
  upDate: function upDate(val) {
44851
44891
  this.FormData.id = val.id;
@@ -44853,11 +44893,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44853
44893
  },
44854
44894
 
44855
44895
 
44856
- /**
44857
- * getProcess
44858
- * @desc:获取选择流程
44859
- * @author liufan
44860
- * @date 2022年5月25日
44896
+ /**
44897
+ * getProcess
44898
+ * @desc:获取选择流程
44899
+ * @author liufan
44900
+ * @date 2022年5月25日
44861
44901
  **/
44862
44902
  getProcess: function getProcess() {
44863
44903
  var _this25 = this;
@@ -44911,11 +44951,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44911
44951
  });
44912
44952
  },
44913
44953
 
44914
- /**
44915
- * getPendedhistoryList
44916
- * @desc:获取流程列表
44917
- * @author liufan
44918
- * @date 2022年5月25日
44954
+ /**
44955
+ * getPendedhistoryList
44956
+ * @desc:获取流程列表
44957
+ * @author liufan
44958
+ * @date 2022年5月25日
44919
44959
  **/
44920
44960
  getPendedhistoryList: function getPendedhistoryList() {
44921
44961
  var _this26 = this;
@@ -44947,12 +44987,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44947
44987
  },
44948
44988
 
44949
44989
  // 提交流程
44950
- /**
44951
- * subProcess
44952
- * @desc:提交流程
44953
- * @author liufan
44954
- * @param {String} formName 当前form表单ref值
44955
- * @date 2022年5月25日
44990
+ /**
44991
+ * subProcess
44992
+ * @desc:提交流程
44993
+ * @author liufan
44994
+ * @param {String} formName 当前form表单ref值
44995
+ * @date 2022年5月25日
44956
44996
  **/
44957
44997
  subProcess: function subProcess(val) {
44958
44998
  var _this27 = this;
@@ -48532,11 +48572,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48532
48572
  });
48533
48573
  },
48534
48574
 
48535
- /**
48536
- * saveInfo
48537
- * @desc:暂存
48538
- * @author liufan
48539
- * @date 2022年9月9日
48575
+ /**
48576
+ * saveInfo
48577
+ * @desc:暂存
48578
+ * @author liufan
48579
+ * @date 2022年9月9日
48540
48580
  **/
48541
48581
  saveInfo: function saveInfo(type, btn) {
48542
48582
  var _this11 = this;
@@ -48598,11 +48638,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48598
48638
  });
48599
48639
  },
48600
48640
 
48601
- /**
48602
- * rejectBtn
48603
- * @desc:点击驳回
48604
- * @author liufan
48605
- * @date 2022年5月25日
48641
+ /**
48642
+ * rejectBtn
48643
+ * @desc:点击驳回
48644
+ * @author liufan
48645
+ * @date 2022年5月25日
48606
48646
  **/
48607
48647
  rejectBtn: function rejectBtn() {
48608
48648
  var _this13 = this;
@@ -48620,11 +48660,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48620
48660
  }
48621
48661
  },
48622
48662
 
48623
- /**
48624
- * taskReadBtn
48625
- * @desc:点击分阅
48626
- * @author liufan
48627
- * @date 2022年5月25日
48663
+ /**
48664
+ * taskReadBtn
48665
+ * @desc:点击分阅
48666
+ * @author liufan
48667
+ * @date 2022年5月25日
48628
48668
  **/
48629
48669
  taskReadBtn: function taskReadBtn() {
48630
48670
  var _this14 = this;
@@ -48643,11 +48683,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48643
48683
  }
48644
48684
  },
48645
48685
 
48646
- /**
48647
- * getFind
48648
- * @desc:获取通知方式
48649
- * @author liufan
48650
- * @date 2022年5月25日
48686
+ /**
48687
+ * getFind
48688
+ * @desc:获取通知方式
48689
+ * @author liufan
48690
+ * @date 2022年5月25日
48651
48691
  **/
48652
48692
  getFind: function getFind() {
48653
48693
  var _this15 = this;
@@ -48713,12 +48753,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48713
48753
  });
48714
48754
  },
48715
48755
 
48716
- /**
48717
- * endFlows
48718
- * @desc:直接办结
48719
- * @author liufan
48720
- * @param {Object} res 直接办结数据
48721
- * @date 2022年5月25日
48756
+ /**
48757
+ * endFlows
48758
+ * @desc:直接办结
48759
+ * @author liufan
48760
+ * @param {Object} res 直接办结数据
48761
+ * @date 2022年5月25日
48722
48762
  **/
48723
48763
  endFlows: function endFlows(res) {
48724
48764
  var _this17 = this;
@@ -48773,12 +48813,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48773
48813
  }).catch(function (e) {});
48774
48814
  },
48775
48815
 
48776
- /**
48777
- * goView
48778
- * @desc:更多流程按钮操作
48779
- * @author liufan
48780
- * @param {Object} res 当前点击操作按钮数据
48781
- * @date 2022年5月25日
48816
+ /**
48817
+ * goView
48818
+ * @desc:更多流程按钮操作
48819
+ * @author liufan
48820
+ * @param {Object} res 当前点击操作按钮数据
48821
+ * @date 2022年5月25日
48782
48822
  **/
48783
48823
  goView: function goView(res) {
48784
48824
  // 驳回并办结:rejectAndEndHtml
@@ -48863,11 +48903,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48863
48903
  // isCanStartSubFlow
48864
48904
  },
48865
48905
 
48866
- /**
48867
- * toTakeAdvice
48868
- * @desc:征求意见
48869
- * @author liufan
48870
- * @date 2022年9月29日
48906
+ /**
48907
+ * toTakeAdvice
48908
+ * @desc:征求意见
48909
+ * @author liufan
48910
+ * @date 2022年9月29日
48871
48911
  **/
48872
48912
  toTakeAdvice: function toTakeAdvice(res) {
48873
48913
  var _this19 = this;
@@ -48911,11 +48951,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48911
48951
  });
48912
48952
  },
48913
48953
 
48914
- /**
48915
- * toStartDraf
48916
- * @desc: 稿件递送、联合审核、复核
48917
- * @author liufan
48918
- * @date 2022年9月29日
48954
+ /**
48955
+ * toStartDraf
48956
+ * @desc: 稿件递送、联合审核、复核
48957
+ * @author liufan
48958
+ * @date 2022年9月29日
48919
48959
  **/
48920
48960
  toStartDraf: function toStartDraf(res) {
48921
48961
  var _this21 = this;
@@ -48929,11 +48969,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48929
48969
  }
48930
48970
  },
48931
48971
 
48932
- /**
48933
- * toSendMsg
48934
- * @desc:核稿通知
48935
- * @author liufan
48936
- * @date 2022年9月29日
48972
+ /**
48973
+ * toSendMsg
48974
+ * @desc:核稿通知
48975
+ * @author liufan
48976
+ * @date 2022年9月29日
48937
48977
  **/
48938
48978
  toSendMsg: function toSendMsg(res) {
48939
48979
  var _this22 = this;
@@ -48947,11 +48987,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48947
48987
  }
48948
48988
  },
48949
48989
 
48950
- /**
48951
- * toTaskReadAndEnd
48952
- * @desc:分阅并办结
48953
- * @author liufan
48954
- * @date 2022年9月29日
48990
+ /**
48991
+ * toTaskReadAndEnd
48992
+ * @desc:分阅并办结
48993
+ * @author liufan
48994
+ * @date 2022年9月29日
48955
48995
  **/
48956
48996
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
48957
48997
  var _this23 = this;
@@ -48969,11 +49009,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48969
49009
  }
48970
49010
  },
48971
49011
 
48972
- /**
48973
- * rejectAndEnd
48974
- * @desc:驳回并办结
48975
- * @author liufan
48976
- * @date 2022年9月29日
49012
+ /**
49013
+ * rejectAndEnd
49014
+ * @desc:驳回并办结
49015
+ * @author liufan
49016
+ * @date 2022年9月29日
48977
49017
  **/
48978
49018
  rejectAndEnd: function rejectAndEnd(res) {
48979
49019
  var _this24 = this;
@@ -49029,11 +49069,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49029
49069
  });
49030
49070
  },
49031
49071
 
49032
- /**
49033
- * toTransfer
49034
- * @desc:转办
49035
- * @author liufan
49036
- * @date 2022年9月29日
49072
+ /**
49073
+ * toTransfer
49074
+ * @desc:转办
49075
+ * @author liufan
49076
+ * @date 2022年9月29日
49037
49077
  **/
49038
49078
  toTransfer: function toTransfer(res) {
49039
49079
  var _this26 = this;
@@ -49049,11 +49089,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49049
49089
  }
49050
49090
  },
49051
49091
 
49052
- /**
49053
- * getNodeInfo
49054
- * @desc:获取节点信息
49055
- * @author liufan
49056
- * @date 2022年5月25日
49092
+ /**
49093
+ * getNodeInfo
49094
+ * @desc:获取节点信息
49095
+ * @author liufan
49096
+ * @date 2022年5月25日
49057
49097
  **/
49058
49098
  getNodeInfo: function getNodeInfo() {
49059
49099
  var _this27 = this;
@@ -49160,12 +49200,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49160
49200
  });
49161
49201
  },
49162
49202
 
49163
- /**
49164
- * selecNext
49165
- * @desc:下步节点变化时更新数据
49166
- * @author liufan
49167
- * @param {String} val 当前选中值
49168
- * @date 2022年5月25日
49203
+ /**
49204
+ * selecNext
49205
+ * @desc:下步节点变化时更新数据
49206
+ * @author liufan
49207
+ * @param {String} val 当前选中值
49208
+ * @date 2022年5月25日
49169
49209
  **/
49170
49210
  selecNext: function selecNext(val, type, isDef) {
49171
49211
  var _this28 = this;
@@ -49297,11 +49337,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49297
49337
  this.getNodeInfo();
49298
49338
  },
49299
49339
 
49300
- /**
49301
- * isMultiple
49302
- * @desc:是否多选
49303
- * @author liufan
49304
- * @date 2022年9月13日
49340
+ /**
49341
+ * isMultiple
49342
+ * @desc:是否多选
49343
+ * @author liufan
49344
+ * @date 2022年9月13日
49305
49345
  **/
49306
49346
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
49307
49347
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -49333,11 +49373,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49333
49373
  }
49334
49374
  },
49335
49375
 
49336
- /**
49337
- * getHedInfo
49338
- * @desc:获取审核页面数据
49339
- * @author liufan
49340
- * @date 2022年5月25日
49376
+ /**
49377
+ * getHedInfo
49378
+ * @desc:获取审核页面数据
49379
+ * @author liufan
49380
+ * @date 2022年5月25日
49341
49381
  **/
49342
49382
  getHedInfo: function getHedInfo() {
49343
49383
  var _this29 = this;
@@ -49636,13 +49676,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49636
49676
  });
49637
49677
  },
49638
49678
 
49639
- /**
49640
- * closeProcess
49641
- * @desc:关闭弹窗
49642
- * @author liufan
49643
- * @param {boolean} val 当前是否办理流程
49644
- * @param {String} type 当前点击的弹窗类型
49645
- * @date 2022年5月25日
49679
+ /**
49680
+ * closeProcess
49681
+ * @desc:关闭弹窗
49682
+ * @author liufan
49683
+ * @param {boolean} val 当前是否办理流程
49684
+ * @param {String} type 当前点击的弹窗类型
49685
+ * @date 2022年5月25日
49646
49686
  **/
49647
49687
  closeProcess: function closeProcess(val, type, closeParent) {
49648
49688
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -49662,23 +49702,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49662
49702
  }
49663
49703
  },
49664
49704
 
49665
- /**
49666
- * selectChange
49667
- * @desc:常用语选择
49668
- * @author liufan
49669
- * @param {String} val 选中值
49670
- * @date 2022年5月25日
49705
+ /**
49706
+ * selectChange
49707
+ * @desc:常用语选择
49708
+ * @author liufan
49709
+ * @param {String} val 选中值
49710
+ * @date 2022年5月25日
49671
49711
  **/
49672
49712
  selectChange: function selectChange(val) {
49673
49713
  this.value = val;
49674
49714
  },
49675
49715
 
49676
- /**
49677
- * upDate
49678
- * @desc:修改常用语
49679
- * @author liufan
49680
- * @param {Object} val 修改值
49681
- * @date 2022年5月25日
49716
+ /**
49717
+ * upDate
49718
+ * @desc:修改常用语
49719
+ * @author liufan
49720
+ * @param {Object} val 修改值
49721
+ * @date 2022年5月25日
49682
49722
  **/
49683
49723
  upDate: function upDate(val) {
49684
49724
  this.FormData.id = val.id;
@@ -49686,11 +49726,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49686
49726
  },
49687
49727
 
49688
49728
 
49689
- /**
49690
- * getProcess
49691
- * @desc:获取选择流程
49692
- * @author liufan
49693
- * @date 2022年5月25日
49729
+ /**
49730
+ * getProcess
49731
+ * @desc:获取选择流程
49732
+ * @author liufan
49733
+ * @date 2022年5月25日
49694
49734
  **/
49695
49735
  getProcess: function getProcess(val) {
49696
49736
  var _this30 = this;
@@ -49750,11 +49790,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49750
49790
  });
49751
49791
  },
49752
49792
 
49753
- /**
49754
- * getPendedhistoryList
49755
- * @desc:获取流程列表
49756
- * @author liufan
49757
- * @date 2022年5月25日
49793
+ /**
49794
+ * getPendedhistoryList
49795
+ * @desc:获取流程列表
49796
+ * @author liufan
49797
+ * @date 2022年5月25日
49758
49798
  **/
49759
49799
  getPendedhistoryList: function getPendedhistoryList() {
49760
49800
  var _this31 = this;
@@ -49822,12 +49862,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49822
49862
  },
49823
49863
 
49824
49864
  // 提交流程
49825
- /**
49826
- * subProcess
49827
- * @desc:提交流程
49828
- * @author liufan
49829
- * @param {String} formName 当前form表单ref值
49830
- * @date 2022年5月25日
49865
+ /**
49866
+ * subProcess
49867
+ * @desc:提交流程
49868
+ * @author liufan
49869
+ * @param {String} formName 当前form表单ref值
49870
+ * @date 2022年5月25日
49831
49871
  **/
49832
49872
  subProcess: function subProcess(val, type) {
49833
49873
  var _this33 = this;
@@ -50186,8 +50226,8 @@ flow_src_main.install = function (Vue) {
50186
50226
  };
50187
50227
 
50188
50228
  /* harmony default export */ var packages_flow = (flow_src_main);
50189
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=6834898c&
50190
- var mainvue_type_template_id_6834898c_render = function () {
50229
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=1ed6484e&
50230
+ var mainvue_type_template_id_1ed6484e_render = function () {
50191
50231
  var _vm = this
50192
50232
  var _h = _vm.$createElement
50193
50233
  var _c = _vm._self._c || _h
@@ -51449,11 +51489,11 @@ var mainvue_type_template_id_6834898c_render = function () {
51449
51489
  2
51450
51490
  )
51451
51491
  }
51452
- var mainvue_type_template_id_6834898c_staticRenderFns = []
51453
- mainvue_type_template_id_6834898c_render._withStripped = true
51492
+ var mainvue_type_template_id_1ed6484e_staticRenderFns = []
51493
+ mainvue_type_template_id_1ed6484e_render._withStripped = true
51454
51494
 
51455
51495
 
51456
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=6834898c&
51496
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=1ed6484e&
51457
51497
 
51458
51498
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=script&lang=js&
51459
51499
  var flow_group_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; };
@@ -51929,6 +51969,12 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
51929
51969
  type: Boolean,
51930
51970
  default: true
51931
51971
  },
51972
+ otherValidate: {
51973
+ type: Function,
51974
+ default: function _default() {
51975
+ return true;
51976
+ }
51977
+ },
51932
51978
  flow: Object,
51933
51979
  events: Object,
51934
51980
  recordid: String,
@@ -52061,6 +52107,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
52061
52107
  });
52062
52108
  },
52063
52109
  handleSubmit: function handleSubmit(res) {
52110
+ var _this2 = this;
52111
+
52064
52112
  if (this.submit) {
52065
52113
  if (this.submit.id) {
52066
52114
  var iframe = document.getElementById(this.submit.id); //先找到ifram
@@ -52094,6 +52142,18 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
52094
52142
  }
52095
52143
  esFlowForm;
52096
52144
  this.showMsg = res == 1 ? false : true;
52145
+
52146
+ if (this.otherValidate) {
52147
+ return new Promise(function (resolve, reject) {
52148
+ esFlowForm.submitData(undefined, false, {}, res).then(function () {
52149
+ // 如果submitData验证通过,则执行otherValidate验证
52150
+ _this2.otherValidate(resolve, reject);
52151
+ }).catch(function (error) {
52152
+ // 处理submitData可能抛出的错误
52153
+ reject(error);
52154
+ });
52155
+ });
52156
+ }
52097
52157
  return esFlowForm.submitData(undefined, false, {}, res);
52098
52158
  },
52099
52159
  handleTaskRead: function handleTaskRead(res) {
@@ -52150,8 +52210,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
52150
52210
 
52151
52211
  var flow_group_src_main_component = normalizeComponent(
52152
52212
  packages_flow_group_src_mainvue_type_script_lang_js_,
52153
- mainvue_type_template_id_6834898c_render,
52154
- mainvue_type_template_id_6834898c_staticRenderFns,
52213
+ mainvue_type_template_id_1ed6484e_render,
52214
+ mainvue_type_template_id_1ed6484e_staticRenderFns,
52155
52215
  false,
52156
52216
  null,
52157
52217
  null,
@@ -53596,12 +53656,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53596
53656
  }
53597
53657
  },
53598
53658
 
53599
- /**
53600
- * handleFormSubmit
53601
- * @desc:删除节点点击事件
53602
- * @param {Object} formData 点击删除的form数据
53603
- * @author liufan
53604
- * @date 2022年11月29日
53659
+ /**
53660
+ * handleFormSubmit
53661
+ * @desc:删除节点点击事件
53662
+ * @param {Object} formData 点击删除的form数据
53663
+ * @author liufan
53664
+ * @date 2022年11月29日
53605
53665
  **/
53606
53666
  handleFormSubmit: function handleFormSubmit(formData) {
53607
53667
  var _this9 = this;
@@ -53632,48 +53692,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53632
53692
  });
53633
53693
  },
53634
53694
 
53635
- /**
53636
- * del
53637
- * @desc:展示删除弹窗
53638
- * @param {String} id 当前点击数据id
53639
- * @author liufan
53640
- * @date 2022年11月29日
53695
+ /**
53696
+ * del
53697
+ * @desc:展示删除弹窗
53698
+ * @param {String} id 当前点击数据id
53699
+ * @author liufan
53700
+ * @date 2022年11月29日
53641
53701
  **/
53642
53702
  del: function del(id) {
53643
53703
  this.historyId = id;
53644
53704
  this.showDel = true;
53645
53705
  },
53646
53706
 
53647
- /**
53648
- * handleCurrentChange
53649
- * @desc:监听页码变化
53650
- * @param {String} val 当前页
53651
- * @author liufan
53652
- * @date 2022年11月29日
53707
+ /**
53708
+ * handleCurrentChange
53709
+ * @desc:监听页码变化
53710
+ * @param {String} val 当前页
53711
+ * @author liufan
53712
+ * @date 2022年11月29日
53653
53713
  **/
53654
53714
  handleCurrentChange: function handleCurrentChange(val) {
53655
53715
  this.currentPage = val;
53656
53716
  this.getPressList();
53657
53717
  },
53658
53718
 
53659
- /**
53660
- * handleSizeChange
53661
- * @desc:监听每页数据显示数量变化
53662
- * @param {String} val 每页展示数量
53663
- * @author liufan
53664
- * @date 2022年11月29日
53719
+ /**
53720
+ * handleSizeChange
53721
+ * @desc:监听每页数据显示数量变化
53722
+ * @param {String} val 每页展示数量
53723
+ * @author liufan
53724
+ * @date 2022年11月29日
53665
53725
  **/
53666
53726
  handleSizeChange: function handleSizeChange(val) {
53667
53727
  this.pageSize = val;
53668
53728
  this.getPressList();
53669
53729
  },
53670
53730
 
53671
- /**
53672
- * sortChange
53673
- * @desc:监听排序变化
53674
- * @param {Object} info 需要排序的字段及排序方式
53675
- * @author liufan
53676
- * @date 2022年11月29日
53731
+ /**
53732
+ * sortChange
53733
+ * @desc:监听排序变化
53734
+ * @param {Object} info 需要排序的字段及排序方式
53735
+ * @author liufan
53736
+ * @date 2022年11月29日
53677
53737
  **/
53678
53738
  sortChange: function sortChange(info) {
53679
53739
  var prop = info.prop,
@@ -53684,11 +53744,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53684
53744
  this.getPressList();
53685
53745
  },
53686
53746
 
53687
- /**
53688
- * getPressList
53689
- * @desc:催办列表数据
53690
- * @author liufan
53691
- * @date 2022年11月29日
53747
+ /**
53748
+ * getPressList
53749
+ * @desc:催办列表数据
53750
+ * @author liufan
53751
+ * @date 2022年11月29日
53692
53752
  **/
53693
53753
  getPressList: function getPressList() {
53694
53754
  var _this10 = this;
@@ -53718,12 +53778,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53718
53778
  });
53719
53779
  },
53720
53780
 
53721
- /**
53722
- * goPress
53723
- * @desc:催办列表查看
53724
- * @param {String} id 催办列表id
53725
- * @author liufan
53726
- * @date 2022年11月29日
53781
+ /**
53782
+ * goPress
53783
+ * @desc:催办列表查看
53784
+ * @param {String} id 催办列表id
53785
+ * @author liufan
53786
+ * @date 2022年11月29日
53727
53787
  **/
53728
53788
  goPress: function goPress(id) {
53729
53789
  this.historyId = id;
@@ -53731,23 +53791,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53731
53791
  this.getPressList();
53732
53792
  },
53733
53793
 
53734
- /**
53735
- * showFile
53736
- * @desc:附件查看
53737
- * @param {String} ownId 附件id
53738
- * @author liufan
53739
- * @date 2022年11月29日
53794
+ /**
53795
+ * showFile
53796
+ * @desc:附件查看
53797
+ * @param {String} ownId 附件id
53798
+ * @author liufan
53799
+ * @date 2022年11月29日
53740
53800
  **/
53741
53801
  showFile: function showFile(ownId) {
53742
53802
  this.wfpendingid = ownId;
53743
53803
  this.showFileList = true;
53744
53804
  },
53745
53805
 
53746
- /**
53747
- * handleChange
53748
- * @desc:切换排序方式
53749
- * @author liufan
53750
- * @date 2022年11月22日
53806
+ /**
53807
+ * handleChange
53808
+ * @desc:切换排序方式
53809
+ * @author liufan
53810
+ * @date 2022年11月22日
53751
53811
  **/
53752
53812
  handleChange: function handleChange(key, value) {
53753
53813
  if (value) {
@@ -53797,11 +53857,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53797
53857
  }))();
53798
53858
  },
53799
53859
 
53800
- /**
53801
- * getFlowList
53802
- * @desc:获取流程列表
53803
- * @author liufan
53804
- * @date 2022年11月22日
53860
+ /**
53861
+ * getFlowList
53862
+ * @desc:获取流程列表
53863
+ * @author liufan
53864
+ * @date 2022年11月22日
53805
53865
  **/
53806
53866
  getFlowList: function getFlowList() {
53807
53867
  var _this12 = this;
@@ -53873,12 +53933,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53873
53933
  });
53874
53934
  },
53875
53935
 
53876
- /**
53877
- * handleClick
53878
- * @desc:表单点击事件
53879
- * @param {Object} val 当前点击行数据及按钮
53880
- * @author liufan
53881
- * @date 2022年11月10日
53936
+ /**
53937
+ * handleClick
53938
+ * @desc:表单点击事件
53939
+ * @param {Object} val 当前点击行数据及按钮
53940
+ * @author liufan
53941
+ * @date 2022年11月10日
53882
53942
  **/
53883
53943
  handleClick: function handleClick(val) {
53884
53944
  var _this13 = this;
@@ -53924,13 +53984,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53924
53984
  }
53925
53985
  },
53926
53986
 
53927
- /**
53928
- * getCodeValue
53929
- * @desc:获取代码表过滤后的值
53930
- * @param {String} value 展示数据的代码值
53931
- * @param {String} type 代码表类型
53932
- * @author liufan
53933
- * @date 2022年11月10日
53987
+ /**
53988
+ * getCodeValue
53989
+ * @desc:获取代码表过滤后的值
53990
+ * @param {String} value 展示数据的代码值
53991
+ * @param {String} type 代码表类型
53992
+ * @author liufan
53993
+ * @date 2022年11月10日
53934
53994
  **/
53935
53995
  getCodeValue: function getCodeValue(value, type) {
53936
53996
  var val = this[type].filter(function (item) {
@@ -53939,12 +53999,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53939
53999
  return val[0].shortName;
53940
54000
  },
53941
54001
 
53942
- /**
53943
- * getSysInfo
53944
- * @desc:获取代码表
53945
- * @param {String} code 编码code值
53946
- * @author liufan
53947
- * @date 2022年11月10日
54002
+ /**
54003
+ * getSysInfo
54004
+ * @desc:获取代码表
54005
+ * @param {String} code 编码code值
54006
+ * @author liufan
54007
+ * @date 2022年11月10日
53948
54008
  **/
53949
54009
  getSysInfo: function getSysInfo(code) {
53950
54010
  var _this14 = this;
@@ -53966,11 +54026,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53966
54026
  }).catch(function (e) {});
53967
54027
  },
53968
54028
 
53969
- /**
53970
- * getListInfo
53971
- * @desc:获取预设列表数据
53972
- * @author liufan
53973
- * @date 2022年11月10日
54029
+ /**
54030
+ * getListInfo
54031
+ * @desc:获取预设列表数据
54032
+ * @author liufan
54033
+ * @date 2022年11月10日
53974
54034
  **/
53975
54035
  getListInfo: function getListInfo() {
53976
54036
  var _this15 = this;
@@ -56574,8 +56634,8 @@ layout_src_main.install = function (Vue) {
56574
56634
  };
56575
56635
 
56576
56636
  /* harmony default export */ var packages_layout = (layout_src_main);
56577
- // 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=3be2e7f1&
56578
- var mainvue_type_template_id_3be2e7f1_render = function () {
56637
+ // 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=710e2bf9&
56638
+ var mainvue_type_template_id_710e2bf9_render = function () {
56579
56639
  var _vm = this
56580
56640
  var _h = _vm.$createElement
56581
56641
  var _c = _vm._self._c || _h
@@ -57850,7 +57910,7 @@ var mainvue_type_template_id_3be2e7f1_render = function () {
57850
57910
  )
57851
57911
  : _vm._e()
57852
57912
  }
57853
- var mainvue_type_template_id_3be2e7f1_staticRenderFns = [
57913
+ var mainvue_type_template_id_710e2bf9_staticRenderFns = [
57854
57914
  function () {
57855
57915
  var _vm = this
57856
57916
  var _h = _vm.$createElement
@@ -57865,10 +57925,10 @@ var mainvue_type_template_id_3be2e7f1_staticRenderFns = [
57865
57925
  ])
57866
57926
  },
57867
57927
  ]
57868
- mainvue_type_template_id_3be2e7f1_render._withStripped = true
57928
+ mainvue_type_template_id_710e2bf9_render._withStripped = true
57869
57929
 
57870
57930
 
57871
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=3be2e7f1&
57931
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=710e2bf9&
57872
57932
 
57873
57933
  // 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=325dc074&
57874
57934
  var resetPasswordvue_type_template_id_325dc074_render = function () {
@@ -58960,7 +59020,7 @@ function login_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
58960
59020
 
58961
59021
 
58962
59022
 
58963
- var ceshi = utils_util["a" /* default */].getParams('ceshi');
59023
+ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams();
58964
59024
 
58965
59025
  /* harmony default export */ var login_src_mainvue_type_script_lang_js_ = ({
58966
59026
  name: 'EsLogin',
@@ -58969,6 +59029,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58969
59029
  resetPassword: resetPassword
58970
59030
  },
58971
59031
  props: {
59032
+ ceshi: String,
58972
59033
  //初始登录配置接口地址
58973
59034
  initLogin: {
58974
59035
  type: String,
@@ -59295,6 +59356,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59295
59356
  },
59296
59357
  showForget: function showForget() {
59297
59358
  return this.forgetUrl && typeof this.forgetUrl === 'string' ? true : this.forgetUrl === true && this.loginModel.indexOf('0') > -1;
59359
+ },
59360
+ isCeshi: function isCeshi() {
59361
+ return this.ceshi ? mainvue_type_script_lang_js_params[this.ceshi] : false;
59298
59362
  }
59299
59363
  },
59300
59364
  watch: {
@@ -59433,7 +59497,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59433
59497
  launchTime: 2000,
59434
59498
  switchActive: this.switchsActive,
59435
59499
  loginDownloadApp: this.loginDownloadApps,
59436
- installPath: this.caInstallPath
59500
+ installPath: this.caInstallPath,
59501
+ storageType: this.storage
59437
59502
  };
59438
59503
  },
59439
59504
  beforeCreate: function beforeCreate() {
@@ -59444,8 +59509,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59444
59509
  },
59445
59510
  created: function created() {
59446
59511
  this.launchKey = 5 < new Date().getHours() < 18 ? 'day' : 'night';
59447
- if (ceshi) {
59448
- this.loginModel = ceshi == 'true' || ceshi == true ? '0' : ceshi;
59512
+ if (this.isCeshi) {
59513
+ this.loginModel = this.isCeshi == 'true' || this.isCeshi == true ? '0' : this.isCeshi;
59449
59514
  }
59450
59515
  if (this.isScale || utils_util["a" /* default */].getParams('scale')) {
59451
59516
  utils_util["a" /* default */].setScale();
@@ -59759,7 +59824,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59759
59824
  document.title = res.subsystemName;
59760
59825
  }
59761
59826
  this.app = res.appName || res.subsystemName;
59762
- if (res.loginModel && !ceshi) {
59827
+ if (res.loginModel && !this.isCeshi) {
59763
59828
  this.loginModel = (res.firstLoginModel || this.firstLoginModel) && !isLogined ? res.firstLoginModel || this.firstLoginModel : res.loginModel;
59764
59829
  }
59765
59830
 
@@ -59853,6 +59918,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59853
59918
  if (res.subsystemExtend.caInstallPath) {
59854
59919
  this.installPath = res.subsystemExtend.caInstallPath;
59855
59920
  }
59921
+ if (res.subsystemExtend.storageType) {
59922
+ this.storageType = res.subsystemExtend.storageType;
59923
+ }
59856
59924
  }
59857
59925
  this.passModifyModel = res.passModifyModel;
59858
59926
  this.wechatAppid = res.wechatAppid;
@@ -60148,7 +60216,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
60148
60216
  case 0:
60149
60217
  this.userName = results.userName;
60150
60218
  utils_util["a" /* default */].setStorage({
60151
- type: this.storage,
60219
+ type: this.storageType,
60152
60220
  key: {
60153
60221
  ssId: results.ssId,
60154
60222
  token: results.token,
@@ -60343,8 +60411,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
60343
60411
 
60344
60412
  var login_src_main_component = normalizeComponent(
60345
60413
  packages_login_src_mainvue_type_script_lang_js_,
60346
- mainvue_type_template_id_3be2e7f1_render,
60347
- mainvue_type_template_id_3be2e7f1_staticRenderFns,
60414
+ mainvue_type_template_id_710e2bf9_render,
60415
+ mainvue_type_template_id_710e2bf9_staticRenderFns,
60348
60416
  false,
60349
60417
  null,
60350
60418
  null,
@@ -63253,10 +63321,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
63253
63321
  this.$emit('click', res);
63254
63322
  },
63255
63323
 
63256
- /**
63257
- * @desc:获取气泡提醒
63258
- * @author huangbo
63259
- * @date 2024年9月7日
63324
+ /**
63325
+ * @desc:获取气泡提醒
63326
+ * @author huangbo
63327
+ * @date 2024年9月7日
63260
63328
  **/
63261
63329
  getBadge: function getBadge(res) {
63262
63330
  var num = res.tips || 0;
@@ -67353,10 +67421,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67353
67421
  },
67354
67422
 
67355
67423
  methods: {
67356
- /**
67357
- * @desc:匹配路由
67358
- * @author huangbo
67359
- * @date 2024年9月7日
67424
+ /**
67425
+ * @desc:匹配路由
67426
+ * @author huangbo
67427
+ * @date 2024年9月7日
67360
67428
  **/
67361
67429
  hasRouter: function hasRouter(res, url, code) {
67362
67430
  if (!url) {
@@ -67400,10 +67468,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67400
67468
  return false;
67401
67469
  },
67402
67470
 
67403
- /**
67404
- * @desc:获取初始数据
67405
- * @author huangbo
67406
- * @date 2024年9月7日
67471
+ /**
67472
+ * @desc:获取初始数据
67473
+ * @author huangbo
67474
+ * @date 2024年9月7日
67407
67475
  **/
67408
67476
  init: function init(results, first) {
67409
67477
  this.setConfig(results);
@@ -67412,10 +67480,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67412
67480
  }
67413
67481
  },
67414
67482
 
67415
- /**
67416
- * @desc:设置用户配置及信息
67417
- * @author huangbo
67418
- * @date 2024年9月7日
67483
+ /**
67484
+ * @desc:设置用户配置及信息
67485
+ * @author huangbo
67486
+ * @date 2024年9月7日
67419
67487
  **/
67420
67488
  setConfig: function setConfig(results) {
67421
67489
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -67552,10 +67620,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67552
67620
  }
67553
67621
  },
67554
67622
 
67555
- /**
67556
- * @desc:获取所有应用
67557
- * @author huangbo
67558
- * @date 2024年9月7日
67623
+ /**
67624
+ * @desc:获取所有应用
67625
+ * @author huangbo
67626
+ * @date 2024年9月7日
67559
67627
  **/
67560
67628
  getApplications: function getApplications() {
67561
67629
  var _this = this;
@@ -67603,10 +67671,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67603
67671
  });
67604
67672
  },
67605
67673
 
67606
- /**
67607
- * @desc:获取菜单列表
67608
- * @author huangbo
67609
- * @date 2024年9月7日
67674
+ /**
67675
+ * @desc:获取菜单列表
67676
+ * @author huangbo
67677
+ * @date 2024年9月7日
67610
67678
  **/
67611
67679
  getMenus: function getMenus(loading) {
67612
67680
  var _this2 = this;
@@ -67639,10 +67707,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67639
67707
  });
67640
67708
  },
67641
67709
 
67642
- /**
67643
- * @desc:处理菜单列表
67644
- * @author huangbo
67645
- * @date 2024年9月7日
67710
+ /**
67711
+ * @desc:处理菜单列表
67712
+ * @author huangbo
67713
+ * @date 2024年9月7日
67646
67714
  **/
67647
67715
  renderMenus: function renderMenus(res) {
67648
67716
  this.menus = res;
@@ -67738,10 +67806,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67738
67806
  }
67739
67807
  },
67740
67808
 
67741
- /**
67742
- * @desc:设置页面加载类型
67743
- * @author huangbo
67744
- * @date 2024年9月7日
67809
+ /**
67810
+ * @desc:设置页面加载类型
67811
+ * @author huangbo
67812
+ * @date 2024年9月7日
67745
67813
  **/
67746
67814
  setIframeType: function setIframeType(res) {
67747
67815
  var url = res.url;
@@ -67797,10 +67865,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67797
67865
  return res;
67798
67866
  },
67799
67867
 
67800
- /**
67801
- * @desc:获取菜单
67802
- * @author huangbo
67803
- * @date 2024年9月7日
67868
+ /**
67869
+ * @desc:获取菜单
67870
+ * @author huangbo
67871
+ * @date 2024年9月7日
67804
67872
  **/
67805
67873
  getMenu: function getMenu(menus, res, key) {
67806
67874
  if (Array.isArray(menus)) {
@@ -67829,10 +67897,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67829
67897
  return false;
67830
67898
  },
67831
67899
 
67832
- /**
67833
- * @desc:获取菜单第一条数据
67834
- * @author huangbo
67835
- * @date 2024年9月7日
67900
+ /**
67901
+ * @desc:获取菜单第一条数据
67902
+ * @author huangbo
67903
+ * @date 2024年9月7日
67836
67904
  **/
67837
67905
  getFirst: function getFirst(obj) {
67838
67906
  if (!obj) {
@@ -67851,10 +67919,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67851
67919
  }
67852
67920
  },
67853
67921
 
67854
- /**
67855
- * @desc:遍历设置菜单气泡提醒
67856
- * @author huangbo
67857
- * @date 2024年9月7日
67922
+ /**
67923
+ * @desc:遍历设置菜单气泡提醒
67924
+ * @author huangbo
67925
+ * @date 2024年9月7日
67858
67926
  **/
67859
67927
  setTips: function setTips(obj) {
67860
67928
  var _this3 = this;
@@ -67917,10 +67985,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67917
67985
  }
67918
67986
  },
67919
67987
 
67920
- /**
67921
- * @desc:获取气泡提醒
67922
- * @author huangbo
67923
- * @date 2024年9月7日
67988
+ /**
67989
+ * @desc:获取气泡提醒
67990
+ * @author huangbo
67991
+ * @date 2024年9月7日
67924
67992
  **/
67925
67993
  getBadge: function getBadge(res) {
67926
67994
  var num = res.tips || 0;
@@ -67934,10 +68002,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67934
68002
  };
67935
68003
  },
67936
68004
 
67937
- /**
67938
- * @desc:开启weosocket
67939
- * @author huangbo
67940
- * @date 2024年9月7日
68005
+ /**
68006
+ * @desc:开启weosocket
68007
+ * @author huangbo
68008
+ * @date 2024年9月7日
67941
68009
  **/
67942
68010
  initWebSocket: function initWebSocket() {
67943
68011
  var _this5 = this;
@@ -67986,10 +68054,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67986
68054
  });
67987
68055
  },
67988
68056
 
67989
- /**
67990
- * @desc:显示用户信息
67991
- * @author huangbo
67992
- * @date 2024年9月7日
68057
+ /**
68058
+ * @desc:显示用户信息
68059
+ * @author huangbo
68060
+ * @date 2024年9月7日
67993
68061
  **/
67994
68062
  showUserInfo: function showUserInfo() {
67995
68063
  if (this.showUser === false) {
@@ -67997,19 +68065,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67997
68065
  }
67998
68066
  },
67999
68067
 
68000
- /**
68001
- * @desc:删除更多应用菜单点击
68002
- * @author huangbo
68003
- * @date 2024年9月7日
68068
+ /**
68069
+ * @desc:删除更多应用菜单点击
68070
+ * @author huangbo
68071
+ * @date 2024年9月7日
68004
68072
  **/
68005
68073
  handleDelete: function handleDelete(index) {
68006
68074
  this.newApps.splice(index, 1);
68007
68075
  },
68008
68076
 
68009
- /**
68010
- * @desc:储存更多应用菜单点击
68011
- * @author huangbo
68012
- * @date 2024年9月7日
68077
+ /**
68078
+ * @desc:储存更多应用菜单点击
68079
+ * @author huangbo
68080
+ * @date 2024年9月7日
68013
68081
  **/
68014
68082
  handlerClickApps: function handlerClickApps(res) {
68015
68083
  if (res.permission === false) {
@@ -68022,10 +68090,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68022
68090
  this.handlerClickApp(res);
68023
68091
  },
68024
68092
 
68025
- /**
68026
- * @desc:侧边应用菜单点击
68027
- * @author huangbo
68028
- * @date 2024年9月7日
68093
+ /**
68094
+ * @desc:侧边应用菜单点击
68095
+ * @author huangbo
68096
+ * @date 2024年9月7日
68029
68097
  **/
68030
68098
  handlerClickApp: function handlerClickApp(res) {
68031
68099
  this.showMsg = false;
@@ -68114,10 +68182,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68114
68182
  }
68115
68183
  },
68116
68184
 
68117
- /**
68118
- * @desc:显示Drawer界面
68119
- * @author huangbo
68120
- * @date 2024年9月7日
68185
+ /**
68186
+ * @desc:显示Drawer界面
68187
+ * @author huangbo
68188
+ * @date 2024年9月7日
68121
68189
  **/
68122
68190
  handlerSetDrawer: function handlerSetDrawer(res, type) {
68123
68191
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -68137,19 +68205,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68137
68205
  }
68138
68206
  },
68139
68207
 
68140
- /**
68141
- * @desc:关闭Drawer界面
68142
- * @author huangbo
68143
- * @date 2024年9月7日
68208
+ /**
68209
+ * @desc:关闭Drawer界面
68210
+ * @author huangbo
68211
+ * @date 2024年9月7日
68144
68212
  **/
68145
68213
  handleCloseDrawer: function handleCloseDrawer() {
68146
68214
  this.drawer = { visible: false };
68147
68215
  },
68148
68216
 
68149
- /**
68150
- * @desc:菜单点击
68151
- * @author huangbo
68152
- * @date 2024年9月7日
68217
+ /**
68218
+ * @desc:菜单点击
68219
+ * @author huangbo
68220
+ * @date 2024年9月7日
68153
68221
  **/
68154
68222
  handlerClickMenu: function handlerClickMenu(res) {
68155
68223
  utils_util["a" /* default */].ajax({
@@ -68198,19 +68266,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68198
68266
  },
68199
68267
 
68200
68268
 
68201
- /**
68202
- * @desc:用户详情请求成功
68203
- * @author huangbo
68204
- * @date 2024年9月7日
68269
+ /**
68270
+ * @desc:用户详情请求成功
68271
+ * @author huangbo
68272
+ * @date 2024年9月7日
68205
68273
  **/
68206
68274
  handleSuccess: function handleSuccess(res) {
68207
68275
  this.simpleUserInfo = res.simpleUserInfo;
68208
68276
  },
68209
68277
 
68210
- /**
68211
- * @desc:修改用户配置
68212
- * @author huangbo
68213
- * @date 2024年9月7日
68278
+ /**
68279
+ * @desc:修改用户配置
68280
+ * @author huangbo
68281
+ * @date 2024年9月7日
68214
68282
  **/
68215
68283
  handleChangeConfig: function handleChangeConfig(name, res) {
68216
68284
  if (name == 'userHeadUrl') {
@@ -68226,10 +68294,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68226
68294
  }
68227
68295
  },
68228
68296
 
68229
- /**
68230
- * @desc:关闭webSocket
68231
- * @author huangbo
68232
- * @date 2024年9月7日
68297
+ /**
68298
+ * @desc:关闭webSocket
68299
+ * @author huangbo
68300
+ * @date 2024年9月7日
68233
68301
  **/
68234
68302
  handlerClose: function handlerClose() {
68235
68303
  if (this.webSocket) {
@@ -68237,10 +68305,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68237
68305
  }
68238
68306
  },
68239
68307
 
68240
- /**
68241
- * @desc:刷新选中iframe页签
68242
- * @author huangbo
68243
- * @date 2024年9月7日
68308
+ /**
68309
+ * @desc:刷新选中iframe页签
68310
+ * @author huangbo
68311
+ * @date 2024年9月7日
68244
68312
  **/
68245
68313
  handleRefresh: function handleRefresh() {
68246
68314
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -68261,10 +68329,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68261
68329
  }
68262
68330
  },
68263
68331
 
68264
- /**
68265
- * @desc:删除iframe
68266
- * @author huangbo
68267
- * @date 2024年9月7日
68332
+ /**
68333
+ * @desc:删除iframe
68334
+ * @author huangbo
68335
+ * @date 2024年9月7日
68268
68336
  **/
68269
68337
  handleRemove: function handleRemove(name) {
68270
68338
  var len = this.tabs.length - 1;
@@ -68281,10 +68349,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68281
68349
  }
68282
68350
  },
68283
68351
 
68284
- /**
68285
- * @desc:tabs鼠标右键事件
68286
- * @author huangbo
68287
- * @date 2024年9月7日
68352
+ /**
68353
+ * @desc:tabs鼠标右键事件
68354
+ * @author huangbo
68355
+ * @date 2024年9月7日
68288
68356
  **/
68289
68357
  handleContextmenu: function handleContextmenu(tabs, e) {
68290
68358
  var disabled = {};
@@ -68309,10 +68377,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68309
68377
  window.addEventListener('click', this.closeTabsEvents);
68310
68378
  },
68311
68379
 
68312
- /**
68313
- * @desc:tabs页签事件
68314
- * @author huangbo
68315
- * @date 2024年9月7日
68380
+ /**
68381
+ * @desc:tabs页签事件
68382
+ * @author huangbo
68383
+ * @date 2024年9月7日
68316
68384
  **/
68317
68385
  handleTabsEvents: function handleTabsEvents(num) {
68318
68386
  if (this.pane !== null) {
@@ -68330,10 +68398,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68330
68398
  window.removeEventListener('click', this.closeTabsEvents);
68331
68399
  },
68332
68400
 
68333
- /**
68334
- * @desc:handler工具栏点击事件
68335
- * @author huangbo
68336
- * @date 2024年9月7日
68401
+ /**
68402
+ * @desc:handler工具栏点击事件
68403
+ * @author huangbo
68404
+ * @date 2024年9月7日
68337
68405
  **/
68338
68406
  handleClick: function handleClick(res) {
68339
68407
  var type = res.type,
@@ -68411,10 +68479,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68411
68479
  this.$emit('handler-click', res);
68412
68480
  },
68413
68481
 
68414
- /**
68415
- * @desc:退出登录
68416
- * @author huangbo
68417
- * @date 2024年9月7日
68482
+ /**
68483
+ * @desc:退出登录
68484
+ * @author huangbo
68485
+ * @date 2024年9月7日
68418
68486
  **/
68419
68487
  handleQuit: function handleQuit() {
68420
68488
  var _this6 = this;
@@ -68489,10 +68557,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68489
68557
  }).catch(function (e) {});
68490
68558
  },
68491
68559
 
68492
- /**
68493
- * @desc:主题、消息回调
68494
- * @author huangbo
68495
- * @date 2024年9月7日
68560
+ /**
68561
+ * @desc:主题、消息回调
68562
+ * @author huangbo
68563
+ * @date 2024年9月7日
68496
68564
  **/
68497
68565
  handleChange: function handleChange(res) {
68498
68566
  var type = res.type,
@@ -68508,10 +68576,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68508
68576
  }
68509
68577
  },
68510
68578
 
68511
- /**
68512
- * @desc:菜单布局样式切换
68513
- * @author huangbo
68514
- * @date 2024年9月7日
68579
+ /**
68580
+ * @desc:菜单布局样式切换
68581
+ * @author huangbo
68582
+ * @date 2024年9月7日
68515
68583
  **/
68516
68584
  handleLayout: function handleLayout(res, active) {
68517
68585
  if (active) {
@@ -68520,10 +68588,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68520
68588
  this.$emit('chang-layout', res, active);
68521
68589
  },
68522
68590
 
68523
- /**
68524
- * @desc:消息修改总数
68525
- * @author huangbo
68526
- * @date 2024年9月7日
68591
+ /**
68592
+ * @desc:消息修改总数
68593
+ * @author huangbo
68594
+ * @date 2024年9月7日
68527
68595
  **/
68528
68596
  handleMenuTips: function handleMenuTips(id, num) {
68529
68597
  if (num) {
@@ -68534,10 +68602,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68534
68602
  }
68535
68603
  },
68536
68604
 
68537
- /**
68538
- * @desc:处理即时消息
68539
- * @author huangbo
68540
- * @date 2024年9月7日
68605
+ /**
68606
+ * @desc:处理即时消息
68607
+ * @author huangbo
68608
+ * @date 2024年9月7日
68541
68609
  **/
68542
68610
  handleOpened: function handleOpened(res) {
68543
68611
  var _this7 = this;
@@ -75696,19 +75764,19 @@ var QRCode = __webpack_require__(24);
75696
75764
  //设置logo大小
75697
75765
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
75698
75766
  //设置获取的logo将其变为圆角以及添加白色背景
75699
- /* ctx.fillStyle = "#fff";
75700
- ctx.beginPath();
75701
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
75702
- let w = 46; //圆角宽
75703
- let x = logoPosition - 5;
75704
- let y = logoPosition - 5;
75705
- let r = 5; //圆角半径
75706
- ctx.moveTo(x + r, y);
75707
- ctx.arcTo(x + w, y, x + w, y + h, r);
75708
- ctx.arcTo(x + w, y + h, x, y + h, r);
75709
- ctx.arcTo(x, y + h, x, y, r);
75710
- ctx.arcTo(x, y, x + w, y, r);
75711
- ctx.closePath();
75767
+ /* ctx.fillStyle = "#fff";
75768
+ ctx.beginPath();
75769
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
75770
+ let w = 46; //圆角宽
75771
+ let x = logoPosition - 5;
75772
+ let y = logoPosition - 5;
75773
+ let r = 5; //圆角半径
75774
+ ctx.moveTo(x + r, y);
75775
+ ctx.arcTo(x + w, y, x + w, y + h, r);
75776
+ ctx.arcTo(x + w, y + h, x, y + h, r);
75777
+ ctx.arcTo(x, y + h, x, y, r);
75778
+ ctx.arcTo(x, y, x + w, y, r);
75779
+ ctx.closePath();
75712
75780
  ctx.fill(); */
75713
75781
  logo.onload = function () {
75714
75782
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -93807,7 +93875,7 @@ if (typeof window !== 'undefined' && window.Vue) {
93807
93875
  }
93808
93876
 
93809
93877
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
93810
- version: '0.7.23',
93878
+ version: '0.7.24',
93811
93879
  install: install,
93812
93880
  Button: packages_button,
93813
93881
  ButtonGroup: button_group,