eoss-ui 0.7.72 → 0.7.73

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 (219) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +256 -255
  3. package/lib/flow.js +4 -3
  4. package/lib/index.js +1 -1
  5. package/lib/qr-code.js +13 -13
  6. package/lib/theme-chalk/index.css +1 -1
  7. package/lib/theme-chalk/login.css +1 -1
  8. package/package.json +1 -1
  9. package/packages/button/index.js +5 -5
  10. package/packages/button/src/main.vue +418 -418
  11. package/packages/button-group/index.js +5 -5
  12. package/packages/calendar/index.js +5 -5
  13. package/packages/calogin/index.js +5 -5
  14. package/packages/calogin/src/plugin.js +915 -915
  15. package/packages/card/index.js +5 -5
  16. package/packages/card/src/main.vue +156 -156
  17. package/packages/cascader/index.js +5 -5
  18. package/packages/cascader/src/main.vue +168 -168
  19. package/packages/checkbox-group/index.js +5 -5
  20. package/packages/checkbox-group/src/main.vue +333 -333
  21. package/packages/clients/index.js +5 -5
  22. package/packages/data-table/index.js +5 -5
  23. package/packages/data-table/src/children.vue +39 -39
  24. package/packages/data-table/src/sizer.vue +195 -195
  25. package/packages/data-table-form/index.js +5 -5
  26. package/packages/data-table-form/src/checkbox.vue +101 -101
  27. package/packages/data-table-form/src/colgroup.vue +17 -17
  28. package/packages/data-table-form/src/main.vue +181 -181
  29. package/packages/data-table-form/src/radio.vue +65 -65
  30. package/packages/data-table-form/src/table.vue +233 -233
  31. package/packages/data-table-form/src/tbody.vue +336 -336
  32. package/packages/data-table-form/src/thead.vue +68 -68
  33. package/packages/date-picker/index.js +5 -5
  34. package/packages/date-picker/src/main.vue +236 -236
  35. package/packages/dialog/index.js +5 -5
  36. package/packages/enable-drag/index.js +5 -5
  37. package/packages/enterprise/index.js +5 -5
  38. package/packages/enterprise/src/main.vue +66 -66
  39. package/packages/error-page/index.js +5 -5
  40. package/packages/error-page/src/main.vue +44 -44
  41. package/packages/flow/index.js +5 -5
  42. package/packages/flow/src/component/TimeLimit.vue +190 -190
  43. package/packages/flow/src/main.vue +3 -2
  44. package/packages/flow/src/table.vue +58 -58
  45. package/packages/flow-group/index.js +5 -5
  46. package/packages/flow-list/index.js +5 -5
  47. package/packages/form/index.js +5 -5
  48. package/packages/handle-user/index.js +5 -5
  49. package/packages/handler/index.js +5 -5
  50. package/packages/icon/index.js +5 -5
  51. package/packages/icons/index.js +5 -5
  52. package/packages/icons/src/main.vue +81 -81
  53. package/packages/input/index.js +5 -5
  54. package/packages/input/src/main.vue +356 -356
  55. package/packages/input-number/index.js +5 -5
  56. package/packages/input-number/src/main.vue +106 -106
  57. package/packages/label/index.js +5 -5
  58. package/packages/label/src/main.vue +457 -457
  59. package/packages/layout/index.js +5 -5
  60. package/packages/layout/src/item.vue +152 -152
  61. package/packages/layout/src/main.vue +31 -31
  62. package/packages/login/index.js +5 -5
  63. package/packages/main/index.js +5 -5
  64. package/packages/main/src/default/message.vue +249 -249
  65. package/packages/main/src/default/notice.vue +157 -157
  66. package/packages/main/src/simplicity/lists.vue +84 -84
  67. package/packages/main/src/simplicity/router-page.vue +45 -45
  68. package/packages/menu/index.js +5 -5
  69. package/packages/nav/index.js +5 -5
  70. package/packages/notify/index.js +5 -5
  71. package/packages/notify/src/main.vue +538 -538
  72. package/packages/page/index.js +5 -5
  73. package/packages/page/src/main.vue +167 -167
  74. package/packages/pagination/index.js +5 -5
  75. package/packages/pagination/src/main.vue +96 -96
  76. package/packages/player/index.js +5 -5
  77. package/packages/player/src/main.vue +194 -194
  78. package/packages/qr-code/index.js +5 -5
  79. package/packages/qr-code/src/main.vue +170 -170
  80. package/packages/radio-group/index.js +6 -6
  81. package/packages/radio-group/src/main.vue +319 -319
  82. package/packages/retrial-auth/index.js +5 -5
  83. package/packages/retrial-auth/src/main.vue +280 -280
  84. package/packages/select/index.js +5 -5
  85. package/packages/select-ganged/index.js +5 -5
  86. package/packages/select-ganged/src/main.vue +724 -724
  87. package/packages/selector/index.js +5 -5
  88. package/packages/selector-panel/index.js +5 -5
  89. package/packages/selector-panel/src/tree.vue +129 -129
  90. package/packages/sizer/index.js +5 -5
  91. package/packages/sizer/src/main.vue +254 -254
  92. package/packages/steps/index.js +5 -5
  93. package/packages/steps/src/main.vue +181 -181
  94. package/packages/switch/index.js +5 -5
  95. package/packages/table-form/index.js +5 -5
  96. package/packages/tabs/index.js +5 -5
  97. package/packages/tabs/src/main.vue +788 -788
  98. package/packages/tabs-panel/index.js +5 -5
  99. package/packages/tabs-panel/src/main.vue +29 -29
  100. package/packages/theme-chalk/lib/base.css +1 -0
  101. package/packages/theme-chalk/lib/button-group.css +1 -0
  102. package/packages/theme-chalk/lib/button.css +1 -0
  103. package/packages/theme-chalk/lib/calendar.css +1 -0
  104. package/packages/theme-chalk/lib/calogin.css +0 -0
  105. package/packages/theme-chalk/lib/card.css +1 -0
  106. package/packages/theme-chalk/lib/cascader.css +0 -0
  107. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  108. package/packages/theme-chalk/lib/clients.css +1 -0
  109. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  110. package/packages/theme-chalk/lib/data-table.css +1 -0
  111. package/packages/theme-chalk/lib/date-picker.css +1 -0
  112. package/packages/theme-chalk/lib/dialog.css +1 -0
  113. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  114. package/packages/theme-chalk/lib/enterprise.css +1 -0
  115. package/packages/theme-chalk/lib/error-page.css +1 -0
  116. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  117. package/packages/theme-chalk/lib/flow-group.css +1 -0
  118. package/packages/theme-chalk/lib/flow-list.css +1 -0
  119. package/packages/theme-chalk/lib/flow.css +1 -0
  120. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  121. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  122. package/packages/theme-chalk/lib/form.css +1 -0
  123. package/packages/theme-chalk/lib/handle-user.css +1 -0
  124. package/packages/theme-chalk/lib/handler.css +1 -0
  125. package/packages/theme-chalk/lib/icon.css +1 -0
  126. package/packages/theme-chalk/lib/icons.css +1 -0
  127. package/packages/theme-chalk/lib/index.css +1 -0
  128. package/packages/theme-chalk/lib/input-number.css +0 -0
  129. package/packages/theme-chalk/lib/input.css +1 -0
  130. package/packages/theme-chalk/lib/label.css +1 -0
  131. package/packages/theme-chalk/lib/layout.css +1 -0
  132. package/packages/theme-chalk/lib/login.css +1 -0
  133. package/packages/theme-chalk/lib/main.css +1 -0
  134. package/packages/theme-chalk/lib/menu.css +1 -0
  135. package/packages/theme-chalk/lib/nav.css +1 -0
  136. package/packages/theme-chalk/lib/notify.css +0 -0
  137. package/packages/theme-chalk/lib/page.css +1 -0
  138. package/packages/theme-chalk/lib/pagination.css +1 -0
  139. package/packages/theme-chalk/lib/player.css +1 -0
  140. package/packages/theme-chalk/lib/qr-code.css +1 -0
  141. package/packages/theme-chalk/lib/radio-group.css +1 -0
  142. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  143. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  144. package/packages/theme-chalk/lib/select.css +1 -0
  145. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  146. package/packages/theme-chalk/lib/selector.css +1 -0
  147. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  148. package/packages/theme-chalk/lib/simplicity.css +1 -0
  149. package/packages/theme-chalk/lib/sizer.css +1 -0
  150. package/packages/theme-chalk/lib/steps.css +1 -0
  151. package/packages/theme-chalk/lib/switch.css +1 -0
  152. package/packages/theme-chalk/lib/table-form.css +0 -0
  153. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  154. package/packages/theme-chalk/lib/tabs.css +1 -0
  155. package/packages/theme-chalk/lib/tips.css +1 -0
  156. package/packages/theme-chalk/lib/toolbar.css +1 -0
  157. package/packages/theme-chalk/lib/tree-group.css +1 -0
  158. package/packages/theme-chalk/lib/tree.css +1 -0
  159. package/packages/theme-chalk/lib/upload.css +1 -0
  160. package/packages/theme-chalk/lib/wujie.css +0 -0
  161. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  162. package/packages/theme-chalk/src/base.scss +261 -261
  163. package/packages/theme-chalk/src/button-group.scss +176 -176
  164. package/packages/theme-chalk/src/button.scss +24 -24
  165. package/packages/theme-chalk/src/calendar.scss +113 -113
  166. package/packages/theme-chalk/src/card.scss +99 -99
  167. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  168. package/packages/theme-chalk/src/clients.scss +87 -87
  169. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  170. package/packages/theme-chalk/src/date-picker.scss +7 -7
  171. package/packages/theme-chalk/src/dialog.scss +77 -77
  172. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  173. package/packages/theme-chalk/src/enterprise.scss +5 -5
  174. package/packages/theme-chalk/src/error-page.scss +18 -18
  175. package/packages/theme-chalk/src/flow-group.scss +110 -110
  176. package/packages/theme-chalk/src/flow-list.scss +39 -39
  177. package/packages/theme-chalk/src/handle-user.scss +40 -40
  178. package/packages/theme-chalk/src/icons.scss +99 -99
  179. package/packages/theme-chalk/src/input.scss +9 -9
  180. package/packages/theme-chalk/src/label.scss +24 -24
  181. package/packages/theme-chalk/src/layout.scss +46 -46
  182. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  183. package/packages/theme-chalk/src/nav.scss +111 -111
  184. package/packages/theme-chalk/src/page.scss +3 -3
  185. package/packages/theme-chalk/src/pagination.scss +29 -29
  186. package/packages/theme-chalk/src/player.scss +9 -9
  187. package/packages/theme-chalk/src/qr-code.scss +17 -17
  188. package/packages/theme-chalk/src/radio-group.scss +9 -9
  189. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  190. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  191. package/packages/theme-chalk/src/select.scss +8 -8
  192. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  193. package/packages/theme-chalk/src/sizer.scss +36 -36
  194. package/packages/theme-chalk/src/steps.scss +88 -88
  195. package/packages/theme-chalk/src/switch.scss +3 -3
  196. package/packages/theme-chalk/src/table-form.scss +1 -1
  197. package/packages/theme-chalk/src/tabs.scss +87 -87
  198. package/packages/theme-chalk/src/tips.scss +7 -7
  199. package/packages/theme-chalk/src/toolbar.scss +179 -179
  200. package/packages/theme-chalk/src/tree-group.scss +72 -72
  201. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  202. package/packages/tips/index.js +5 -5
  203. package/packages/toolbar/index.js +5 -5
  204. package/packages/tree/index.js +5 -5
  205. package/packages/tree-group/index.js +5 -5
  206. package/packages/upload/index.js +5 -5
  207. package/packages/upload/src/picture.js +15 -15
  208. package/packages/wujie/index.js +5 -5
  209. package/packages/wujie/src/main.vue +145 -145
  210. package/packages/wxlogin/index.js +5 -5
  211. package/packages/wxlogin/src/main.vue +128 -128
  212. package/src/config/image.js +2 -2
  213. package/src/index.js +1 -1
  214. package/src/utils/bus.js +3 -3
  215. package/src/utils/date-util.js +312 -312
  216. package/src/utils/http.js +50 -50
  217. package/src/utils/store.js +21 -21
  218. package/src/utils/webSocket.js +107 -107
  219. package/packages/theme-chalk/gulpfile.js +0 -25
