eoss-ui 0.7.22 → 0.7.23

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 (214) hide show
  1. package/lib/button-group.js +5 -4
  2. package/lib/button.js +5 -4
  3. package/lib/calogin.js +238 -237
  4. package/lib/checkbox-group.js +5 -4
  5. package/lib/data-table-form.js +5 -4
  6. package/lib/data-table.js +5 -4
  7. package/lib/date-picker.js +5 -4
  8. package/lib/dialog.js +5 -4
  9. package/lib/eoss-ui.common.js +285 -270
  10. package/lib/flow-group.js +5 -4
  11. package/lib/flow-list.js +5 -4
  12. package/lib/flow.js +17 -11
  13. package/lib/form.js +5 -4
  14. package/lib/handle-user.js +5 -4
  15. package/lib/handler.js +5 -4
  16. package/lib/icon.js +5 -4
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +5 -4
  19. package/lib/input.js +5 -4
  20. package/lib/login.js +17 -7
  21. package/lib/main.js +9 -8
  22. package/lib/nav.js +5 -4
  23. package/lib/page.js +5 -4
  24. package/lib/pagination.js +5 -4
  25. package/lib/player.js +5 -4
  26. package/lib/qr-code.js +18 -17
  27. package/lib/radio-group.js +5 -4
  28. package/lib/retrial-auth.js +5 -4
  29. package/lib/select-ganged.js +5 -4
  30. package/lib/select.js +5 -4
  31. package/lib/selector-panel.js +5 -4
  32. package/lib/selector.js +5 -4
  33. package/lib/sizer.js +5 -4
  34. package/lib/steps.js +5 -4
  35. package/lib/switch.js +5 -4
  36. package/lib/table-form.js +5 -4
  37. package/lib/tabs.js +5 -4
  38. package/lib/tips.js +5 -4
  39. package/lib/tree-group.js +5 -4
  40. package/lib/tree.js +5 -4
  41. package/lib/upload.js +5 -4
  42. package/lib/utils/util.js +5 -4
  43. package/lib/wujie.js +5 -4
  44. package/lib/wxlogin.js +5 -4
  45. package/package.json +1 -1
  46. package/packages/button/index.js +5 -5
  47. package/packages/button/src/main.vue +418 -418
  48. package/packages/button-group/index.js +5 -5
  49. package/packages/calendar/index.js +5 -5
  50. package/packages/calogin/index.js +5 -5
  51. package/packages/calogin/src/plugin.js +915 -915
  52. package/packages/card/index.js +5 -5
  53. package/packages/card/src/main.vue +156 -156
  54. package/packages/cascader/index.js +5 -5
  55. package/packages/cascader/src/main.vue +168 -168
  56. package/packages/checkbox-group/index.js +5 -5
  57. package/packages/checkbox-group/src/main.vue +333 -333
  58. package/packages/clients/index.js +5 -5
  59. package/packages/clients/src/main.vue +151 -151
  60. package/packages/data-table/index.js +5 -5
  61. package/packages/data-table/src/children.vue +39 -39
  62. package/packages/data-table/src/sizer.vue +195 -195
  63. package/packages/data-table-form/index.js +5 -5
  64. package/packages/data-table-form/src/checkbox.vue +101 -101
  65. package/packages/data-table-form/src/colgroup.vue +17 -17
  66. package/packages/data-table-form/src/main.vue +181 -181
  67. package/packages/data-table-form/src/radio.vue +65 -65
  68. package/packages/data-table-form/src/table.vue +233 -233
  69. package/packages/data-table-form/src/tbody.vue +336 -336
  70. package/packages/data-table-form/src/thead.vue +68 -68
  71. package/packages/date-picker/index.js +5 -5
  72. package/packages/date-picker/src/main.vue +236 -236
  73. package/packages/dialog/index.js +5 -5
  74. package/packages/enable-drag/index.js +5 -5
  75. package/packages/enterprise/index.js +5 -5
  76. package/packages/enterprise/src/main.vue +66 -66
  77. package/packages/error-page/index.js +5 -5
  78. package/packages/error-page/src/main.vue +44 -44
  79. package/packages/flow/index.js +5 -5
  80. package/packages/flow/src/component/CustomPreset.vue +322 -322
  81. package/packages/flow/src/component/Preset.vue +255 -255
  82. package/packages/flow/src/component/TimeLimit.vue +190 -190
  83. package/packages/flow/src/form.vue +121 -121
  84. package/packages/flow/src/processForm.vue +4 -0
  85. package/packages/flow/src/table.vue +58 -58
  86. package/packages/flow-group/index.js +5 -5
  87. package/packages/flow-list/index.js +5 -5
  88. package/packages/form/index.js +5 -5
  89. package/packages/handle-user/index.js +5 -5
  90. package/packages/handler/index.js +5 -5
  91. package/packages/icon/index.js +5 -5
  92. package/packages/icons/index.js +5 -5
  93. package/packages/icons/src/main.vue +81 -81
  94. package/packages/input/index.js +5 -5
  95. package/packages/input/src/main.vue +356 -356
  96. package/packages/input-number/index.js +5 -5
  97. package/packages/input-number/src/main.vue +106 -106
  98. package/packages/label/index.js +5 -5
  99. package/packages/label/src/main.vue +457 -457
  100. package/packages/layout/index.js +5 -5
  101. package/packages/layout/src/item.vue +152 -152
  102. package/packages/layout/src/main.vue +31 -31
  103. package/packages/login/index.js +5 -5
  104. package/packages/login/src/main.vue +18 -1
  105. package/packages/main/index.js +5 -5
  106. package/packages/main/src/default/message.vue +249 -249
  107. package/packages/main/src/default/notice.vue +157 -157
  108. package/packages/main/src/public/online.vue +89 -89
  109. package/packages/main/src/public/settings.vue +221 -221
  110. package/packages/main/src/simplicity/apps.vue +388 -388
  111. package/packages/main/src/simplicity/lists.vue +84 -84
  112. package/packages/main/src/simplicity/menu-list.vue +135 -135
  113. package/packages/main/src/simplicity/message.vue +259 -259
  114. package/packages/main/src/simplicity/notice.vue +190 -190
  115. package/packages/main/src/simplicity/router-page.vue +45 -45
  116. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  117. package/packages/menu/index.js +5 -5
  118. package/packages/menu/src/main.vue +584 -584
  119. package/packages/nav/index.js +5 -5
  120. package/packages/nav/src/main.vue +351 -351
  121. package/packages/notify/index.js +5 -5
  122. package/packages/notify/src/main.vue +538 -538
  123. package/packages/page/index.js +5 -5
  124. package/packages/page/src/main.vue +167 -167
  125. package/packages/pagination/index.js +5 -5
  126. package/packages/pagination/src/main.vue +96 -96
  127. package/packages/player/index.js +5 -5
  128. package/packages/player/src/main.vue +194 -194
  129. package/packages/qr-code/index.js +5 -5
  130. package/packages/qr-code/src/main.vue +170 -170
  131. package/packages/radio-group/index.js +6 -6
  132. package/packages/radio-group/src/main.vue +319 -319
  133. package/packages/retrial-auth/index.js +5 -5
  134. package/packages/retrial-auth/src/main.vue +280 -280
  135. package/packages/select/index.js +5 -5
  136. package/packages/select-ganged/index.js +5 -5
  137. package/packages/select-ganged/src/main.vue +724 -724
  138. package/packages/selector/index.js +5 -5
  139. package/packages/selector-panel/index.js +5 -5
  140. package/packages/selector-panel/src/tree.vue +129 -129
  141. package/packages/sizer/index.js +5 -5
  142. package/packages/sizer/src/main.vue +254 -254
  143. package/packages/steps/index.js +5 -5
  144. package/packages/steps/src/main.vue +181 -181
  145. package/packages/switch/index.js +5 -5
  146. package/packages/table-form/index.js +5 -5
  147. package/packages/tabs/index.js +5 -5
  148. package/packages/tabs/src/main.vue +788 -788
  149. package/packages/tabs-panel/index.js +5 -5
  150. package/packages/tabs-panel/src/main.vue +29 -29
  151. package/packages/theme-chalk/src/base.scss +261 -261
  152. package/packages/theme-chalk/src/button-group.scss +176 -176
  153. package/packages/theme-chalk/src/button.scss +24 -24
  154. package/packages/theme-chalk/src/calendar.scss +113 -113
  155. package/packages/theme-chalk/src/card.scss +99 -99
  156. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  157. package/packages/theme-chalk/src/clients.scss +87 -87
  158. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  159. package/packages/theme-chalk/src/data-table.scss +293 -293
  160. package/packages/theme-chalk/src/date-picker.scss +7 -7
  161. package/packages/theme-chalk/src/dialog.scss +77 -77
  162. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  163. package/packages/theme-chalk/src/enterprise.scss +5 -5
  164. package/packages/theme-chalk/src/error-page.scss +18 -18
  165. package/packages/theme-chalk/src/flow-group.scss +110 -110
  166. package/packages/theme-chalk/src/flow-list.scss +39 -39
  167. package/packages/theme-chalk/src/handle-user.scss +40 -40
  168. package/packages/theme-chalk/src/icons.scss +99 -99
  169. package/packages/theme-chalk/src/input.scss +9 -9
  170. package/packages/theme-chalk/src/label.scss +24 -24
  171. package/packages/theme-chalk/src/layout.scss +46 -46
  172. package/packages/theme-chalk/src/main.scss +663 -663
  173. package/packages/theme-chalk/src/menu.scss +222 -222
  174. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  175. package/packages/theme-chalk/src/nav.scss +111 -111
  176. package/packages/theme-chalk/src/page.scss +3 -3
  177. package/packages/theme-chalk/src/pagination.scss +29 -29
  178. package/packages/theme-chalk/src/player.scss +9 -9
  179. package/packages/theme-chalk/src/qr-code.scss +17 -17
  180. package/packages/theme-chalk/src/radio-group.scss +9 -9
  181. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  182. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  183. package/packages/theme-chalk/src/select.scss +8 -8
  184. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  185. package/packages/theme-chalk/src/sizer.scss +36 -36
  186. package/packages/theme-chalk/src/steps.scss +88 -88
  187. package/packages/theme-chalk/src/switch.scss +3 -3
  188. package/packages/theme-chalk/src/table-form.scss +1 -1
  189. package/packages/theme-chalk/src/tabs.scss +87 -87
  190. package/packages/theme-chalk/src/tips.scss +7 -7
  191. package/packages/theme-chalk/src/toolbar.scss +179 -179
  192. package/packages/theme-chalk/src/tree-group.scss +72 -72
  193. package/packages/theme-chalk/src/tree.scss +165 -165
  194. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  195. package/packages/tips/index.js +5 -5
  196. package/packages/tips/src/main.vue +141 -141
  197. package/packages/toolbar/index.js +5 -5
  198. package/packages/toolbar/src/main.vue +430 -430
  199. package/packages/tree/index.js +5 -5
  200. package/packages/tree-group/index.js +5 -5
  201. package/packages/upload/index.js +5 -5
  202. package/packages/upload/src/picture.js +15 -15
  203. package/packages/wujie/index.js +5 -5
  204. package/packages/wujie/src/main.vue +145 -145
  205. package/packages/wxlogin/index.js +5 -5
  206. package/packages/wxlogin/src/main.vue +128 -128
  207. package/src/config/image.js +2 -2
  208. package/src/index.js +1 -1
  209. package/src/utils/bus.js +3 -3
  210. package/src/utils/date-util.js +312 -312
  211. package/src/utils/http.js +50 -50
  212. package/src/utils/store.js +21 -21
  213. package/src/utils/util.js +6 -5
  214. package/src/utils/webSocket.js +107 -107
