eoss-ui 0.7.76 → 0.7.77

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 (160) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +283 -265
  3. package/lib/index.js +1 -1
  4. package/lib/login.js +7 -4
  5. package/lib/main.js +24 -9
  6. package/lib/qr-code.js +13 -13
  7. package/lib/theme-chalk/index.css +1 -1
  8. package/lib/theme-chalk/login.css +1 -1
  9. package/package.json +1 -1
  10. package/packages/button/index.js +5 -5
  11. package/packages/button/src/main.vue +418 -418
  12. package/packages/button-group/index.js +5 -5
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/calogin/index.js +5 -5
  15. package/packages/calogin/src/plugin.js +915 -915
  16. package/packages/card/index.js +5 -5
  17. package/packages/card/src/main.vue +156 -156
  18. package/packages/cascader/index.js +5 -5
  19. package/packages/cascader/src/main.vue +168 -168
  20. package/packages/checkbox-group/index.js +5 -5
  21. package/packages/checkbox-group/src/main.vue +333 -333
  22. package/packages/clients/index.js +5 -5
  23. package/packages/data-table/index.js +5 -5
  24. package/packages/data-table/src/children.vue +39 -39
  25. package/packages/data-table/src/sizer.vue +195 -195
  26. package/packages/data-table-form/index.js +5 -5
  27. package/packages/data-table-form/src/checkbox.vue +101 -101
  28. package/packages/data-table-form/src/colgroup.vue +17 -17
  29. package/packages/data-table-form/src/main.vue +181 -181
  30. package/packages/data-table-form/src/radio.vue +65 -65
  31. package/packages/data-table-form/src/table.vue +233 -233
  32. package/packages/data-table-form/src/tbody.vue +336 -336
  33. package/packages/data-table-form/src/thead.vue +68 -68
  34. package/packages/date-picker/index.js +5 -5
  35. package/packages/date-picker/src/main.vue +236 -236
  36. package/packages/dialog/index.js +5 -5
  37. package/packages/enable-drag/index.js +5 -5
  38. package/packages/enterprise/index.js +5 -5
  39. package/packages/enterprise/src/main.vue +66 -66
  40. package/packages/error-page/index.js +5 -5
  41. package/packages/error-page/src/main.vue +44 -44
  42. package/packages/flow/index.js +5 -5
  43. package/packages/flow/src/component/TimeLimit.vue +190 -190
  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/login/src/main.vue +5 -2
  64. package/packages/main/index.js +5 -5
  65. package/packages/main/src/default/message.vue +249 -249
  66. package/packages/main/src/default/notice.vue +157 -157
  67. package/packages/main/src/simplicity/lists.vue +84 -84
  68. package/packages/main/src/simplicity/router-page.vue +45 -45
  69. package/packages/main/src/simplicityTop/index.vue +12 -1
  70. package/packages/menu/index.js +5 -5
  71. package/packages/nav/index.js +5 -5
  72. package/packages/notify/index.js +5 -5
  73. package/packages/notify/src/main.vue +538 -538
  74. package/packages/page/index.js +5 -5
  75. package/packages/page/src/main.vue +167 -167
  76. package/packages/pagination/index.js +5 -5
  77. package/packages/pagination/src/main.vue +96 -96
  78. package/packages/player/index.js +5 -5
  79. package/packages/player/src/main.vue +194 -194
  80. package/packages/qr-code/index.js +5 -5
  81. package/packages/qr-code/src/main.vue +170 -170
  82. package/packages/radio-group/index.js +6 -6
  83. package/packages/radio-group/src/main.vue +319 -319
  84. package/packages/retrial-auth/index.js +5 -5
  85. package/packages/retrial-auth/src/main.vue +280 -280
  86. package/packages/select/index.js +5 -5
  87. package/packages/select-ganged/index.js +5 -5
  88. package/packages/select-ganged/src/main.vue +724 -724
  89. package/packages/selector/index.js +5 -5
  90. package/packages/selector-panel/index.js +5 -5
  91. package/packages/selector-panel/src/tree.vue +129 -129
  92. package/packages/sizer/index.js +5 -5
  93. package/packages/sizer/src/main.vue +254 -254
  94. package/packages/steps/index.js +5 -5
  95. package/packages/steps/src/main.vue +181 -181
  96. package/packages/switch/index.js +5 -5
  97. package/packages/table-form/index.js +5 -5
  98. package/packages/tabs/index.js +5 -5
  99. package/packages/tabs/src/main.vue +788 -788
  100. package/packages/tabs-panel/index.js +5 -5
  101. package/packages/tabs-panel/src/main.vue +29 -29
  102. package/packages/theme-chalk/lib/index.css +1 -1
  103. package/packages/theme-chalk/lib/login.css +1 -1
  104. package/packages/theme-chalk/src/base.scss +261 -261
  105. package/packages/theme-chalk/src/button-group.scss +176 -176
  106. package/packages/theme-chalk/src/button.scss +24 -24
  107. package/packages/theme-chalk/src/calendar.scss +113 -113
  108. package/packages/theme-chalk/src/card.scss +99 -99
  109. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  110. package/packages/theme-chalk/src/clients.scss +87 -87
  111. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  112. package/packages/theme-chalk/src/date-picker.scss +7 -7
  113. package/packages/theme-chalk/src/dialog.scss +77 -77
  114. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  115. package/packages/theme-chalk/src/enterprise.scss +5 -5
  116. package/packages/theme-chalk/src/error-page.scss +18 -18
  117. package/packages/theme-chalk/src/flow-group.scss +110 -110
  118. package/packages/theme-chalk/src/flow-list.scss +39 -39
  119. package/packages/theme-chalk/src/handle-user.scss +40 -40
  120. package/packages/theme-chalk/src/icons.scss +99 -99
  121. package/packages/theme-chalk/src/input.scss +9 -9
  122. package/packages/theme-chalk/src/label.scss +24 -24
  123. package/packages/theme-chalk/src/layout.scss +46 -46
  124. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  125. package/packages/theme-chalk/src/nav.scss +111 -111
  126. package/packages/theme-chalk/src/page.scss +3 -3
  127. package/packages/theme-chalk/src/pagination.scss +29 -29
  128. package/packages/theme-chalk/src/player.scss +9 -9
  129. package/packages/theme-chalk/src/qr-code.scss +17 -17
  130. package/packages/theme-chalk/src/radio-group.scss +9 -9
  131. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  132. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  133. package/packages/theme-chalk/src/select.scss +8 -8
  134. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  135. package/packages/theme-chalk/src/sizer.scss +36 -36
  136. package/packages/theme-chalk/src/steps.scss +88 -88
  137. package/packages/theme-chalk/src/switch.scss +3 -3
  138. package/packages/theme-chalk/src/table-form.scss +1 -1
  139. package/packages/theme-chalk/src/tabs.scss +87 -87
  140. package/packages/theme-chalk/src/tips.scss +7 -7
  141. package/packages/theme-chalk/src/toolbar.scss +179 -179
  142. package/packages/theme-chalk/src/tree-group.scss +72 -72
  143. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  144. package/packages/tips/index.js +5 -5
  145. package/packages/toolbar/index.js +5 -5
  146. package/packages/tree/index.js +5 -5
  147. package/packages/tree-group/index.js +5 -5
  148. package/packages/upload/index.js +5 -5
  149. package/packages/upload/src/picture.js +15 -15
  150. package/packages/wujie/index.js +5 -5
  151. package/packages/wujie/src/main.vue +145 -145
  152. package/packages/wxlogin/index.js +5 -5
  153. package/packages/wxlogin/src/main.vue +128 -128
  154. package/src/config/image.js +2 -2
  155. package/src/index.js +1 -1
  156. package/src/utils/bus.js +3 -3
  157. package/src/utils/date-util.js +312 -312
  158. package/src/utils/http.js +50 -50
  159. package/src/utils/store.js +21 -21
  160. package/src/utils/webSocket.js +107 -107