@@ -6775,8 +6775,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6775
6775
 
6776
6776
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6777
6777
 
6778
- /**
6779
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6778
+ /**
6779
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6780
6780
  */
6781
6781
  var CA_ExtInterface = function () {
6782
6782
  function CA_ExtInterface() {
@@ -6789,11 +6789,11 @@ var CA_ExtInterface = function () {
6789
6789
  this.init();
6790
6790
  }
6791
6791
 
6792
- /**
6793
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6794
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6795
- * @param {Object} target - 目标对象
6796
- * @param {Object} options - 新的选项对象
6792
+ /**
6793
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6794
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6795
+ * @param {Object} target - 目标对象
6796
+ * @param {Object} options - 新的选项对象
6797
6797
  */
6798
6798
 
6799
6799
 
@@ -6808,8 +6808,8 @@ var CA_ExtInterface = function () {
6808
6808
  }
6809
6809
  };
6810
6810
 
6811
- /**
6812
- * 检查当前会话的 WebSocket URL
6811
+ /**
6812
+ * 检查当前会话的 WebSocket URL
6813
6813
  */
6814
6814
 
6815
6815
 
@@ -6823,8 +6823,8 @@ var CA_ExtInterface = function () {
6823
6823
  }
6824
6824
  };
6825
6825
 