@@ -242,16 +242,17 @@ var ajax = function ajax(_ref) {
242
242
  http.interceptors.response.use(function (response) {
243
243
  // delPendingRequest(response.config);
244
244
  loading && loading.close();
245
- if (response.headers.authorization && response.headers.authorization !== getStorage('token')) {
246
- setStorage({
245
+ if (response.headers.authorization) {
246
+ response.headers.authorization !== getStorage('token') && setStorage({
247
+
247
248
  key: ['token', 'Authorization'],
248
249
  value: response.headers.authorization
249
250
  });
250
251
  }
251
252
  var ssId = response.headers.ssId || response.headers.Ssid || response.headers.ssid;
252
253
 
253
- if (ssId && ssId !== getStorage('ssId')) {
254
- setStorage({
254
+ if (ssId) {
255
+ ssId !== getStorage('ssId') && setStorage({
255
256
  key: 'ssId',
256
257
  value: ssId
257
258
  });
@@ -6209,8 +6210,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6209
6210
 
6210
6211
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6211
6212
 
6212
- /**
6213
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6213
+ /**
6214
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6214
6215
  */
6215
6216
  var CA_ExtInterface = function () {
6216
6217
  function CA_ExtInterface() {
@@ -6223,11 +6224,11 @@ var CA_ExtInterface = function () {
6223
6224
  this.init();
6224
6225
  }
6225
6226
 
6226
- /**
6227
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6228
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6229
- * @param {Object} target - 目标对象
6230
- * @param {Object} options - 新的选项对象
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 - 新的选项对象
6231
6232
  */
6232
6233
 
6233
6234
 
@@ -6242,8 +6243,8 @@ var CA_ExtInterface = function () {
6242
6243
  }
6243
6244
  };
6244
6245
 
6245
- /**
6246
- * 检查当前会话的 WebSocket URL
6246
+ /**
6247
+ * 检查当前会话的 WebSocket URL
6247
6248
  */
6248
6249
 
6249
6250
 
@@ -6257,8 +6258,8 @@ var CA_ExtInterface = function () {
6257
6258
  }
6258
6259
  };
6259
6260
 
6260
- /**
6261
- * 检查是否使用 ActiveX
6261
+ /**
6262
+ * 检查是否使用 ActiveX
6262
6263
  */
6263
6264
 
6264
6265
 
@@ -6270,11 +6271,11 @@ var CA_ExtInterface = function () {
6270
6271
  }
6271
6272
  };
6272
6273
 
6273
- /**
6274
- * 扩展发送消息并等待响应
6275
- * @param {string} operatorCmd - 操作命令
6276
- * @param {string} sendMsg - 发送的消息
6277
- * @returns {string} 响应消息
6274
+ /**
6275
+ * 扩展发送消息并等待响应
6276
+ * @param {string} operatorCmd - 操作命令
6277
+ * @param {string} sendMsg - 发送的消息
6278
+ * @returns {string} 响应消息
6278
6279
  */
6279
6280
 
6280
6281
 
@@ -6284,11 +6285,11 @@ var CA_ExtInterface = function () {
6284
6285
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6285
6286
  };
6286
6287
 
6287
- /**
6288
- * 发送消息并等待响应
6289
- * @param {string} wsurl - WebSocket URL
6290
- * @param {string} sendMsg - 发送的消息
6291
- * @returns {string} 响应消息
6288
+ /**
6289
+ * 发送消息并等待响应
6290
+ * @param {string} wsurl - WebSocket URL
6291
+ * @param {string} sendMsg - 发送的消息
6292
+ * @returns {string} 响应消息
6292
6293
  */
6293
6294
 
6294
6295
 
@@ -6312,9 +6313,9 @@ var CA_ExtInterface = function () {
6312
6313
  return ResultMsg;
6313
6314
  };
6314
6315
 
6315
- /**
6316
- * 配置选项
6317
- * @param {Object} extendOption - 扩展选项
6316
+ /**
6317
+ * 配置选项
6318
+ * @param {Object} extendOption - 扩展选项
6318
6319
  */
6319
6320
 
6320
6321
 
@@ -6324,8 +6325,8 @@ var CA_ExtInterface = function () {
6324
6325
  }
6325
6326
  };
6326
6327
 
6327
- /**
6328
- * 初始化
6328
+ /**
6329
+ * 初始化
6329
6330
  */
6330
6331
 
6331
6332
 
@@ -6333,9 +6334,9 @@ var CA_ExtInterface = function () {
6333
6334
  this.isUseActioveX();
6334
6335
  };
6335
6336
 
6336
- /**
6337
- * 返回客户端的版本
6338
- * @returns {string} 客户端版本
6337
+ /**
6338
+ * 返回客户端的版本
6339
+ * @returns {string} 客户端版本
6339
6340
  */
6340
6341
 
6341
6342
 
@@ -6348,13 +6349,13 @@ var CA_ExtInterface = function () {
6348
6349
  }
6349
6350
  };
6350
6351
 
6351
- /**
6352
- * 下载客户端程序并安装
6353
- * @param {string} bstrURL - 下载地址
6354
- * @param {string} bstrHashValue - 哈希值
6355
- * @param {boolean} bSync - 是否同步安装
6356
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6357
- * @returns {number} 安装结果
6352
+ /**
6353
+ * 下载客户端程序并安装
6354
+ * @param {string} bstrURL - 下载地址
6355
+ * @param {string} bstrHashValue - 哈希值
6356
+ * @param {boolean} bSync - 是否同步安装
6357
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6358
+ * @returns {number} 安装结果
6358
6359
  */
6359
6360
 
6360
6361
 
@@ -6368,11 +6369,11 @@ var CA_ExtInterface = function () {
6368
6369
  }
6369
6370
  };
6370
6371
 
6371
- /**
6372
- * 获取硬件指纹信息
6373
- * @param {number} dwSign - 签名
6374
- * @param {string} strGateWayIP - 网关 IP
6375
- * @returns {string} 硬件指纹信息
6372
+ /**
6373
+ * 获取硬件指纹信息
6374
+ * @param {number} dwSign - 签名
6375
+ * @param {string} strGateWayIP - 网关 IP
6376
+ * @returns {string} 硬件指纹信息
6376
6377
  */
6377
6378
 
6378
6379
 
@@ -6386,12 +6387,12 @@ var CA_ExtInterface = function () {
6386
6387
  }
6387
6388
  };
6388
6389
 
6389
- /**
6390
- * 设置转发策略和代填策略
6391
- * @param {string} strProxyPolicy - 转发策略
6392
- * @param {string} strSSOPolicy - 代填策略
6393
- * @param {string} strGatewayAddress - 网关地址
6394
- * @returns {number} 设置结果
6390
+ /**
6391
+ * 设置转发策略和代填策略
6392
+ * @param {string} strProxyPolicy - 转发策略
6393
+ * @param {string} strSSOPolicy - 代填策略
6394
+ * @param {string} strGatewayAddress - 网关地址
6395
+ * @returns {number} 设置结果
6395
6396
  */
6396
6397
 
6397
6398
 
@@ -6405,11 +6406,11 @@ var CA_ExtInterface = function () {
6405
6406
  }
6406
6407
  };
6407
6408
 
6408
- /**
6409
- * 启动认证信息模块
6410
- * @param {string} strFileName - 文件名
6411
- * @param {string} strXmlData - XML 数据
6412
- * @returns {string} 认证信息
6409
+ /**
6410
+ * 启动认证信息模块
6411
+ * @param {string} strFileName - 文件名
6412
+ * @param {string} strXmlData - XML 数据
6413
+ * @returns {string} 认证信息
6413
6414
  */
6414
6415
 
6415
6416
 
@@ -6423,10 +6424,10 @@ var CA_ExtInterface = function () {
6423
6424
  }
6424
6425
  };
6425
6426
 
6426
- /**
6427
- * 打开 BS 应用
6428
- * @param {string} strUrl - 应用 URL
6429
- * @returns {number} 打开结果
6427
+ /**
6428
+ * 打开 BS 应用
6429
+ * @param {string} strUrl - 应用 URL
6430
+ * @returns {number} 打开结果
6430
6431
  */
6431
6432
 
6432
6433
 
@@ -6440,12 +6441,12 @@ var CA_ExtInterface = function () {
6440
6441
  }
6441
6442
  };
6442
6443
 
6443
- /**
6444
- * 打开 CS 应用
6445
- * @param {string} strGatewayAddress - 网关地址
6446
- * @param {string} strAppFlag - 应用标识
6447
- * @param {string} strAppPath - 应用路径
6448
- * @returns {number} 打开结果
6444
+ /**
6445
+ * 打开 CS 应用
6446
+ * @param {string} strGatewayAddress - 网关地址
6447
+ * @param {string} strAppFlag - 应用标识
6448
+ * @param {string} strAppPath - 应用路径
6449
+ * @returns {number} 打开结果
6449
6450
  */
6450
6451
 
6451
6452
 
@@ -6459,13 +6460,13 @@ var CA_ExtInterface = function () {
6459
6460
  }
6460
6461
  };
6461
6462
 
6462
- /**
6463
- * 设置自动更新策略
6464
- * @param {string} strGatewayAddress - 网关地址
6465
- * @param {number} nGatewayPort - 网关端口
6466
- * @param {string} strUserToken - 用户令牌
6467
- * @param {number} updatedelay - 更新延迟
6468
- * @returns {number} 设置结果
6463
+ /**
6464
+ * 设置自动更新策略
6465
+ * @param {string} strGatewayAddress - 网关地址
6466
+ * @param {number} nGatewayPort - 网关端口
6467
+ * @param {string} strUserToken - 用户令牌
6468
+ * @param {number} updatedelay - 更新延迟
6469
+ * @returns {number} 设置结果
6469
6470
  */
6470
6471
 
6471
6472
 
@@ -6479,10 +6480,10 @@ var CA_ExtInterface = function () {
6479
6480
  }
6480
6481
  };