@@ -6807,8 +6807,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6807
6807
 
6808
6808
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6809
6809
 
6810
- /**
6811
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6810
+ /**
6811
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6812
6812
  */
6813
6813
  var CA_ExtInterface = function () {
6814
6814
  function CA_ExtInterface() {
@@ -6821,11 +6821,11 @@ var CA_ExtInterface = function () {
6821
6821
  this.init();
6822
6822
  }
6823
6823
 
6824
- /**
6825
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6826
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6827
- * @param {Object} target - 目标对象
6828
- * @param {Object} options - 新的选项对象
6824
+ /**
6825
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6826
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6827
+ * @param {Object} target - 目标对象
6828
+ * @param {Object} options - 新的选项对象
6829
6829
  */
6830
6830
 
6831
6831
 
@@ -6840,8 +6840,8 @@ var CA_ExtInterface = function () {
6840
6840
  }
6841
6841
  };
6842
6842
 
6843
- /**
6844
- * 检查当前会话的 WebSocket URL
6843
+ /**
6844
+ * 检查当前会话的 WebSocket URL
6845
6845
  */
6846
6846
 
6847
6847
 
@@ -6855,8 +6855,8 @@ var CA_ExtInterface = function () {
6855
6855
  }
6856
6856
  };
6857
6857
 
6858
- /**
6859
- * 检查是否使用 ActiveX
6858
+ /**
6859
+ * 检查是否使用 ActiveX
6860
6860
  */
6861
6861
 
6862
6862
 
@@ -6868,11 +6868,11 @@ var CA_ExtInterface = function () {
6868
6868
  }
6869
6869
  };
6870
6870
 
6871
- /**
6872
- * 扩展发送消息并等待响应
6873
- * @param {string} operatorCmd - 操作命令
6874
- * @param {string} sendMsg - 发送的消息
6875
- * @returns {string} 响应消息
6871
+ /**
6872
+ * 扩展发送消息并等待响应
6873
+ * @param {string} operatorCmd - 操作命令
6874
+ * @param {string} sendMsg - 发送的消息
6875
+ * @returns {string} 响应消息
6876
6876
  */
6877
6877
 
6878
6878
 
@@ -6882,11 +6882,11 @@ var CA_ExtInterface = function () {
6882
6882
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6883
6883
  };
6884
6884
 
6885
- /**
6886
- * 发送消息并等待响应
6887
- * @param {string} wsurl - WebSocket URL
6888
- * @param {string} sendMsg - 发送的消息
6889
- * @returns {string} 响应消息
6885
+ /**
6886
+ * 发送消息并等待响应
6887
+ * @param {string} wsurl - WebSocket URL
6888
+ * @param {string} sendMsg - 发送的消息
6889
+ * @returns {string} 响应消息
6890
6890
  */
6891
6891
 
6892
6892
 
@@ -6910,9 +6910,9 @@ var CA_ExtInterface = function () {
6910
6910
  return ResultMsg;
6911
6911
  };
6912
6912
 
6913
- /**
6914
- * 配置选项
6915
- * @param {Object} extendOption - 扩展选项
6913
+ /**
6914
+ * 配置选项
6915
+ * @param {Object} extendOption - 扩展选项
6916
6916
  */
6917
6917
 
6918
6918
 
@@ -6922,8 +6922,8 @@ var CA_ExtInterface = function () {
6922
6922
  }
6923
6923
  };
6924
6924
 