6826
- /**
6827
- * 检查是否使用 ActiveX
6826
+ /**
6827
+ * 检查是否使用 ActiveX
6828
6828
  */
6829
6829
 
6830
6830
 
@@ -6836,11 +6836,11 @@ var CA_ExtInterface = function () {
6836
6836
  }
6837
6837
  };
6838
6838
 
6839
- /**
6840
- * 扩展发送消息并等待响应
6841
- * @param {string} operatorCmd - 操作命令
6842
- * @param {string} sendMsg - 发送的消息
6843
- * @returns {string} 响应消息
6839
+ /**
6840
+ * 扩展发送消息并等待响应
6841
+ * @param {string} operatorCmd - 操作命令
6842
+ * @param {string} sendMsg - 发送的消息
6843
+ * @returns {string} 响应消息
6844
6844
  */
6845
6845
 
6846
6846
 
@@ -6850,11 +6850,11 @@ var CA_ExtInterface = function () {
6850
6850
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6851
6851
  };
6852
6852
 
6853
- /**
6854
- * 发送消息并等待响应
6855
- * @param {string} wsurl - WebSocket URL
6856
- * @param {string} sendMsg - 发送的消息
6857
- * @returns {string} 响应消息
6853
+ /**
6854
+ * 发送消息并等待响应
6855
+ * @param {string} wsurl - WebSocket URL
6856
+ * @param {string} sendMsg - 发送的消息
6857
+ * @returns {string} 响应消息
6858
6858
  */
6859
6859
 
6860
6860
 
@@ -6878,9 +6878,9 @@ var CA_ExtInterface = function () {
6878
6878
  return ResultMsg;
6879
6879
  };
6880
6880
 
6881
- /**
6882
- * 配置选项
6883
- * @param {Object} extendOption - 扩展选项
6881
+ /**
6882
+ * 配置选项
6883
+ * @param {Object} extendOption - 扩展选项
6884
6884
  */
6885
6885
 
6886
6886
 
@@ -6890,8 +6890,8 @@ var CA_ExtInterface = function () {
6890
6890
  }
6891
6891
  };
6892
6892
 
6893
- /**
6894
- * 初始化
6893
+ /**
6894
+ * 初始化
6895
6895
  */
6896
6896
 
6897
6897
 
@@ -6899,9 +6899,9 @@ var CA_ExtInterface = function () {
6899
6899
  this.isUseActioveX();
6900
6900
  };
6901
6901
 
6902
- /**
6903
- * 返回客户端的版本
6904
- * @returns {string} 客户端版本
6902
+ /**
6903
+ * 返回客户端的版本
6904
+ * @returns {string} 客户端版本
6905
6905
  */
6906
6906
 
6907
6907
 
@@ -6914,13 +6914,13 @@ var CA_ExtInterface = function () {
6914
6914
  }
6915
6915
  };
6916
6916
 
6917
- /**
6918
- * 下载客户端程序并安装
6919
- * @param {string} bstrURL - 下载地址
6920
- * @param {string} bstrHashValue - 哈希值
6921
- * @param {boolean} bSync - 是否同步安装
6922
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6923
- * @returns {number} 安装结果
6917
+ /**
6918
+ * 下载客户端程序并安装
6919
+ * @param {string} bstrURL - 下载地址
6920
+ * @param {string} bstrHashValue - 哈希值
6921
+ * @param {boolean} bSync - 是否同步安装
6922
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6923
+ * @returns {number} 安装结果
6924
6924
  */
6925
6925
 
6926
6926
 
@@ -6934,11 +6934,11 @@ var CA_ExtInterface = function () {
6934
6934
  }
6935
6935
  };
6936
6936
 