6481
6482
 
6482
- /**
6483
- * 获取客户端 IP
6484
- * @param {string} strGatewayIP - 网关 IP
6485
- * @returns {string} 客户端 IP
6483
+ /**
6484
+ * 获取客户端 IP
6485
+ * @param {string} strGatewayIP - 网关 IP
6486
+ * @returns {string} 客户端 IP
6486
6487
  */
6487
6488
 
6488
6489
 
@@ -6496,10 +6497,10 @@ var CA_ExtInterface = function () {
6496
6497
  }
6497
6498
  };
6498
6499
 
6499
- /**
6500
- * 登出网关
6501
- * @param {string} strServerIP - 服务器 IP
6502
- * @returns {number} 登出结果
6500
+ /**
6501
+ * 登出网关
6502
+ * @param {string} strServerIP - 服务器 IP
6503
+ * @returns {number} 登出结果
6503
6504
  */
6504
6505
 
6505
6506
 
@@ -6513,11 +6514,11 @@ var CA_ExtInterface = function () {
6513
6514
  }
6514
6515
  };
6515
6516
 
6516
- /**
6517
- * 运行安装包
6518
- * @param {number} lRunType - 运行类型
6519
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6520
- * @returns {number} 运行结果
6517
+ /**
6518
+ * 运行安装包
6519
+ * @param {number} lRunType - 运行类型
6520
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6521
+ * @returns {number} 运行结果
6521
6522
  */