6925
- /**
6926
- * 初始化
6925
+ /**
6926
+ * 初始化
6927
6927
  */
6928
6928
 
6929
6929
 
@@ -6931,9 +6931,9 @@ var CA_ExtInterface = function () {
6931
6931
  this.isUseActioveX();
6932
6932
  };
6933
6933
 
6934
- /**
6935
- * 返回客户端的版本
6936
- * @returns {string} 客户端版本
6934
+ /**
6935
+ * 返回客户端的版本
6936
+ * @returns {string} 客户端版本
6937
6937
  */
6938
6938
 
6939
6939
 
@@ -6946,13 +6946,13 @@ var CA_ExtInterface = function () {
6946
6946
  }
6947
6947
  };
6948
6948
 
6949
- /**
6950
- * 下载客户端程序并安装
6951
- * @param {string} bstrURL - 下载地址
6952
- * @param {string} bstrHashValue - 哈希值
6953
- * @param {boolean} bSync - 是否同步安装
6954
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6955
- * @returns {number} 安装结果
6949
+ /**
6950
+ * 下载客户端程序并安装
6951
+ * @param {string} bstrURL - 下载地址
6952
+ * @param {string} bstrHashValue - 哈希值
6953
+ * @param {boolean} bSync - 是否同步安装
6954
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6955
+ * @returns {number} 安装结果
6956
6956
  */
6957
6957
 
6958
6958
 
@@ -6966,11 +6966,11 @@ var CA_ExtInterface = function () {
6966
6966
  }
6967
6967
  };
6968
6968
 
6969
- /**
6970
- * 获取硬件指纹信息
6971
- * @param {number} dwSign - 签名
6972
- * @param {string} strGateWayIP - 网关 IP
6973
- * @returns {string} 硬件指纹信息
6969
+ /**
6970
+ * 获取硬件指纹信息
6971
+ * @param {number} dwSign - 签名
6972
+ * @param {string} strGateWayIP - 网关 IP
6973
+ * @returns {string} 硬件指纹信息
6974
6974
  */
6975
6975
 
6976
6976
 
@@ -6984,12 +6984,12 @@ var CA_ExtInterface = function () {
6984
6984
  }
6985
6985
  };
6986
6986
 
6987
- /**
6988
- * 设置转发策略和代填策略
6989
- * @param {string} strProxyPolicy - 转发策略
6990
- * @param {string} strSSOPolicy - 代填策略
6991
- * @param {string} strGatewayAddress - 网关地址
6992
- * @returns {number} 设置结果
6987
+ /**
6988
+ * 设置转发策略和代填策略
6989
+ * @param {string} strProxyPolicy - 转发策略
6990
+ * @param {string} strSSOPolicy - 代填策略
6991
+ * @param {string} strGatewayAddress - 网关地址
6992
+ * @returns {number} 设置结果
6993
6993
  */
6994
6994
 
6995
6995
 
@@ -7003,11 +7003,11 @@ var CA_ExtInterface = function () {
7003
7003
  }
7004
7004
  };
7005
7005
 
7006
- /**
7007
- * 启动认证信息模块
7008
- * @param {string} strFileName - 文件名
7009
- * @param {string} strXmlData - XML 数据
7010
- * @returns {string} 认证信息
7006
+ /**
7007
+ * 启动认证信息模块
7008
+ * @param {string} strFileName - 文件名
7009
+ * @param {string} strXmlData - XML 数据
7010
+ * @returns {string} 认证信息
7011
7011
  */
7012
7012
 
7013
7013
 
@@ -7021,10 +7021,10 @@ var CA_ExtInterface = function () {
7021
7021
  }
7022
7022
  };
7023
7023
 
7024
- /**
7025
- * 打开 BS 应用
7026
- * @param {string} strUrl - 应用 URL
7027
- * @returns {number} 打开结果
7024
+ /**
7025
+ * 打开 BS 应用
7026
+ * @param {string} strUrl - 应用 URL
7027
+ * @returns {number} 打开结果
7028
7028
  */
7029
7029
 
7030
7030
 
@@ -7038,12 +7038,12 @@ var CA_ExtInterface = function () {
7038
7038
  }
7039
7039
  };
7040
7040
 
7041
- /**
7042
- * 打开 CS 应用
7043
- * @param {string} strGatewayAddress - 网关地址
7044
- * @param {string} strAppFlag - 应用标识
7045
- * @param {string} strAppPath - 应用路径
7046
- * @returns {number} 打开结果
7041
+ /**
7042
+ * 打开 CS 应用
7043
+ * @param {string} strGatewayAddress - 网关地址
7044
+ * @param {string} strAppFlag - 应用标识
7045
+ * @param {string} strAppPath - 应用路径
7046
+ * @returns {number} 打开结果
7047
7047
  */
7048
7048
 
7049
7049
 
@@ -7057,13 +7057,13 @@ var CA_ExtInterface = function () {
7057
7057
  }
7058
7058
  };
7059
7059
 
7060
- /**
7061
- * 设置自动更新策略
7062
- * @param {string} strGatewayAddress - 网关地址
7063
- * @param {number} nGatewayPort - 网关端口
7064
- * @param {string} strUserToken - 用户令牌
7065
- * @param {number} updatedelay - 更新延迟
7066
- * @returns {number} 设置结果
7060
+ /**
7061
+ * 设置自动更新策略
7062
+ * @param {string} strGatewayAddress - 网关地址
7063
+ * @param {number} nGatewayPort - 网关端口
7064
+ * @param {string} strUserToken - 用户令牌
7065
+ * @param {number} updatedelay - 更新延迟
7066
+ * @returns {number} 设置结果
7067
7067
  */
7068
7068
 
7069
7069
 
@@ -7077,10 +7077,10 @@ var CA_ExtInterface = function () {
7077
7077
  }