6937
- /**
6938
- * 获取硬件指纹信息
6939
- * @param {number} dwSign - 签名
6940
- * @param {string} strGateWayIP - 网关 IP
6941
- * @returns {string} 硬件指纹信息
6937
+ /**
6938
+ * 获取硬件指纹信息
6939
+ * @param {number} dwSign - 签名
6940
+ * @param {string} strGateWayIP - 网关 IP
6941
+ * @returns {string} 硬件指纹信息
6942
6942
  */
6943
6943
 
6944
6944
 
@@ -6952,12 +6952,12 @@ var CA_ExtInterface = function () {
6952
6952
  }
6953
6953
  };
6954
6954
 
6955
- /**
6956
- * 设置转发策略和代填策略
6957
- * @param {string} strProxyPolicy - 转发策略
6958
- * @param {string} strSSOPolicy - 代填策略
6959
- * @param {string} strGatewayAddress - 网关地址
6960
- * @returns {number} 设置结果
6955
+ /**
6956
+ * 设置转发策略和代填策略
6957
+ * @param {string} strProxyPolicy - 转发策略
6958
+ * @param {string} strSSOPolicy - 代填策略
6959
+ * @param {string} strGatewayAddress - 网关地址
6960
+ * @returns {number} 设置结果
6961
6961
  */
6962
6962
 
6963
6963
 
@@ -6971,11 +6971,11 @@ var CA_ExtInterface = function () {
6971
6971
  }
6972
6972
  };
6973
6973
 
6974
- /**
6975
- * 启动认证信息模块
6976
- * @param {string} strFileName - 文件名
6977
- * @param {string} strXmlData - XML 数据
6978
- * @returns {string} 认证信息
6974
+ /**
6975
+ * 启动认证信息模块
6976
+ * @param {string} strFileName - 文件名
6977
+ * @param {string} strXmlData - XML 数据
6978
+ * @returns {string} 认证信息
6979
6979
  */
6980
6980
 
6981
6981
 
@@ -6989,10 +6989,10 @@ var CA_ExtInterface = function () {
6989
6989
  }
6990
6990
  };
6991
6991
 
6992
- /**
6993
- * 打开 BS 应用
6994
- * @param {string} strUrl - 应用 URL
6995
- * @returns {number} 打开结果
6992
+ /**
6993
+ * 打开 BS 应用
6994
+ * @param {string} strUrl - 应用 URL
6995
+ * @returns {number} 打开结果
6996
6996
  */
6997
6997
 
6998
6998
 
@@ -7006,12 +7006,12 @@ var CA_ExtInterface = function () {
7006
7006
  }
7007
7007
  };
7008
7008
 
7009
- /**
7010
- * 打开 CS 应用
7011
- * @param {string} strGatewayAddress - 网关地址
7012
- * @param {string} strAppFlag - 应用标识
7013
- * @param {string} strAppPath - 应用路径
7014
- * @returns {number} 打开结果
7009
+ /**
7010
+ * 打开 CS 应用
7011
+ * @param {string} strGatewayAddress - 网关地址
7012
+ * @param {string} strAppFlag - 应用标识
7013
+ * @param {string} strAppPath - 应用路径
7014
+ * @returns {number} 打开结果
7015
7015
  */
7016
7016
 
7017
7017
 
@@ -7025,13 +7025,13 @@ var CA_ExtInterface = function () {
7025
7025
  }
7026
7026
  };
7027
7027
 
7028
- /**
7029
- * 设置自动更新策略
7030
- * @param {string} strGatewayAddress - 网关地址
7031
- * @param {number} nGatewayPort - 网关端口
7032
- * @param {string} strUserToken - 用户令牌
7033
- * @param {number} updatedelay - 更新延迟
7034
- * @returns {number} 设置结果
7028
+ /**
7029
+ * 设置自动更新策略
7030
+ * @param {string} strGatewayAddress - 网关地址
7031
+ * @param {number} nGatewayPort - 网关端口
7032
+ * @param {string} strUserToken - 用户令牌
7033
+ * @param {number} updatedelay - 更新延迟
7034
+ * @returns {number} 设置结果
7035
7035
  */
7036
7036
 
7037
7037
 
@@ -7045,10 +7045,10 @@ var CA_ExtInterface = function () {
7045
7045
  }
7046
7046
  };
7047
7047
 
7048
- /**
7049
- * 获取客户端 IP
7050
- * @param {string} strGatewayIP - 网关 IP
7051
- * @returns {string} 客户端 IP
7048
+ /**
7049
+ * 获取客户端 IP
7050
+ * @param {string} strGatewayIP - 网关 IP
7051
+ * @returns {string} 客户端 IP
7052
7052
  */
7053
7053
 
7054
7054
 
@@ -7062,10 +7062,10 @@ var CA_ExtInterface = function () {
7062
7062
  }
7063
7063
  };
7064
7064
 
7065
- /**
7066
- * 登出网关
7067
- * @param {string} strServerIP - 服务器 IP
7068
- * @returns {number} 登出结果
7065
+ /**
7066
+ * 登出网关
7067
+ * @param {string} strServerIP - 服务器 IP
7068
+ * @returns {number} 登出结果
7069
7069
  */
7070
7070
 
7071
7071
 
@@ -7079,11 +7079,11 @@ var CA_ExtInterface = function () {
7079
7079
  }
7080
7080
  };
7081
7081
 
7082
- /**
7083
- * 运行安装包
7084
- * @param {number} lRunType - 运行类型
7085
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7086
- * @returns {number} 运行结果
7082
+ /**
7083
+ * 运行安装包
7084
+ * @param {number} lRunType - 运行类型
7085
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7086
+ * @returns {number} 运行结果
7087
7087
  */
7088
7088
 
7089
7089
 
@@ -7097,9 +7097,9 @@ var CA_ExtInterface = function () {
7097
7097
  }
7098
7098
  };