6522
6523
 
6523
6524
 
@@ -6531,9 +6532,9 @@ var CA_ExtInterface = function () {
6531
6532
  }
6532
6533
  };
6533
6534
 
6534
- /**
6535
- * 获取下载进度
6536
- * @returns {number} 下载进度
6535
+ /**
6536
+ * 获取下载进度
6537
+ * @returns {number} 下载进度
6537
6538
  */
6538
6539
 
6539
6540
 
@@ -6547,9 +6548,9 @@ var CA_ExtInterface = function () {
6547
6548
  }
6548
6549
  };
6549
6550
 
6550
- /**
6551
- * 是否安装完成
6552
- * @returns {boolean} 安装完成状态
6551
+ /**
6552
+ * 是否安装完成
6553
+ * @returns {boolean} 安装完成状态
6553
6554
  */
6554
6555
 
6555
6556
 
@@ -6563,11 +6564,11 @@ var CA_ExtInterface = function () {
6563
6564
  }
6564
6565
  };
6565
6566
 
6566
- /**
6567
- * 初始化签包对象
6568
- * @param {string} strAlgType - 算法类型
6569
- * @param {string} strAuxParam - 辅助参数
6570
- * @returns {number} 初始化结果
6567
+ /**
6568
+ * 初始化签包对象
6569
+ * @param {string} strAlgType - 算法类型
6570
+ * @param {string} strAuxParam - 辅助参数
6571
+ * @returns {number} 初始化结果
6571
6572
  */
6572
6573
 
6573
6574
 
@@ -6581,10 +6582,10 @@ var CA_ExtInterface = function () {
6581
6582
  }
6582
6583
  };
6583
6584
 
6584
- /**
6585
- * 设置摘要算法
6586
- * @param {string} strDigestAlg - 摘要算法
6587
- * @returns {number} 设置结果
6585
+ /**
6586
+ * 设置摘要算法
6587
+ * @param {string} strDigestAlg - 摘要算法
6588
+ * @returns {number} 设置结果
6588
6589
  */