7078
7078
  };
7079
7079
 
7080
- /**
7081
- * 获取客户端 IP
7082
- * @param {string} strGatewayIP - 网关 IP
7083
- * @returns {string} 客户端 IP
7080
+ /**
7081
+ * 获取客户端 IP
7082
+ * @param {string} strGatewayIP - 网关 IP
7083
+ * @returns {string} 客户端 IP
7084
7084
  */
7085
7085
 
7086
7086
 
@@ -7094,10 +7094,10 @@ var CA_ExtInterface = function () {
7094
7094
  }
7095
7095
  };
7096
7096
 
7097
- /**
7098
- * 登出网关
7099
- * @param {string} strServerIP - 服务器 IP
7100
- * @returns {number} 登出结果
7097
+ /**
7098
+ * 登出网关
7099
+ * @param {string} strServerIP - 服务器 IP
7100
+ * @returns {number} 登出结果
7101
7101
  */
7102
7102
 
7103
7103
 
@@ -7111,11 +7111,11 @@ var CA_ExtInterface = function () {
7111
7111
  }
7112
7112
  };
7113
7113
 
7114
- /**
7115
- * 运行安装包
7116
- * @param {number} lRunType - 运行类型
7117
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7118
- * @returns {number} 运行结果
7114
+ /**
7115
+ * 运行安装包
7116
+ * @param {number} lRunType - 运行类型
7117
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7118
+ * @returns {number} 运行结果
7119
7119
  */
7120
7120
 
7121
7121
 
@@ -7129,9 +7129,9 @@ var CA_ExtInterface = function () {
7129
7129
  }
7130
7130
  };
7131
7131
 
7132
- /**
7133
- * 获取下载进度
7134
- * @returns {number} 下载进度
7132
+ /**
7133
+ * 获取下载进度
7134
+ * @returns {number} 下载进度
7135
7135
  */
7136
7136
 
7137
7137
 
@@ -7145,9 +7145,9 @@ var CA_ExtInterface = function () {
7145
7145
  }
7146
7146
  };
7147
7147
 
7148
- /**
7149
- * 是否安装完成
7150
- * @returns {boolean} 安装完成状态
7148
+ /**
7149
+ * 是否安装完成
7150
+ * @returns {boolean} 安装完成状态
7151
7151
  */
7152
7152
 
7153
7153
 
@@ -7161,11 +7161,11 @@ var CA_ExtInterface = function () {
7161
7161
  }
7162
7162
  };
7163
7163
 
7164
- /**
7165
- * 初始化签包对象
7166
- * @param {string} strAlgType - 算法类型
7167
- * @param {string} strAuxParam - 辅助参数
7168
- * @returns {number} 初始化结果
7164
+ /**
7165
+ * 初始化签包对象
7166
+ * @param {string} strAlgType - 算法类型
7167
+ * @param {string} strAuxParam - 辅助参数
7168
+ * @returns {number} 初始化结果
7169
7169
  */
7170
7170
 
7171
7171
 
@@ -7179,10 +7179,10 @@ var CA_ExtInterface = function () {
7179
7179
  }
7180
7180
  };
7181
7181
 
7182
- /**
7183
- * 设置摘要算法
7184
- * @param {string} strDigestAlg - 摘要算法
7185
- * @returns {number} 设置结果
7182
+ /**
7183
+ * 设置摘要算法
7184
+ * @param {string} strDigestAlg - 摘要算法
7185
+ * @returns {number} 设置结果
7186
7186
  */
7187
7187
 
7188
7188
 
@@ -7196,10 +7196,10 @@ var CA_ExtInterface = function () {
7196
7196
  }
7197
7197
  };
7198
7198
 
7199
- /**
7200
- * 设置单证书是否弹出对话框
7201
- * @param {number} isChoose - 是否弹出对话框
7202
- * @returns {number} 设置结果
7199
+ /**
7200
+ * 设置单证书是否弹出对话框
7201
+ * @param {number} isChoose - 是否弹出对话框
7202
+ * @returns {number} 设置结果
7203
7203
  */
7204
7204
 
7205
7205
 
@@ -7213,11 +7213,11 @@ var CA_ExtInterface = function () {
7213
7213
  }
7214
7214
  };
7215
7215
 
7216
- /**
7217
- * 添加证书过滤条件
7218
- * @param {number} ulType - 过滤类型
7219
- * @param {string} strValue - 过滤值
7220
- * @returns {number} 添加结果
7216
+ /**
7217
+ * 添加证书过滤条件
7218
+ * @param {number} ulType - 过滤类型
7219
+ * @param {string} strValue - 过滤值
7220
+ * @returns {number} 添加结果
7221
7221
  */
7222
7222
 
7223
7223
 
@@ -7231,9 +7231,9 @@ var CA_ExtInterface = function () {
7231
7231
  }
7232
7232
  };
7233
7233
 
7234
- /**
7235
- * 清除所有过滤条件
7236
- * @returns {number} 清除结果
7234
+ /**
7235
+ * 清除所有过滤条件
7236
+ * @returns {number} 清除结果
7237
7237
  */
7238
7238
 
7239
7239
 
@@ -7247,10 +7247,10 @@ var CA_ExtInterface = function () {
7247
7247
  }
7248
7248
  };
7249
7249
 
7250
- /**
7251
- * P1 签名
7252
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7253
- * @returns {string} 签名结果
7250
+ /**
7251
+ * P1 签名
7252
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7253
+ * @returns {string} 签名结果
7254
7254
  */
7255
7255
 
7256
7256
 
@@ -7264,10 +7264,10 @@ var CA_ExtInterface = function () {
7264
7264
  }
7265
7265
  };
7266
7266
 