7099
7099
 
7100
- /**
7101
- * 获取下载进度
7102
- * @returns {number} 下载进度
7100
+ /**
7101
+ * 获取下载进度
7102
+ * @returns {number} 下载进度
7103
7103
  */
7104
7104
 
7105
7105
 
@@ -7113,9 +7113,9 @@ var CA_ExtInterface = function () {
7113
7113
  }
7114
7114
  };
7115
7115
 
7116
- /**
7117
- * 是否安装完成
7118
- * @returns {boolean} 安装完成状态
7116
+ /**
7117
+ * 是否安装完成
7118
+ * @returns {boolean} 安装完成状态
7119
7119
  */
7120
7120
 
7121
7121
 
@@ -7129,11 +7129,11 @@ var CA_ExtInterface = function () {
7129
7129
  }
7130
7130
  };
7131
7131
 
7132
- /**
7133
- * 初始化签包对象
7134
- * @param {string} strAlgType - 算法类型
7135
- * @param {string} strAuxParam - 辅助参数
7136
- * @returns {number} 初始化结果
7132
+ /**
7133
+ * 初始化签包对象
7134
+ * @param {string} strAlgType - 算法类型
7135
+ * @param {string} strAuxParam - 辅助参数
7136
+ * @returns {number} 初始化结果
7137
7137
  */
7138
7138
 
7139
7139
 
@@ -7147,10 +7147,10 @@ var CA_ExtInterface = function () {
7147
7147
  }
7148
7148
  };
7149
7149
 
7150
- /**
7151
- * 设置摘要算法
7152
- * @param {string} strDigestAlg - 摘要算法
7153
- * @returns {number} 设置结果
7150
+ /**
7151
+ * 设置摘要算法
7152
+ * @param {string} strDigestAlg - 摘要算法
7153
+ * @returns {number} 设置结果
7154
7154
  */
7155
7155
 
7156
7156
 
@@ -7164,10 +7164,10 @@ var CA_ExtInterface = function () {
7164
7164
  }
7165
7165
  };
7166
7166
 
7167
- /**
7168
- * 设置单证书是否弹出对话框
7169
- * @param {number} isChoose - 是否弹出对话框
7170
- * @returns {number} 设置结果
7167
+ /**
7168
+ * 设置单证书是否弹出对话框
7169
+ * @param {number} isChoose - 是否弹出对话框
7170
+ * @returns {number} 设置结果
7171
7171
  */
7172
7172
 
7173
7173
 
@@ -7181,11 +7181,11 @@ var CA_ExtInterface = function () {
7181
7181
  }
7182
7182
  };
7183
7183
 
7184
- /**
7185
- * 添加证书过滤条件
7186
- * @param {number} ulType - 过滤类型
7187
- * @param {string} strValue - 过滤值
7188
- * @returns {number} 添加结果
7184
+ /**
7185
+ * 添加证书过滤条件
7186
+ * @param {number} ulType - 过滤类型
7187
+ * @param {string} strValue - 过滤值
7188
+ * @returns {number} 添加结果
7189
7189
  */
7190
7190
 
7191
7191
 
@@ -7199,9 +7199,9 @@ var CA_ExtInterface = function () {
7199
7199
  }
7200
7200
  };
7201
7201
 
7202
- /**
7203
- * 清除所有过滤条件
7204
- * @returns {number} 清除结果
7202
+ /**
7203
+ * 清除所有过滤条件
7204
+ * @returns {number} 清除结果
7205
7205
  */
7206
7206
 
7207
7207
 
@@ -7215,10 +7215,10 @@ var CA_ExtInterface = function () {
7215
7215
  }
7216
7216
  };
7217
7217
 
7218
- /**
7219
- * P1 签名
7220
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7221
- * @returns {string} 签名结果
7218
+ /**
7219
+ * P1 签名
7220
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7221
+ * @returns {string} 签名结果
7222
7222
  */
7223
7223
 
7224
7224
 
@@ -7232,10 +7232,10 @@ var CA_ExtInterface = function () {
7232
7232
  }
7233
7233
  };
7234
7234
 
7235
- /**
7236
- * P1 签名字符串
7237
- * @param {string} strValue - 待签名的字符串
7238
- * @returns {string} 签名结果
7235
+ /**
7236
+ * P1 签名字符串
7237
+ * @param {string} strValue - 待签名的字符串
7238
+ * @returns {string} 签名结果
7239
7239
  */
7240
7240
 
7241
7241
 
@@ -7249,12 +7249,12 @@ var CA_ExtInterface = function () {
7249
7249
  }
7250
7250
  };
7251
7251
 
7252
- /**
7253
- * P7 签名
7254
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7255
- * @param {boolean} isDetach - 是否分离签名
7256
- * @param {boolean} isIncludeCert - 是否包含证书
7257
- * @returns {string} 签名结果
7252
+ /**
7253
+ * P7 签名
7254
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7255
+ * @param {boolean} isDetach - 是否分离签名
7256
+ * @param {boolean} isIncludeCert - 是否包含证书
7257
+ * @returns {string} 签名结果
7258
7258
  */
7259
7259
 
7260
7260
 
@@ -7268,12 +7268,12 @@ var CA_ExtInterface = function () {
7268
7268
  }
7269
7269
  };
7270
7270
 
7271
- /**
7272
- * P7 签名字符串
7273
- * @param {string} strValue - 待签名的字符串
7274
- * @param {boolean} isDetach - 是否分离签名
7275
- * @param {boolean} isIncludeCert - 是否包含证书
7276
- * @returns {string} 签名结果
7271
+ /**
7272
+ * P7 签名字符串
7273
+ * @param {string} strValue - 待签名的字符串
7274
+ * @param {boolean} isDetach - 是否分离签名
7275
+ * @param {boolean} isIncludeCert - 是否包含证书
7276
+ * @returns {string} 签名结果
7277
7277
  */