6589
6590
 
6590
6591
 
@@ -6598,10 +6599,10 @@ var CA_ExtInterface = function () {
6598
6599
  }
6599
6600
  };
6600
6601
 
6601
- /**
6602
- * 设置单证书是否弹出对话框
6603
- * @param {number} isChoose - 是否弹出对话框
6604
- * @returns {number} 设置结果
6602
+ /**
6603
+ * 设置单证书是否弹出对话框
6604
+ * @param {number} isChoose - 是否弹出对话框
6605
+ * @returns {number} 设置结果
6605
6606
  */
6606
6607
 
6607
6608
 
@@ -6615,11 +6616,11 @@ var CA_ExtInterface = function () {
6615
6616
  }
6616
6617
  };
6617
6618
 
6618
- /**
6619
- * 添加证书过滤条件
6620
- * @param {number} ulType - 过滤类型
6621
- * @param {string} strValue - 过滤值
6622
- * @returns {number} 添加结果
6619
+ /**
6620
+ * 添加证书过滤条件
6621
+ * @param {number} ulType - 过滤类型
6622
+ * @param {string} strValue - 过滤值
6623
+ * @returns {number} 添加结果
6623
6624
  */
6624
6625
 
6625
6626
 
@@ -6633,9 +6634,9 @@ var CA_ExtInterface = function () {
6633
6634
  }
6634
6635
  };
6635
6636
 
6636
- /**
6637
- * 清除所有过滤条件
6638
- * @returns {number} 清除结果
6637
+ /**
6638
+ * 清除所有过滤条件
6639
+ * @returns {number} 清除结果
6639
6640
  */
6640
6641
 
6641
6642
 
@@ -6649,10 +6650,10 @@ var CA_ExtInterface = function () {
6649
6650
  }
6650
6651
  };
6651
6652
 
6652
- /**
6653
- * P1 签名
6654
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6655
- * @returns {string} 签名结果
6653
+ /**
6654
+ * P1 签名
6655
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6656
+ * @returns {string} 签名结果
6656
6657
  */
6657
6658
 
6658
6659
 
@@ -6666,10 +6667,10 @@ var CA_ExtInterface = function () {
6666
6667
  }
6667
6668
  };
6668
6669
 
6669
- /**
6670
- * P1 签名字符串
6671
- * @param {string} strValue - 待签名的字符串
6672
- * @returns {string} 签名结果
6670
+ /**
6671
+ * P1 签名字符串
6672
+ * @param {string} strValue - 待签名的字符串
6673
+ * @returns {string} 签名结果
6673
6674
  */
6674
6675
 
6675
6676
 
@@ -6683,12 +6684,12 @@ var CA_ExtInterface = function () {
6683
6684
  }
6684
6685
  };
6685
6686
 
6686
- /**
6687
- * P7 签名
6688
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6689
- * @param {boolean} isDetach - 是否分离签名
6690
- * @param {boolean} isIncludeCert - 是否包含证书
6691
- * @returns {string} 签名结果
6687
+ /**
6688
+ * P7 签名
6689
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6690
+ * @param {boolean} isDetach - 是否分离签名
6691
+ * @param {boolean} isIncludeCert - 是否包含证书
6692
+ * @returns {string} 签名结果
6692
6693
  */
6693
6694
 
6694
6695
 
@@ -6702,12 +6703,12 @@ var CA_ExtInterface = function () {
6702
6703
  }
6703
6704
  };
6704
6705
 
6705
- /**
6706
- * P7 签名字符串
6707
- * @param {string} strValue - 待签名的字符串
6708
- * @param {boolean} isDetach - 是否分离签名
6709
- * @param {boolean} isIncludeCert - 是否包含证书
6710
- * @returns {string} 签名结果
6706
+ /**
6707
+ * P7 签名字符串
6708
+ * @param {string} strValue - 待签名的字符串
6709
+ * @param {boolean} isDetach - 是否分离签名
6710
+ * @param {boolean} isIncludeCert - 是否包含证书
6711
+ * @returns {string} 签名结果
6711
6712
  */
6712
6713
 
6713
6714
 
@@ -6721,9 +6722,9 @@ var CA_ExtInterface = function () {
6721
6722
  }
6722
6723
  };
6723
6724
 
6724
- /**
6725
- * 释放签名对象
6726
- * @returns {number} 释放结果
6725
+ /**
6726
+ * 释放签名对象
6727
+ * @returns {number} 释放结果
6727
6728
  */
6728
6729
 
6729
6730
 
@@ -6737,9 +6738,9 @@ var CA_ExtInterface = function () {
6737
6738
  }
6738
6739
  };
6739
6740
 
6740
- /**
6741
- * 获取签名版本
6742
- * @returns {string} 签名版本
6741
+ /**
6742
+ * 获取签名版本
6743
+ * @returns {string} 签名版本
6743
6744
  */
6744
6745
 
6745
6746
 
@@ -6753,9 +6754,9 @@ var CA_ExtInterface = function () {
6753
6754
  }
6754
6755
  };
6755
6756
 
6756
- /**
6757
- * 获取签名证书
6758
- * @returns {string} 签名证书
6757
+ /**
6758
+ * 获取签名证书
6759
+ * @returns {string} 签名证书
6759
6760
  */
6760
6761
 
6761
6762
 
@@ -6769,9 +6770,9 @@ var CA_ExtInterface = function () {
6769
6770
  }
6770
6771
  };
6771
6772
 
6772
- /**
6773
- * 获取错误码
6774
- * @returns {number} 错误码
6773
+ /**
6774
+ * 获取错误码
6775
+ * @returns {number} 错误码
6775
6776
  */
6776
6777
 
6777
6778
 
@@ -6785,9 +6786,9 @@ var CA_ExtInterface = function () {
6785
6786
  }
6786
6787
  };
6787
6788
 
6788
- /**
6789
- * 获取错误信息
6790
- * @returns {string} 错误信息
6789
+ /**
6790
+ * 获取错误信息
6791
+ * @returns {string} 错误信息
6791
6792
  */
6792
6793
 
6793
6794
 
@@ -6801,9 +6802,9 @@ var CA_ExtInterface = function () {
6801
6802
  }
6802
6803
  };
6803
6804
 