7267
- /**
7268
- * P1 签名字符串
7269
- * @param {string} strValue - 待签名的字符串
7270
- * @returns {string} 签名结果
7267
+ /**
7268
+ * P1 签名字符串
7269
+ * @param {string} strValue - 待签名的字符串
7270
+ * @returns {string} 签名结果
7271
7271
  */
7272
7272
 
7273
7273
 
@@ -7281,12 +7281,12 @@ var CA_ExtInterface = function () {
7281
7281
  }
7282
7282
  };
7283
7283
 
7284
- /**
7285
- * P7 签名
7286
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7287
- * @param {boolean} isDetach - 是否分离签名
7288
- * @param {boolean} isIncludeCert - 是否包含证书
7289
- * @returns {string} 签名结果
7284
+ /**
7285
+ * P7 签名
7286
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7287
+ * @param {boolean} isDetach - 是否分离签名
7288
+ * @param {boolean} isIncludeCert - 是否包含证书
7289
+ * @returns {string} 签名结果
7290
7290
  */
7291
7291
 
7292
7292
 
@@ -7300,12 +7300,12 @@ var CA_ExtInterface = function () {
7300
7300
  }
7301
7301
  };
7302
7302
 
7303
- /**
7304
- * P7 签名字符串
7305
- * @param {string} strValue - 待签名的字符串
7306
- * @param {boolean} isDetach - 是否分离签名
7307
- * @param {boolean} isIncludeCert - 是否包含证书
7308
- * @returns {string} 签名结果
7303
+ /**
7304
+ * P7 签名字符串
7305
+ * @param {string} strValue - 待签名的字符串
7306
+ * @param {boolean} isDetach - 是否分离签名
7307
+ * @param {boolean} isIncludeCert - 是否包含证书
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 {number} 释放结果
7322
+ /**
7323
+ * 释放签名对象
7324
+ * @returns {number} 释放结果
7325
7325
  */
7326
7326
 
7327
7327
 
@@ -7335,9 +7335,9 @@ var CA_ExtInterface = function () {
7335
7335
  }
7336
7336
  };
7337
7337
 
7338
- /**
7339
- * 获取签名版本
7340
- * @returns {string} 签名版本
7338
+ /**
7339
+ * 获取签名版本
7340
+ * @returns {string} 签名版本
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 {number} 销毁结果
7402
+ /**
7403
+ * 销毁认证对象
7404
+ * @returns {number} 销毁结果
7405
7405
  */
7406
7406
 
7407
7407
 
@@ -7415,9 +7415,9 @@ var CA_ExtInterface = function () {
7415
7415
  }
7416
7416
  };
7417
7417
 
7418
- /**
7419
- * 获取证书类型
7420
- * @returns {string} 证书类型
7418
+ /**
7419
+ * 获取证书类型
7420
+ * @returns {string} 证书类型
7421
7421
  */
7422
7422
 
7423
7423
 
@@ -7431,9 +7431,9 @@ var CA_ExtInterface = function () {
7431
7431
  }
7432
7432
  };
7433
7433
 
7434
- /**
7435
- * 获取签名摘要算法
7436
- * @returns {string} 签名摘要算法
7434
+ /**
7435
+ * 获取签名摘要算法
7436
+ * @returns {string} 签名摘要算法
7437
7437
  */
7438
7438
 
7439
7439
 
@@ -7447,11 +7447,11 @@ var CA_ExtInterface = function () {
7447
7447
  }
7448
7448
  };
7449
7449
 
7450
- /**
7451
- * 使能调用序列
7452
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7453
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7454
- * @returns {number} 使能结果
7450
+ /**
7451
+ * 使能调用序列
7452
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7453
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7454
+ * @returns {number} 使能结果
7455
7455
  */
7456
7456
 
7457
7457
 
@@ -7465,9 +7465,9 @@ var CA_ExtInterface = function () {
7465
7465
  }
7466
7466
  };
7467
7467
 
7468
- /**
7469
- * 清空调用序列结果
7470
- * @returns {number} 清空调用序列结果
7468
+ /**
7469
+ * 清空调用序列结果
7470
+ * @returns {number} 清空调用序列结果
7471
7471
  */
7472
7472
 
7473
7473
 
@@ -7481,9 +7481,9 @@ var CA_ExtInterface = function () {
7481
7481
  }
7482
7482
  };
7483
7483
 
7484
- /**
7485
- * 获取调用序列结果
7486
- * @returns {string} 调用序列结果
7484
+ /**
7485
+ * 获取调用序列结果
7486
+ * @returns {string} 调用序列结果
7487
7487
  */
7488
7488
 
7489
7489
 
@@ -7497,12 +7497,12 @@ var CA_ExtInterface = function () {
7497
7497
  }
7498
7498
  };
7499
7499
 
7500
- /**
7501
- * 客户端安全策略检查
7502
- * @param {string} strGatewayAddress - 网关地址
7503
- * @param {number} usGatewayPort - 网关端口
7504
- * @param {string} strSecurityPolicys - 安全策略
7505
- * @returns {boolean} 检查结果
7500
+ /**
7501
+ * 客户端安全策略检查
7502
+ * @param {string} strGatewayAddress - 网关地址
7503
+ * @param {number} usGatewayPort - 网关端口
7504
+ * @param {string} strSecurityPolicys - 安全策略
7505
+ * @returns {boolean} 检查结果
7506
7506
  */
7507
7507
 
7508
7508
 
@@ -7516,9 +7516,9 @@ var CA_ExtInterface = function () {
7516
7516
  }
7517
7517
  };
7518
7518
 
7519
- /**
7520
- * 获取通讯协议版本
7521
- * @returns {string} 通讯协议版本
7519
+ /**
7520
+ * 获取通讯协议版本
7521
+ * @returns {string} 通讯协议版本
7522
7522
  */