7278
7278
 
7279
7279
 
@@ -7287,9 +7287,9 @@ var CA_ExtInterface = function () {
7287
7287
  }
7288
7288
  };
7289
7289
 
7290
- /**
7291
- * 释放签名对象
7292
- * @returns {number} 释放结果
7290
+ /**
7291
+ * 释放签名对象
7292
+ * @returns {number} 释放结果
7293
7293
  */
7294
7294
 
7295
7295
 
@@ -7303,9 +7303,9 @@ var CA_ExtInterface = function () {
7303
7303
  }
7304
7304
  };
7305
7305
 
7306
- /**
7307
- * 获取签名版本
7308
- * @returns {string} 签名版本
7306
+ /**
7307
+ * 获取签名版本
7308
+ * @returns {string} 签名版本
7309
7309
  */
7310
7310
 
7311
7311
 
@@ -7319,9 +7319,9 @@ var CA_ExtInterface = function () {
7319
7319
  }
7320
7320
  };
7321
7321
 
7322
- /**
7323
- * 获取签名证书
7324
- * @returns {string} 签名证书
7322
+ /**
7323
+ * 获取签名证书
7324
+ * @returns {string} 签名证书
7325
7325
  */
7326
7326
 
7327
7327
 
@@ -7335,9 +7335,9 @@ var CA_ExtInterface = function () {
7335
7335
  }
7336
7336
  };
7337
7337
 
7338
- /**
7339
- * 获取错误码
7340
- * @returns {number} 错误码
7338
+ /**
7339
+ * 获取错误码
7340
+ * @returns {number} 错误码
7341
7341
  */
7342
7342
 
7343
7343
 
@@ -7351,9 +7351,9 @@ var CA_ExtInterface = function () {
7351
7351
  }
7352
7352
  };
7353
7353
 
7354
- /**
7355
- * 获取错误信息
7356
- * @returns {string} 错误信息
7354
+ /**
7355
+ * 获取错误信息
7356
+ * @returns {string} 错误信息
7357
7357
  */
7358
7358
 
7359
7359
 
@@ -7367,9 +7367,9 @@ var CA_ExtInterface = function () {
7367
7367
  }
7368
7368
  };
7369
7369
 
7370
- /**
7371
- * 销毁认证对象
7372
- * @returns {number} 销毁结果
7370
+ /**
7371
+ * 销毁认证对象
7372
+ * @returns {number} 销毁结果
7373
7373
  */
7374
7374
 
7375
7375
 
@@ -7383,9 +7383,9 @@ var CA_ExtInterface = function () {
7383
7383
  }
7384
7384
  };
7385
7385
 
7386
- /**
7387
- * 获取证书类型
7388
- * @returns {string} 证书类型
7386
+ /**
7387
+ * 获取证书类型
7388
+ * @returns {string} 证书类型
7389
7389
  */
7390
7390
 
7391
7391
 
@@ -7399,9 +7399,9 @@ var CA_ExtInterface = function () {
7399
7399
  }
7400
7400
  };
7401
7401
 
7402
- /**
7403
- * 获取签名摘要算法
7404
- * @returns {string} 签名摘要算法
7402
+ /**
7403
+ * 获取签名摘要算法
7404
+ * @returns {string} 签名摘要算法
7405
7405
  */
7406
7406
 
7407
7407
 
@@ -7415,11 +7415,11 @@ var CA_ExtInterface = function () {
7415
7415
  }
7416
7416
  };
7417
7417
 
7418
- /**
7419
- * 使能调用序列
7420
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7421
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7422
- * @returns {number} 使能结果
7418
+ /**
7419
+ * 使能调用序列
7420
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7421
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7422
+ * @returns {number} 使能结果
7423
7423
  */
7424
7424
 
7425
7425
 
@@ -7433,9 +7433,9 @@ var CA_ExtInterface = function () {
7433
7433
  }
7434
7434
  };
7435
7435
 
7436
- /**
7437
- * 清空调用序列结果
7438
- * @returns {number} 清空调用序列结果
7436
+ /**
7437
+ * 清空调用序列结果
7438
+ * @returns {number} 清空调用序列结果
7439
7439
  */
7440
7440
 
7441
7441
 
@@ -7449,9 +7449,9 @@ var CA_ExtInterface = function () {
7449
7449
  }
7450
7450
  };
7451
7451
 
7452
- /**
7453
- * 获取调用序列结果
7454
- * @returns {string} 调用序列结果
7452
+ /**
7453
+ * 获取调用序列结果
7454
+ * @returns {string} 调用序列结果
7455
7455
  */
7456
7456
 
7457
7457
 
@@ -7465,12 +7465,12 @@ var CA_ExtInterface = function () {
7465
7465
  }
7466
7466
  };
7467
7467
 
7468
- /**
7469
- * 客户端安全策略检查
7470
- * @param {string} strGatewayAddress - 网关地址
7471
- * @param {number} usGatewayPort - 网关端口
7472
- * @param {string} strSecurityPolicys - 安全策略
7473
- * @returns {boolean} 检查结果
7468
+ /**
7469
+ * 客户端安全策略检查
7470
+ * @param {string} strGatewayAddress - 网关地址
7471
+ * @param {number} usGatewayPort - 网关端口
7472
+ * @param {string} strSecurityPolicys - 安全策略
7473
+ * @returns {boolean} 检查结果
7474
7474
  */
7475
7475
 
7476
7476
 
@@ -7484,9 +7484,9 @@ var CA_ExtInterface = function () {
7484
7484
  }
7485
7485
  };
7486
7486
 
7487
- /**
7488
- * 获取通讯协议版本
7489
- * @returns {string} 通讯协议版本
7487
+ /**
7488
+ * 获取通讯协议版本
7489
+ * @returns {string} 通讯协议版本
7490
7490
  */
7491
7491
 