6804
- /**
6805
- * 销毁认证对象
6806
- * @returns {number} 销毁结果
6805
+ /**
6806
+ * 销毁认证对象
6807
+ * @returns {number} 销毁结果
6807
6808
  */
6808
6809
 
6809
6810
 
@@ -6817,9 +6818,9 @@ var CA_ExtInterface = function () {
6817
6818
  }
6818
6819
  };
6819
6820
 
6820
- /**
6821
- * 获取证书类型
6822
- * @returns {string} 证书类型
6821
+ /**
6822
+ * 获取证书类型
6823
+ * @returns {string} 证书类型
6823
6824
  */
6824
6825
 
6825
6826
 
@@ -6833,9 +6834,9 @@ var CA_ExtInterface = function () {
6833
6834
  }
6834
6835
  };
6835
6836
 
6836
- /**
6837
- * 获取签名摘要算法
6838
- * @returns {string} 签名摘要算法
6837
+ /**
6838
+ * 获取签名摘要算法
6839
+ * @returns {string} 签名摘要算法
6839
6840
  */
6840
6841
 
6841
6842
 
@@ -6849,11 +6850,11 @@ var CA_ExtInterface = function () {
6849
6850
  }
6850
6851
  };
6851
6852
 
6852
- /**
6853
- * 使能调用序列
6854
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6855
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6856
- * @returns {number} 使能结果
6853
+ /**
6854
+ * 使能调用序列
6855
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6856
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6857
+ * @returns {number} 使能结果
6857
6858
  */
6858
6859
 
6859
6860
 
@@ -6867,9 +6868,9 @@ var CA_ExtInterface = function () {
6867
6868
  }
6868
6869
  };
6869
6870
 
6870
- /**
6871
- * 清空调用序列结果
6872
- * @returns {number} 清空调用序列结果
6871
+ /**
6872
+ * 清空调用序列结果
6873
+ * @returns {number} 清空调用序列结果
6873
6874
  */
6874
6875
 
6875
6876
 
@@ -6883,9 +6884,9 @@ var CA_ExtInterface = function () {
6883
6884
  }
6884
6885
  };
6885
6886
 
6886
- /**
6887
- * 获取调用序列结果
6888
- * @returns {string} 调用序列结果
6887
+ /**
6888
+ * 获取调用序列结果
6889
+ * @returns {string} 调用序列结果
6889
6890
  */
6890
6891
 
6891
6892
 
@@ -6899,12 +6900,12 @@ var CA_ExtInterface = function () {
6899
6900
  }
6900
6901
  };
6901
6902
 
6902
- /**
6903
- * 客户端安全策略检查
6904
- * @param {string} strGatewayAddress - 网关地址
6905
- * @param {number} usGatewayPort - 网关端口
6906
- * @param {string} strSecurityPolicys - 安全策略
6907
- * @returns {boolean} 检查结果
6903
+ /**
6904
+ * 客户端安全策略检查
6905
+ * @param {string} strGatewayAddress - 网关地址
6906
+ * @param {number} usGatewayPort - 网关端口
6907
+ * @param {string} strSecurityPolicys - 安全策略
6908
+ * @returns {boolean} 检查结果
6908
6909
  */
6909
6910
 
6910
6911
 
@@ -6918,9 +6919,9 @@ var CA_ExtInterface = function () {
6918
6919
  }
6919
6920
  };
6920
6921
 
6921
- /**
6922
- * 获取通讯协议版本
6923
- * @returns {string} 通讯协议版本
6922
+ /**
6923
+ * 获取通讯协议版本
6924
+ * @returns {string} 通讯协议版本
6924
6925
  */
6925
6926
 
6926
6927
 
@@ -6934,13 +6935,13 @@ var CA_ExtInterface = function () {
6934
6935
  }
6935
6936
  };
6936
6937
 
6937
- /**
6938
- * 修改 Key 的 Pin 码
6939
- * @param {string} strCertSn - 证书序列号
6940
- * @param {number} lPinCodeType - Pin 码类型
6941
- * @param {string} strCurPinCode - 当前 Pin 码
6942
- * @param {string} strNewPinCode - 新 Pin 码
6943
- * @returns {number} 修改结果
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} 修改结果
6944
6945
  */
6945
6946
 
6946
6947
 
@@ -6954,10 +6955,10 @@ var CA_ExtInterface = function () {
6954
6955
  }
6955
6956
  };
6956
6957
 
6957
- /**
6958
- * 等待策略设置完毕
6959
- * @param {string} strGatewayAddress - 网关地址
6960
- * @returns {number} 等待结果
6958
+ /**
6959
+ * 等待策略设置完毕
6960
+ * @param {string} strGatewayAddress - 网关地址
6961
+ * @returns {number} 等待结果
6961
6962
  */
6962
6963
 
6963
6964
 
@@ -6971,10 +6972,10 @@ var CA_ExtInterface = function () {
6971
6972
  }
6972
6973
  };
6973
6974
 
6974
- /**
6975
- * 获取会话 Token
6976
- * @param {string} strGatewayAddress - 网关地址
6977
- * @returns {string} 会话 Token
6975
+ /**
6976
+ * 获取会话 Token
6977
+ * @param {string} strGatewayAddress - 网关地址
6978
+ * @returns {string} 会话 Token
6978
6979
  */
6979
6980
 
6980
6981
 
@@ -6988,9 +6989,9 @@ var CA_ExtInterface = function () {
6988
6989
  }
6989
6990
  };
6990
6991
 
6991
- /**
6992
- * 获取控件版本
6993
- * @returns {string} 控件版本
6992
+ /**
6993
+ * 获取控件版本
6994
+ * @returns {string} 控件版本
6994
6995
  */
6995
6996
 
6996
6997
 
@@ -7004,10 +7005,10 @@ var CA_ExtInterface = function () {
7004
7005
  }
7005
7006
  };
7006
7007
 
7007
- /**
7008
- * 设置语言资源
7009
- * @param {string} strLanguage - 语言资源
7010
- * @returns {number} 设置结果
7008
+ /**
7009
+ * 设置语言资源
7010
+ * @param {string} strLanguage - 语言资源
7011
+ * @returns {number} 设置结果
7011
7012
  */
7012
7013
 
7013
7014
 
@@ -7021,12 +7022,12 @@ var CA_ExtInterface = function () {
7021
7022
  }
7022
7023
  };
7023
7024
 