7523
7523
 
7524
7524
 
@@ -7532,13 +7532,13 @@ var CA_ExtInterface = function () {
7532
7532
  }
7533
7533
  };
7534
7534
 
7535
- /**
7536
- * 修改 Key 的 Pin 码
7537
- * @param {string} strCertSn - 证书序列号
7538
- * @param {number} lPinCodeType - Pin 码类型
7539
- * @param {string} strCurPinCode - 当前 Pin 码
7540
- * @param {string} strNewPinCode - 新 Pin 码
7541
- * @returns {number} 修改结果
7535
+ /**
7536
+ * 修改 Key 的 Pin 码
7537
+ * @param {string} strCertSn - 证书序列号
7538
+ * @param {number} lPinCodeType - Pin 码类型
7539
+ * @param {string} strCurPinCode - 当前 Pin 码
7540
+ * @param {string} strNewPinCode - 新 Pin 码
7541
+ * @returns {number} 修改结果
7542
7542
  */
7543
7543
 
7544
7544
 
@@ -7552,10 +7552,10 @@ var CA_ExtInterface = function () {
7552
7552
  }
7553
7553
  };
7554
7554
 
7555
- /**
7556
- * 等待策略设置完毕
7557
- * @param {string} strGatewayAddress - 网关地址
7558
- * @returns {number} 等待结果
7555
+ /**
7556
+ * 等待策略设置完毕
7557
+ * @param {string} strGatewayAddress - 网关地址
7558
+ * @returns {number} 等待结果
7559
7559
  */
7560
7560
 
7561
7561
 
@@ -7569,10 +7569,10 @@ var CA_ExtInterface = function () {
7569
7569
  }
7570
7570
  };
7571
7571
 
7572
- /**
7573
- * 获取会话 Token
7574
- * @param {string} strGatewayAddress - 网关地址
7575
- * @returns {string} 会话 Token
7572
+ /**
7573
+ * 获取会话 Token
7574
+ * @param {string} strGatewayAddress - 网关地址
7575
+ * @returns {string} 会话 Token
7576
7576
  */
7577
7577
 
7578
7578
 
@@ -7586,9 +7586,9 @@ var CA_ExtInterface = function () {
7586
7586
  }
7587
7587
  };
7588
7588
 
7589
- /**
7590
- * 获取控件版本
7591
- * @returns {string} 控件版本
7589
+ /**
7590
+ * 获取控件版本
7591
+ * @returns {string} 控件版本
7592
7592
  */
7593
7593
 
7594
7594
 
@@ -7602,10 +7602,10 @@ var CA_ExtInterface = function () {
7602
7602
  }
7603
7603
  };
7604
7604
 
7605
- /**
7606
- * 设置语言资源
7607
- * @param {string} strLanguage - 语言资源
7608
- * @returns {number} 设置结果
7605
+ /**
7606
+ * 设置语言资源
7607
+ * @param {string} strLanguage - 语言资源
7608
+ * @returns {number} 设置结果
7609
7609
  */
7610
7610
 
7611
7611
 
@@ -7619,12 +7619,12 @@ var CA_ExtInterface = function () {
7619
7619
  }
7620
7620
  };
7621
7621
 
7622
- /**
7623
- * 获取用户属性
7624
- * @param {string} strGatewayAddress - 网关地址
7625
- * @param {string} strAppFlag - 应用标识
7626
- * @param {string} strAttributeName - 属性名称
7627
- * @returns {string} 用户属性值
7622
+ /**
7623
+ * 获取用户属性
7624
+ * @param {string} strGatewayAddress - 网关地址
7625
+ * @param {string} strAppFlag - 应用标识
7626
+ * @param {string} strAttributeName - 属性名称
7627
+ * @returns {string} 用户属性值
7628
7628
  */
7629
7629
 
7630
7630
 
@@ -7638,9 +7638,9 @@ var CA_ExtInterface = function () {
7638
7638
  }
7639
7639
  };
7640
7640
 
7641
- /**
7642
- * 获取签名加密 PIN 码
7643
- * @returns {string} 签名加密 PIN 码
7641
+ /**
7642
+ * 获取签名加密 PIN 码
7643
+ * @returns {string} 签名加密 PIN 码
7644
7644
  */
7645
7645
 
7646
7646
 
@@ -7653,20 +7653,20 @@ var CA_ExtInterface = function () {
7653
7653
  return result.value;
7654
7654
  }
7655
7655
  };
7656
- /*
7657
- *曙光四川CA
7658
- *'SOF_GetUserList' 证书列表
7659
- *'SOF_ExportUserCert' 导出证书
7660
- *'SOF_GetCertInfo': 获取证书信息
7661
- *'SOF_GenRandom': 生成随机数
7662
- *'SOF_SignData': 获取证书签名
7663
- *'SOF_Login': 登录证书
7664
- *'SOF_GetPinRetryCount': 剩余次数
7656
+ /*
7657
+ *曙光四川CA
7658
+ *'SOF_GetUserList' 证书列表
7659
+ *'SOF_ExportUserCert' 导出证书
7660
+ *'SOF_GetCertInfo': 获取证书信息
7661
+ *'SOF_GenRandom': 生成随机数
7662
+ *'SOF_SignData': 获取证书签名
7663
+ *'SOF_Login': 登录证书
7664
+ *'SOF_GetPinRetryCount': 剩余次数
7665
7665
  */
7666
- /**
7667
- *
7668
- * 获取webSocket消息
7669
- * @returns {string}
7666
+ /**
7667
+ *
7668
+ * 获取webSocket消息
7669
+ * @returns {string}
7670
7670
  */