7492
7492
 
@@ -7500,13 +7500,13 @@ var CA_ExtInterface = function () {
7500
7500
  }
7501
7501
  };
7502
7502
 
7503
- /**
7504
- * 修改 Key 的 Pin 码
7505
- * @param {string} strCertSn - 证书序列号
7506
- * @param {number} lPinCodeType - Pin 码类型
7507
- * @param {string} strCurPinCode - 当前 Pin 码
7508
- * @param {string} strNewPinCode - 新 Pin 码
7509
- * @returns {number} 修改结果
7503
+ /**
7504
+ * 修改 Key 的 Pin 码
7505
+ * @param {string} strCertSn - 证书序列号
7506
+ * @param {number} lPinCodeType - Pin 码类型
7507
+ * @param {string} strCurPinCode - 当前 Pin 码
7508
+ * @param {string} strNewPinCode - 新 Pin 码
7509
+ * @returns {number} 修改结果
7510
7510
  */
7511
7511
 
7512
7512
 
@@ -7520,10 +7520,10 @@ var CA_ExtInterface = function () {
7520
7520
  }
7521
7521
  };
7522
7522
 
7523
- /**
7524
- * 等待策略设置完毕
7525
- * @param {string} strGatewayAddress - 网关地址
7526
- * @returns {number} 等待结果
7523
+ /**
7524
+ * 等待策略设置完毕
7525
+ * @param {string} strGatewayAddress - 网关地址
7526
+ * @returns {number} 等待结果
7527
7527
  */
7528
7528
 
7529
7529
 
@@ -7537,10 +7537,10 @@ var CA_ExtInterface = function () {
7537
7537
  }
7538
7538
  };
7539
7539
 
7540
- /**
7541
- * 获取会话 Token
7542
- * @param {string} strGatewayAddress - 网关地址
7543
- * @returns {string} 会话 Token
7540
+ /**
7541
+ * 获取会话 Token
7542
+ * @param {string} strGatewayAddress - 网关地址
7543
+ * @returns {string} 会话 Token
7544
7544
  */
7545
7545
 
7546
7546
 
@@ -7554,9 +7554,9 @@ var CA_ExtInterface = function () {
7554
7554
  }
7555
7555
  };
7556
7556
 
7557
- /**
7558
- * 获取控件版本
7559
- * @returns {string} 控件版本
7557
+ /**
7558
+ * 获取控件版本
7559
+ * @returns {string} 控件版本
7560
7560
  */
7561
7561
 
7562
7562
 
@@ -7570,10 +7570,10 @@ var CA_ExtInterface = function () {
7570
7570
  }
7571
7571
  };
7572
7572
 
7573
- /**
7574
- * 设置语言资源
7575
- * @param {string} strLanguage - 语言资源
7576
- * @returns {number} 设置结果
7573
+ /**
7574
+ * 设置语言资源
7575
+ * @param {string} strLanguage - 语言资源
7576
+ * @returns {number} 设置结果
7577
7577
  */
7578
7578
 
7579
7579
 
@@ -7587,12 +7587,12 @@ var CA_ExtInterface = function () {
7587
7587
  }
7588
7588
  };
7589
7589
 
7590
- /**
7591
- * 获取用户属性
7592
- * @param {string} strGatewayAddress - 网关地址
7593
- * @param {string} strAppFlag - 应用标识
7594
- * @param {string} strAttributeName - 属性名称
7595
- * @returns {string} 用户属性值
7590
+ /**
7591
+ * 获取用户属性
7592
+ * @param {string} strGatewayAddress - 网关地址
7593
+ * @param {string} strAppFlag - 应用标识
7594
+ * @param {string} strAttributeName - 属性名称
7595
+ * @returns {string} 用户属性值
7596
7596
  */
7597
7597
 
7598
7598
 
@@ -7606,9 +7606,9 @@ var CA_ExtInterface = function () {
7606
7606
  }
7607
7607
  };
7608
7608
 
7609
- /**
7610
- * 获取签名加密 PIN 码
7611
- * @returns {string} 签名加密 PIN 码
7609
+ /**
7610
+ * 获取签名加密 PIN 码
7611
+ * @returns {string} 签名加密 PIN 码
7612
7612
  */
7613
7613
 
7614
7614
 
@@ -7621,20 +7621,20 @@ var CA_ExtInterface = function () {
7621
7621
  return result.value;
7622
7622
  }
7623
7623
  };
7624
- /*
7625
- *曙光四川CA
7626
- *'SOF_GetUserList' 证书列表
7627
- *'SOF_ExportUserCert' 导出证书
7628
- *'SOF_GetCertInfo': 获取证书信息
7629
- *'SOF_GenRandom': 生成随机数
7630
- *'SOF_SignData': 获取证书签名
7631
- *'SOF_Login': 登录证书
7632
- *'SOF_GetPinRetryCount': 剩余次数
7624
+ /*
7625
+ *曙光四川CA
7626
+ *'SOF_GetUserList' 证书列表
7627
+ *'SOF_ExportUserCert' 导出证书
7628
+ *'SOF_GetCertInfo': 获取证书信息
7629
+ *'SOF_GenRandom': 生成随机数
7630
+ *'SOF_SignData': 获取证书签名
7631
+ *'SOF_Login': 登录证书
7632
+ *'SOF_GetPinRetryCount': 剩余次数
7633
7633
  */
7634
- /**
7635
- *
7636
- * 获取webSocket消息
7637
- * @returns {string}
7634
+ /**
7635
+ *
7636
+ * 获取webSocket消息
7637
+ * @returns {string}
7638
7638
  */
7639
7639
 
7640
7640
 
@@ -7670,10 +7670,10 @@ var CA_ExtInterface = function () {
7670
7670
  };
7671
7671
  });
7672
7672
  };