7024
- /**
7025
- * 获取用户属性
7026
- * @param {string} strGatewayAddress - 网关地址
7027
- * @param {string} strAppFlag - 应用标识
7028
- * @param {string} strAttributeName - 属性名称
7029
- * @returns {string} 用户属性值
7025
+ /**
7026
+ * 获取用户属性
7027
+ * @param {string} strGatewayAddress - 网关地址
7028
+ * @param {string} strAppFlag - 应用标识
7029
+ * @param {string} strAttributeName - 属性名称
7030
+ * @returns {string} 用户属性值
7030
7031
  */
7031
7032
 
7032
7033
 
@@ -7040,9 +7041,9 @@ var CA_ExtInterface = function () {
7040
7041
  }
7041
7042
  };
7042
7043
 
7043
- /**
7044
- * 获取签名加密 PIN 码
7045
- * @returns {string} 签名加密 PIN 码
7044
+ /**
7045
+ * 获取签名加密 PIN 码
7046
+ * @returns {string} 签名加密 PIN 码
7046
7047
  */
7047
7048
 
7048
7049
 
@@ -7055,20 +7056,20 @@ var CA_ExtInterface = function () {
7055
7056
  return result.value;
7056
7057
  }
7057
7058
  };
7058
- /*
7059
- *曙光四川CA
7060
- *'SOF_GetUserList' 证书列表
7061
- *'SOF_ExportUserCert' 导出证书
7062
- *'SOF_GetCertInfo': 获取证书信息
7063
- *'SOF_GenRandom': 生成随机数
7064
- *'SOF_SignData': 获取证书签名
7065
- *'SOF_Login': 登录证书
7066
- *'SOF_GetPinRetryCount': 剩余次数
7059
+ /*
7060
+ *曙光四川CA
7061
+ *'SOF_GetUserList' 证书列表
7062
+ *'SOF_ExportUserCert' 导出证书
7063
+ *'SOF_GetCertInfo': 获取证书信息
7064
+ *'SOF_GenRandom': 生成随机数
7065
+ *'SOF_SignData': 获取证书签名
7066
+ *'SOF_Login': 登录证书
7067
+ *'SOF_GetPinRetryCount': 剩余次数
7067
7068
  */
7068
- /**
7069
- *
7070
- * 获取webSocket消息
7071
- * @returns {string}
7069
+ /**
7070
+ *
7071
+ * 获取webSocket消息
7072
+ * @returns {string}
7072
7073
  */
7073
7074
 
7074
7075
 
@@ -7104,10 +7105,10 @@ var CA_ExtInterface = function () {
7104
7105
  };
7105
7106
  });
7106
7107
  };
7107
- /**
7108
- *
7109
- * base64解码
7110
- * @returns {string} base64解码后的字符串
7108
+ /**
7109
+ *
7110
+ * base64解码
7111
+ * @returns {string} base64解码后的字符串
7111
7112
  */
7112
7113
 
7113
7114
 
@@ -7142,10 +7143,10 @@ var CA_ExtInterface = function () {
7142
7143
  val = this.utf8_decode(val);
7143
7144
  return val;
7144
7145
  };
7145
- /**
7146
- *
7147
- * base64编码
7148
- * @returns {string} base64编码后的字符串
7146
+ /**
7147
+ *
7148
+ * base64编码
7149
+ * @returns {string} base64编码后的字符串
7149
7150
  */
7150
7151
 
7151
7152
 
@@ -7178,10 +7179,10 @@ var CA_ExtInterface = function () {
7178
7179
  }
7179
7180
  return val;
7180
7181
  };
7181
- /**
7182
- *
7183
- * utf8解码
7184
- * @returns {string} utf8解码后的字符串
7182
+ /**
7183
+ *
7184
+ * utf8解码
7185
+ * @returns {string} utf8解码后的字符串
7185
7186
  */
7186
7187
 
7187
7188
 
@@ -7210,10 +7211,10 @@ var CA_ExtInterface = function () {
7210
7211
  }
7211
7212
  return string;
7212
7213
  };
7213
- /**
7214
- *
7215
- * utf8编码
7216
- * @returns {string} utf8编码后的字符串
7214
+ /**
7215
+ *
7216
+ * utf8编码
7217
+ * @returns {string} utf8编码后的字符串
7217
7218
  */
7218
7219
 
7219
7220
 
@@ -31601,8 +31602,8 @@ var CommonOpinions_component = normalizeComponent(
31601
31602
  )
31602
31603
 