7671
7671
 
7672
7672
 
@@ -7702,10 +7702,10 @@ var CA_ExtInterface = function () {
7702
7702
  };
7703
7703
  });
7704
7704
  };
7705
- /**
7706
- *
7707
- * base64解码
7708
- * @returns {string} base64解码后的字符串
7705
+ /**
7706
+ *
7707
+ * base64解码
7708
+ * @returns {string} base64解码后的字符串
7709
7709
  */
7710
7710
 
7711
7711
 
@@ -7740,10 +7740,10 @@ var CA_ExtInterface = function () {
7740
7740
  val = this.utf8_decode(val);
7741
7741
  return val;
7742
7742
  };
7743
- /**
7744
- *
7745
- * base64编码
7746
- * @returns {string} base64编码后的字符串
7743
+ /**
7744
+ *
7745
+ * base64编码
7746
+ * @returns {string} base64编码后的字符串
7747
7747
  */
7748
7748
 
7749
7749
 
@@ -7776,10 +7776,10 @@ var CA_ExtInterface = function () {
7776
7776
  }
7777
7777
  return val;
7778
7778
  };
7779
- /**
7780
- *
7781
- * utf8解码
7782
- * @returns {string} utf8解码后的字符串
7779
+ /**
7780
+ *
7781
+ * utf8解码
7782
+ * @returns {string} utf8解码后的字符串
7783
7783
  */
7784
7784
 
7785
7785
 
@@ -7808,10 +7808,10 @@ var CA_ExtInterface = function () {
7808
7808
  }
7809
7809
  return string;
7810
7810
  };
7811
- /**
7812
- *
7813
- * utf8编码
7814
- * @returns {string} utf8编码后的字符串
7811
+ /**
7812
+ *
7813
+ * utf8编码
7814
+ * @returns {string} utf8编码后的字符串
7815
7815
  */
7816
7816
 
7817
7817
 
@@ -57556,8 +57556,8 @@ layout_src_main.install = function (Vue) {
57556
57556
  };
57557
57557
 
57558
57558
  /* harmony default export */ var packages_layout = (layout_src_main);