7673
- /**
7674
- *
7675
- * base64解码
7676
- * @returns {string} base64解码后的字符串
7673
+ /**
7674
+ *
7675
+ * base64解码
7676
+ * @returns {string} base64解码后的字符串
7677
7677
  */
7678
7678
 
7679
7679
 
@@ -7708,10 +7708,10 @@ var CA_ExtInterface = function () {
7708
7708
  val = this.utf8_decode(val);
7709
7709
  return val;
7710
7710
  };
7711
- /**
7712
- *
7713
- * base64编码
7714
- * @returns {string} base64编码后的字符串
7711
+ /**
7712
+ *
7713
+ * base64编码
7714
+ * @returns {string} base64编码后的字符串
7715
7715
  */
7716
7716
 
7717
7717
 
@@ -7744,10 +7744,10 @@ var CA_ExtInterface = function () {
7744
7744
  }
7745
7745
  return val;
7746
7746
  };
7747
- /**
7748
- *
7749
- * utf8解码
7750
- * @returns {string} utf8解码后的字符串
7747
+ /**
7748
+ *
7749
+ * utf8解码
7750
+ * @returns {string} utf8解码后的字符串
7751
7751
  */
7752
7752
 
7753
7753
 
@@ -7776,10 +7776,10 @@ var CA_ExtInterface = function () {
7776
7776
  }
7777
7777
  return string;
7778
7778
  };
7779
- /**
7780
- *
7781
- * utf8编码
7782
- * @returns {string} utf8编码后的字符串
7779
+ /**
7780
+ *
7781
+ * utf8编码
7782
+ * @returns {string} utf8编码后的字符串
7783
7783
  */
7784
7784
 
7785
7785
 
@@ -28203,8 +28203,8 @@ form_src_main.install = function (Vue) {
28203
28203
  };
28204
28204
 
28205
28205
  /* harmony default export */ var packages_form = (form_src_main);
28206
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=389411fe&
28207
- var mainvue_type_template_id_389411fe_render = function () {
28206
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=3280dd80&
28207
+ var mainvue_type_template_id_3280dd80_render = function () {
28208
28208
  var _vm = this
28209
28209
  var _h = _vm.$createElement
28210
28210
  var _c = _vm._self._c || _h
@@ -31145,11 +31145,11 @@ var mainvue_type_template_id_389411fe_render = function () {
31145
31145
  )
31146
31146
  : _vm._e()
31147
31147
  }
31148
- var mainvue_type_template_id_389411fe_staticRenderFns = []
31149
- mainvue_type_template_id_389411fe_render._withStripped = true
31148
+ var mainvue_type_template_id_3280dd80_staticRenderFns = []
31149
+ mainvue_type_template_id_3280dd80_render._withStripped = true
31150
31150
 
31151
31151
 
31152
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=389411fe&
31152
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=3280dd80&
31153
31153
 
31154
31154
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=4a620f86&
31155
31155
  var CommonOpinionsvue_type_template_id_4a620f86_render = function () {
@@ -49944,6 +49944,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49944
49944
 
49945
49945
  _this27.loading.close();
49946
49946
  if (status === 'success') {
49947
+ _this27.isCurrentNodeForbiddenChangeCandidate = data.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
49947
49948
  _this27.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
49948
49949
  _this27.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
49949
49950
  if (_this27.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
@@ -50380,7 +50381,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50380
50381
  _this29.nodeFixedOpinionSelectList.push({ content: x });
50381
50382
  });
50382
50383
  }
50383
- _this29.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
50384
+
50384
50385
  _this29.value = opinion || '';
50385
50386
  _this29.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
50386
50387
  _this29.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
@@ -51059,8 +51060,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51059
51060
 
51060
51061
  var flow_src_main_component = normalizeComponent(
51061
51062
  packages_flow_src_mainvue_type_script_lang_js_,
51062
- mainvue_type_template_id_389411fe_render,
51063
- mainvue_type_template_id_389411fe_staticRenderFns,
51063
+ mainvue_type_template_id_3280dd80_render,
51064
+ mainvue_type_template_id_3280dd80_staticRenderFns,
51064
51065
  false,
51065
51066
  null,
51066
51067
  null,
@@ -84465,19 +84466,19 @@ var QRCode = __webpack_require__(27);
84465
84466
  //设置logo大小
84466
84467
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84467
84468
  //设置获取的logo将其变为圆角以及添加白色背景
84468
- /* ctx.fillStyle = "#fff";
84469
- ctx.beginPath();
84470
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84471
- let w = 46; //圆角宽
84472
- let x = logoPosition - 5;
84473
- let y = logoPosition - 5;
84474
- let r = 5; //圆角半径
84475
- ctx.moveTo(x + r, y);
84476
- ctx.arcTo(x + w, y, x + w, y + h, r);
84477
- ctx.arcTo(x + w, y + h, x, y + h, r);
84478
- ctx.arcTo(x, y + h, x, y, r);
84479
- ctx.arcTo(x, y, x + w, y, r);
84480
- ctx.closePath();
84469
+ /* ctx.fillStyle = "#fff";
84470
+ ctx.beginPath();
84471
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84472
+ let w = 46; //圆角宽
84473
+ let x = logoPosition - 5;
84474
+ let y = logoPosition - 5;
84475
+ let r = 5; //圆角半径
84476
+ ctx.moveTo(x + r, y);
84477
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84478
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84479
+ ctx.arcTo(x, y + h, x, y, r);
84480
+ ctx.arcTo(x, y, x + w, y, r);
84481
+ ctx.closePath();
84481
84482
  ctx.fill(); */
84482
84483
  logo.onload = function () {
84483
84484
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -102594,7 +102595,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102594
102595
  }
102595
102596
 
102596
102597
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102597
- version: '0.7.72',
102598
+ version: '0.7.73',
102598
102599
  install: install,
102599
102600
  Button: packages_button,
102600
102601
  ButtonGroup: button_group,