31603
31604
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
31604
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=e6806444&
31605
- var processFormvue_type_template_id_e6806444_render = function () {
31605
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=46843512&
31606
+ var processFormvue_type_template_id_46843512_render = function () {
31606
31607
  var _vm = this
31607
31608
  var _h = _vm.$createElement
31608
31609
  var _c = _vm._self._c || _h
@@ -31888,6 +31889,8 @@ var processFormvue_type_template_id_e6806444_render = function () {
31888
31889
  radioList: _vm.radioList,
31889
31890
  multiple: _vm.multiple,
31890
31891
  isCustomUser: !_vm.isShowNextUser ? 1 : _vm.isCustomUser,
31892
+ isCurrentNodeForbiddenChangeCandidate:
31893
+ _vm.isCurrentNodeForbiddenChangeCandidate,
31891
31894
  options: _vm.options,
31892
31895
  presetEdit: _vm.presetEdit,
31893
31896
  mix: _vm.multiple,
@@ -32379,11 +32382,11 @@ var processFormvue_type_template_id_e6806444_render = function () {
32379
32382
  1
32380
32383
  )
32381
32384
  }
32382
- var processFormvue_type_template_id_e6806444_staticRenderFns = []
32383
- processFormvue_type_template_id_e6806444_render._withStripped = true
32385
+ var processFormvue_type_template_id_46843512_staticRenderFns = []
32386
+ processFormvue_type_template_id_46843512_render._withStripped = true
32384
32387
 
32385
32388
 
32386
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=e6806444&
32389
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=46843512&
32387
32390
 
32388
32391
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=4750588e&
32389
32392
  var selectUservue_type_template_id_4750588e_render = function () {
@@ -34273,6 +34276,7 @@ var processFormvue_type_script_lang_js_components;
34273
34276
  //
34274
34277
  //
34275
34278
  //
34279
+ //
34276
34280
 
34277
34281
 
34278
34282
 
@@ -34353,6 +34357,7 @@ var processFormvue_type_script_lang_js_components;
34353
34357
  return {
34354
34358
  loading: false,
34355
34359
  isCustomUser: 0,
34360
+ isCurrentNodeForbiddenChangeCandidate: 0,
34356
34361
  allLoading: null,
34357
34362
  selectUser: false,
34358
34363
  multiple: false,
@@ -34895,6 +34900,7 @@ var processFormvue_type_script_lang_js_components;
34895
34900
  _this6.allLoading.close();
34896
34901
  }
34897
34902
  if (status === 'success') {
34903
+ _this6.isCurrentNodeForbiddenChangeCandidate = nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
34898
34904
  _this6.nextNode.userInfo = nextUserList;
34899
34905
  _this6.countersignaturetypeCode = countersignaturetypeCode;
34900
34906
  _this6.nextNode.countersignaturetypeText = countersignaturetypeText;
@@ -35177,8 +35183,8 @@ var processFormvue_type_script_lang_js_components;
35177
35183
 
35178
35184
  var processForm_component = normalizeComponent(
35179
35185
  src_processFormvue_type_script_lang_js_,
35180
- processFormvue_type_template_id_e6806444_render,
35181
- processFormvue_type_template_id_e6806444_staticRenderFns,
35186
+ processFormvue_type_template_id_46843512_render,
35187
+ processFormvue_type_template_id_46843512_staticRenderFns,
35182
35188
  false,
35183
35189
  null,
35184
35190
  null,
@@ -56568,8 +56574,8 @@ layout_src_main.install = function (Vue) {
56568
56574
  };
56569
56575
 
56570
56576
  /* harmony default export */ var packages_layout = (layout_src_main);
56571
- // 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=e19b01ac&
56572
- var mainvue_type_template_id_e19b01ac_render = function () {
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 () {
56573
56579
  var _vm = this
56574
56580
  var _h = _vm.$createElement
56575
56581
  var _c = _vm._self._c || _h
@@ -57844,7 +57850,7 @@ var mainvue_type_template_id_e19b01ac_render = function () {
57844
57850
  )
57845
57851
  : _vm._e()
57846
57852
  }
57847
- var mainvue_type_template_id_e19b01ac_staticRenderFns = [
57853
+ var mainvue_type_template_id_3be2e7f1_staticRenderFns = [
57848
57854
  function () {
57849
57855
  var _vm = this
57850
57856
  var _h = _vm.$createElement
@@ -57859,10 +57865,10 @@ var mainvue_type_template_id_e19b01ac_staticRenderFns = [
57859
57865
  ])
57860
57866
  },
57861
57867
  ]
57862
- mainvue_type_template_id_e19b01ac_render._withStripped = true
57868
+ mainvue_type_template_id_3be2e7f1_render._withStripped = true
57863
57869
 
57864
57870
 
57865
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=e19b01ac&
57871
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=3be2e7f1&
57866
57872
 
57867
57873
  // 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&
57868
57874
  var resetPasswordvue_type_template_id_325dc074_render = function () {
@@ -60114,7 +60120,16 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
60114
60120
  if (results.statusCode === 0 || results.statusCode === 2) {
60115
60121
  // statusCode为2时 代表密码过期,也应执行handleResults
60116
60122
  clearTimeout(_this12.interval);
60117
- _this12.handleResults(results, 3);
60123
+ if (results.statusCode === 2) {
60124
+ _this12.$alert(results.msg ? results.msg : '您的初始密码已过期,请及时修改!', '提示', {
60125
+ confirmButtonText: '确定',
60126
+ type: 'warning'
60127
+ }).then(function () {
60128
+ _this12.handleResults(results, 3);
60129
+ }).catch(function (e) {});
60130
+ } else {
60131
+ _this12.handleResults(results, 3);
60132
+ }
60118
60133
  } else {
60119
60134
  _this12.loginInfo(true);
60120
60135
  }
@@ -60328,8 +60343,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
60328
60343
 
60329
60344
  var login_src_main_component = normalizeComponent(
60330
60345
  packages_login_src_mainvue_type_script_lang_js_,
60331
- mainvue_type_template_id_e19b01ac_render,
60332
- mainvue_type_template_id_e19b01ac_staticRenderFns,
60346
+ mainvue_type_template_id_3be2e7f1_render,
60347
+ mainvue_type_template_id_3be2e7f1_staticRenderFns,
60333
60348
  false,
60334
60349
  null,
60335
60350
  null,
@@ -63238,10 +63253,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
63238
63253
  this.$emit('click', res);
63239
63254
  },
63240
63255
 
63241
- /**
63242
- * @desc:获取气泡提醒
63243
- * @author huangbo
63244
- * @date 2024年9月7日
63256
+ /**
63257
+ * @desc:获取气泡提醒
63258
+ * @author huangbo
63259
+ * @date 2024年9月7日
63245
63260
  **/
63246
63261
  getBadge: function getBadge(res) {
63247
63262
  var num = res.tips || 0;
@@ -75681,19 +75696,19 @@ var QRCode = __webpack_require__(24);
75681
75696
  //设置logo大小
75682
75697
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
75683
75698
  //设置获取的logo将其变为圆角以及添加白色背景
75684
- /* ctx.fillStyle = "#fff";
75685
- ctx.beginPath();
75686
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
75687
- let w = 46; //圆角宽
75688
- let x = logoPosition - 5;
75689
- let y = logoPosition - 5;
75690
- let r = 5; //圆角半径
75691
- ctx.moveTo(x + r, y);
75692
- ctx.arcTo(x + w, y, x + w, y + h, r);
75693
- ctx.arcTo(x + w, y + h, x, y + h, r);
75694
- ctx.arcTo(x, y + h, x, y, r);
75695
- ctx.arcTo(x, y, x + w, y, r);
75696
- ctx.closePath();
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();
75697
75712
  ctx.fill(); */
75698
75713
  logo.onload = function () {
75699
75714
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -93792,7 +93807,7 @@ if (typeof window !== 'undefined' && window.Vue) {
93792
93807
  }
93793
93808
 
93794
93809
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
93795
- version: '0.7.22',
93810
+ version: '0.7.23',
93796
93811
  install: install,
93797
93812
  Button: packages_button,
93798
93813
  ButtonGroup: button_group,