57559
- // 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=7774c1e2&
57560
- var mainvue_type_template_id_7774c1e2_render = function () {
57559
+ // 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=29583bfe&
57560
+ var mainvue_type_template_id_29583bfe_render = function () {
57561
57561
  var _vm = this
57562
57562
  var _h = _vm.$createElement
57563
57563
  var _c = _vm._self._c || _h
@@ -58740,8 +58740,8 @@ var mainvue_type_template_id_7774c1e2_render = function () {
58740
58740
  {
58741
58741
  attrs: {
58742
58742
  title: "客户端下载",
58743
- width: _vm.download.length == 1 ? "450px" : "80%",
58744
- height: _vm.download.length == 1 ? "500px" : "80%",
58743
+ width: _vm.downloadLength == 1 ? "450px" : "80%",
58744
+ height: _vm.downloadLength == 1 ? "500px" : "80%",
58745
58745
  "custom-class": "es-clients-dialog",
58746
58746
  visible: _vm.showDownLoadApp,
58747
58747
  },
@@ -58831,7 +58831,7 @@ var mainvue_type_template_id_7774c1e2_render = function () {
58831
58831
  )
58832
58832
  : _vm._e()
58833
58833
  }
58834
- var mainvue_type_template_id_7774c1e2_staticRenderFns = [
58834
+ var mainvue_type_template_id_29583bfe_staticRenderFns = [
58835
58835
  function () {
58836
58836
  var _vm = this
58837
58837
  var _h = _vm.$createElement
@@ -58846,10 +58846,10 @@ var mainvue_type_template_id_7774c1e2_staticRenderFns = [
58846
58846
  ])
58847
58847
  },
58848
58848
  ]
58849
- mainvue_type_template_id_7774c1e2_render._withStripped = true
58849
+ mainvue_type_template_id_29583bfe_render._withStripped = true
58850
58850
 
58851
58851
 
58852
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=7774c1e2&
58852
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=29583bfe&
58853
58853
 
58854
58854
  // 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&
58855
58855
  var resetPasswordvue_type_template_id_325dc074_render = function () {
@@ -60183,6 +60183,9 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
60183
60183
  }
60184
60184
  },
60185
60185
  computed: {
60186
+ downloadLength: function downloadLength() {
60187
+ return this.download ? Object.keys(this.download).length : 0;
60188
+ },
60186
60189
  transform: function transform() {
60187
60190
  var translate = this.translate ? this.translate : this.align === 'center' ? '-50%, -51%' : '-51%';
60188
60191
  if (this.align.indexOf('%') > -1) {
@@ -61455,8 +61458,8 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
61455
61458
 
61456
61459
  var login_src_main_component = normalizeComponent(
61457
61460
  packages_login_src_mainvue_type_script_lang_js_,
61458
- mainvue_type_template_id_7774c1e2_render,
61459
- mainvue_type_template_id_7774c1e2_staticRenderFns,
61461
+ mainvue_type_template_id_29583bfe_render,
61462
+ mainvue_type_template_id_29583bfe_staticRenderFns,
61460
61463
  false,
61461
61464
  null,
61462
61465
  null,
@@ -70248,8 +70251,8 @@ var simplicity_component = normalizeComponent(
70248
70251
  )
70249
70252
 
70250
70253
  /* harmony default export */ var simplicity = (simplicity_component.exports);
70251
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=567b8a97&scoped=true&
70252
- var simplicityTopvue_type_template_id_567b8a97_scoped_true_render = function () {
70254
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=48712a0c&scoped=true&
70255
+ var simplicityTopvue_type_template_id_48712a0c_scoped_true_render = function () {
70253
70256
  var _vm = this
70254
70257
  var _h = _vm.$createElement
70255
70258
  var _c = _vm._self._c || _h
@@ -70778,6 +70781,10 @@ var simplicityTopvue_type_template_id_567b8a97_scoped_true_render = function ()
70778
70781
  false
70779
70782
  )
70780
70783
  ),
70784
+ _c("notice", {
70785
+ attrs: { data: _vm.sysMsg, winopen: _vm.winopen },
70786
+ on: { opened: _vm.handleOpened },
70787
+ }),
70781
70788
  _c(
70782
70789
  "es-dialog",
70783
70790
  {
@@ -70812,11 +70819,11 @@ var simplicityTopvue_type_template_id_567b8a97_scoped_true_render = function ()
70812
70819
  1
70813
70820
  )
70814
70821
  }
70815
- var simplicityTopvue_type_template_id_567b8a97_scoped_true_staticRenderFns = []
70816
- simplicityTopvue_type_template_id_567b8a97_scoped_true_render._withStripped = true
70822
+ var simplicityTopvue_type_template_id_48712a0c_scoped_true_staticRenderFns = []
70823
+ simplicityTopvue_type_template_id_48712a0c_scoped_true_render._withStripped = true
70817
70824
 
70818
70825
 
70819
- // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=567b8a97&scoped=true&
70826
+ // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=48712a0c&scoped=true&
70820
70827
 
70821
70828
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/avatar.vue?vue&type=template&id=30391b69&scoped=true&
70822
70829
  var avatarvue_type_template_id_30391b69_scoped_true_render = function () {
@@ -73394,6 +73401,11 @@ function simplicityTopvue_type_script_lang_js_asyncToGenerator(fn) { return func
73394
73401
  //
73395
73402
  //
73396
73403
  //
73404
+ //
73405
+ //
73406
+ //
73407
+ //
73408
+ //
73397
73409
 
73398
73410
 
73399
73411
 
@@ -73673,6 +73685,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
73673
73685
  queryChildMenu: {
73674
73686
  type: String,
73675
73687
  default: queryChildMenuUrl
73688
+ },
73689
+ showTipNums: {
73690
+ type: Boolean,
73691
+ default: true
73676
73692
  }
73677
73693
  },
73678
73694
  data: function data() {
@@ -74245,7 +74261,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
74245
74261
  url: api_getVoteMeetingNum,
74246
74262
  params: {
74247
74263
  userId: utils_util.getStorage('userId'),
74248
- type: 1
74264
+ type: 10
74249
74265
  },
74250
74266
  method: 'get'
74251
74267
  }).then(function (res) {
@@ -74889,6 +74905,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
74889
74905
  setTips: function setTips(obj) {
74890
74906
  var _this12 = this;
74891
74907
 
74908
+ // 不显示菜单气泡提醒
74909
+ if (!this.showTipNums) return;
74892
74910
  if (Array.isArray(obj)) {
74893
74911
  obj.forEach(function (item) {
74894
74912
  _this12.setTips(item);
@@ -75646,11 +75664,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75646
75664
 
75647
75665
  var simplicityTop_component = normalizeComponent(
75648
75666
  src_simplicityTopvue_type_script_lang_js_,
75649
- simplicityTopvue_type_template_id_567b8a97_scoped_true_render,
75650
- simplicityTopvue_type_template_id_567b8a97_scoped_true_staticRenderFns,
75667
+ simplicityTopvue_type_template_id_48712a0c_scoped_true_render,
75668
+ simplicityTopvue_type_template_id_48712a0c_scoped_true_staticRenderFns,
75651
75669
  false,
75652
75670
  null,
75653
- "567b8a97",
75671
+ "48712a0c",
75654
75672
  null
75655
75673
 
75656
75674
  )
@@ -82882,19 +82900,19 @@ var QRCode = __webpack_require__(27);
82882
82900
  //设置logo大小
82883
82901
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
82884
82902
  //设置获取的logo将其变为圆角以及添加白色背景
82885
- /* ctx.fillStyle = "#fff";
82886
- ctx.beginPath();
82887
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
82888
- let w = 46; //圆角宽
82889
- let x = logoPosition - 5;
82890
- let y = logoPosition - 5;
82891
- let r = 5; //圆角半径
82892
- ctx.moveTo(x + r, y);
82893
- ctx.arcTo(x + w, y, x + w, y + h, r);
82894
- ctx.arcTo(x + w, y + h, x, y + h, r);
82895
- ctx.arcTo(x, y + h, x, y, r);
82896
- ctx.arcTo(x, y, x + w, y, r);
82897
- ctx.closePath();
82903
+ /* ctx.fillStyle = "#fff";
82904
+ ctx.beginPath();
82905
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
82906
+ let w = 46; //圆角宽
82907
+ let x = logoPosition - 5;
82908
+ let y = logoPosition - 5;
82909
+ let r = 5; //圆角半径
82910
+ ctx.moveTo(x + r, y);
82911
+ ctx.arcTo(x + w, y, x + w, y + h, r);
82912
+ ctx.arcTo(x + w, y + h, x, y + h, r);
82913
+ ctx.arcTo(x, y + h, x, y, r);
82914
+ ctx.arcTo(x, y, x + w, y, r);
82915
+ ctx.closePath();
82898
82916
  ctx.fill(); */
82899
82917
  logo.onload = function () {
82900
82918
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -101011,7 +101029,7 @@ if (typeof window !== 'undefined' && window.Vue) {
101011
101029
  }
101012
101030
 
101013
101031
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
101014
- version: '0.7.76',
101032
+ version: '0.7.77',
101015
101033
  install: install,
101016
101034
  Button: packages_button,
101017
101035
  ButtonGroup: button_group,