eoss-ui 0.6.67 → 0.6.69

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 (282) hide show
  1. package/lib/button-group.js +3 -2
  2. package/lib/button.js +3 -2
  3. package/lib/calogin.js +700 -256
  4. package/lib/checkbox-group.js +3 -2
  5. package/lib/data-table-form.js +3 -2
  6. package/lib/data-table.js +3 -2
  7. package/lib/date-picker.js +3 -2
  8. package/lib/dialog.js +3 -2
  9. package/lib/eoss-ui.common.js +1386 -920
  10. package/lib/flow-group.js +3 -2
  11. package/lib/flow-list.js +161 -177
  12. package/lib/flow.js +301 -291
  13. package/lib/form.js +3 -2
  14. package/lib/handle-user.js +3 -2
  15. package/lib/handler.js +3 -2
  16. package/lib/icon.js +3 -2
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +3 -2
  19. package/lib/input.js +3 -2
  20. package/lib/login.js +70 -39
  21. package/lib/main.js +135 -134
  22. package/lib/nav.js +3 -2
  23. package/lib/page.js +3 -2
  24. package/lib/pagination.js +3 -2
  25. package/lib/player.js +3 -2
  26. package/lib/qr-code.js +16 -15
  27. package/lib/radio-group.js +3 -2
  28. package/lib/retrial-auth.js +3 -2
  29. package/lib/select-ganged.js +3 -2
  30. package/lib/select.js +3 -2
  31. package/lib/selector-panel.js +3 -2
  32. package/lib/selector.js +3 -2
  33. package/lib/sizer.js +3 -2
  34. package/lib/steps.js +3 -2
  35. package/lib/switch.js +3 -2
  36. package/lib/table-form.js +3 -2
  37. package/lib/tabs.js +3 -2
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/theme-chalk/login.css +1 -1
  40. package/lib/tips.js +3 -2
  41. package/lib/tree-group.js +3 -2
  42. package/lib/tree.js +3 -2
  43. package/lib/upload.js +3 -2
  44. package/lib/utils/util.js +3 -2
  45. package/lib/wujie.js +3 -2
  46. package/lib/wxlogin.js +3 -2
  47. package/package.json +160 -160
  48. package/packages/.DS_Store +0 -0
  49. package/packages/autocomplete/.DS_Store +0 -0
  50. package/packages/button/index.js +5 -5
  51. package/packages/button/src/main.vue +418 -418
  52. package/packages/button-group/index.js +5 -5
  53. package/packages/button-group/src/main.vue +298 -298
  54. package/packages/calendar/index.js +5 -5
  55. package/packages/calogin/.DS_Store +0 -0
  56. package/packages/calogin/index.js +5 -5
  57. package/packages/calogin/src/main.vue +410 -131
  58. package/packages/calogin/src/plugin.js +915 -748
  59. package/packages/card/index.js +5 -5
  60. package/packages/card/src/main.vue +156 -156
  61. package/packages/cascader/index.js +5 -5
  62. package/packages/cascader/src/main.vue +168 -168
  63. package/packages/checkbox-group/index.js +5 -5
  64. package/packages/checkbox-group/src/main.vue +333 -333
  65. package/packages/clients/index.js +5 -5
  66. package/packages/clients/src/main.vue +151 -151
  67. package/packages/data-table/index.js +5 -5
  68. package/packages/data-table/src/children.vue +39 -39
  69. package/packages/data-table/src/column.vue +989 -989
  70. package/packages/data-table/src/main.vue +1822 -1822
  71. package/packages/data-table/src/sizer.vue +195 -195
  72. package/packages/data-table-form/index.js +5 -5
  73. package/packages/data-table-form/src/checkbox.vue +101 -101
  74. package/packages/data-table-form/src/colgroup.vue +17 -17
  75. package/packages/data-table-form/src/main.vue +181 -181
  76. package/packages/data-table-form/src/radio.vue +65 -65
  77. package/packages/data-table-form/src/table.vue +233 -233
  78. package/packages/data-table-form/src/tbody.vue +336 -336
  79. package/packages/data-table-form/src/thead.vue +68 -68
  80. package/packages/date-picker/.DS_Store +0 -0
  81. package/packages/date-picker/index.js +5 -5
  82. package/packages/date-picker/src/.DS_Store +0 -0
  83. package/packages/date-picker/src/main.vue +236 -236
  84. package/packages/dialog/index.js +5 -5
  85. package/packages/enable-drag/index.js +5 -5
  86. package/packages/enterprise/index.js +5 -5
  87. package/packages/enterprise/src/main.vue +66 -66
  88. package/packages/error-page/index.js +5 -5
  89. package/packages/error-page/src/main.vue +44 -44
  90. package/packages/flow/.DS_Store +0 -0
  91. package/packages/flow/index.js +5 -5
  92. package/packages/flow/src/component/Circulate.vue +351 -351
  93. package/packages/flow/src/component/CommonOpinions.vue +346 -346
  94. package/packages/flow/src/component/CustomPreset.vue +322 -322
  95. package/packages/flow/src/component/FileList.vue +99 -99
  96. package/packages/flow/src/component/Preset.vue +255 -255
  97. package/packages/flow/src/component/SendMsg.vue +241 -241
  98. package/packages/flow/src/component/TimeLimit.vue +190 -190
  99. package/packages/flow/src/component/taskUnionExamine.vue +619 -619
  100. package/packages/flow/src/form.vue +121 -121
  101. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  102. package/packages/flow/src/main.vue +3369 -3367
  103. package/packages/flow/src/processForm.vue +1091 -1091
  104. package/packages/flow/src/processReject.vue +294 -294
  105. package/packages/flow/src/reset.vue +905 -905
  106. package/packages/flow/src/selectUser.vue +6 -0
  107. package/packages/flow/src/startTaskRead.vue +659 -659
  108. package/packages/flow/src/supervise.vue +149 -149
  109. package/packages/flow/src/table.vue +58 -58
  110. package/packages/flow-group/index.js +5 -5
  111. package/packages/flow-group/src/main.vue +688 -688
  112. package/packages/flow-list/.DS_Store +0 -0
  113. package/packages/flow-list/index.js +5 -5
  114. package/packages/flow-list/src/main.vue +1738 -1757
  115. package/packages/form/index.js +5 -5
  116. package/packages/form/src/main.vue +3581 -3581
  117. package/packages/form/src/table.vue +1426 -1426
  118. package/packages/handle-user/index.js +5 -5
  119. package/packages/handle-user/src/main.vue +138 -138
  120. package/packages/handler/index.js +5 -5
  121. package/packages/handler/src/main.vue +493 -493
  122. package/packages/icon/index.js +5 -5
  123. package/packages/icon/src/main.vue +101 -101
  124. package/packages/icons/index.js +5 -5
  125. package/packages/icons/src/main.vue +81 -81
  126. package/packages/input/index.js +5 -5
  127. package/packages/input/src/main.vue +356 -356
  128. package/packages/input-number/index.js +5 -5
  129. package/packages/input-number/src/main.vue +106 -106
  130. package/packages/label/index.js +5 -5
  131. package/packages/label/src/main.vue +457 -457
  132. package/packages/layout/index.js +5 -5
  133. package/packages/layout/src/item.vue +152 -152
  134. package/packages/layout/src/main.vue +31 -31
  135. package/packages/login/.DS_Store +0 -0
  136. package/packages/login/index.js +5 -5
  137. package/packages/login/src/main.vue +2015 -1988
  138. package/packages/login/src/resetPassword.vue +562 -562
  139. package/packages/main/.DS_Store +0 -0
  140. package/packages/main/index.js +5 -5
  141. package/packages/main/src/.DS_Store +0 -0
  142. package/packages/main/src/default/message.vue +249 -249
  143. package/packages/main/src/default/notice.vue +157 -157
  144. package/packages/main/src/default/userinfo.vue +503 -503
  145. package/packages/main/src/public/online.vue +89 -89
  146. package/packages/main/src/public/search.vue +462 -462
  147. package/packages/main/src/public/settings.vue +221 -221
  148. package/packages/main/src/simplicity/apps.vue +388 -388
  149. package/packages/main/src/simplicity/avatar.vue +83 -83
  150. package/packages/main/src/simplicity/handler.vue +259 -259
  151. package/packages/main/src/simplicity/index.vue +2089 -2089
  152. package/packages/main/src/simplicity/lists.vue +84 -84
  153. package/packages/main/src/simplicity/menu-list.vue +135 -135
  154. package/packages/main/src/simplicity/message.vue +259 -259
  155. package/packages/main/src/simplicity/notice.vue +190 -190
  156. package/packages/main/src/simplicity/router-page.vue +45 -45
  157. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  158. package/packages/main/src/simplicity/user.vue +257 -257
  159. package/packages/main/src/simplicity/userinfo.vue +312 -312
  160. package/packages/menu/.DS_Store +0 -0
  161. package/packages/menu/index.js +5 -5
  162. package/packages/menu/src/main.vue +584 -584
  163. package/packages/nav/index.js +5 -5
  164. package/packages/nav/src/main.vue +351 -351
  165. package/packages/notify/index.js +5 -5
  166. package/packages/notify/src/main.vue +538 -538
  167. package/packages/page/index.js +5 -5
  168. package/packages/page/src/main.vue +167 -167
  169. package/packages/pagination/index.js +5 -5
  170. package/packages/pagination/src/main.vue +96 -96
  171. package/packages/player/index.js +5 -5
  172. package/packages/player/src/main.vue +194 -194
  173. package/packages/qr-code/index.js +5 -5
  174. package/packages/qr-code/src/main.vue +170 -170
  175. package/packages/radio-group/index.js +6 -6
  176. package/packages/radio-group/src/main.vue +319 -319
  177. package/packages/retrial-auth/index.js +5 -5
  178. package/packages/retrial-auth/src/main.vue +280 -280
  179. package/packages/scrollbar/.DS_Store +0 -0
  180. package/packages/select/.DS_Store +0 -0
  181. package/packages/select/index.js +5 -5
  182. package/packages/select/src/main.vue +778 -778
  183. package/packages/select-ganged/index.js +5 -5
  184. package/packages/select-ganged/src/main.vue +724 -724
  185. package/packages/selector/index.js +5 -5
  186. package/packages/selector/src/main.vue +687 -687
  187. package/packages/selector-panel/index.js +5 -5
  188. package/packages/selector-panel/src/main.vue +1027 -1027
  189. package/packages/selector-panel/src/selection.vue +177 -177
  190. package/packages/selector-panel/src/tree.vue +129 -129
  191. package/packages/sizer/index.js +5 -5
  192. package/packages/sizer/src/main.vue +254 -254
  193. package/packages/steps/index.js +5 -5
  194. package/packages/steps/src/main.vue +181 -181
  195. package/packages/switch/index.js +5 -5
  196. package/packages/switch/src/main.vue +154 -154
  197. package/packages/table-form/index.js +5 -5
  198. package/packages/tabs/index.js +5 -5
  199. package/packages/tabs/src/main.vue +788 -788
  200. package/packages/tabs-panel/index.js +5 -5
  201. package/packages/tabs-panel/src/main.vue +29 -29
  202. package/packages/theme-chalk/lib/index.css +1 -1
  203. package/packages/theme-chalk/lib/login.css +1 -1
  204. package/packages/theme-chalk/src/.DS_Store +0 -0
  205. package/packages/theme-chalk/src/base.scss +261 -261
  206. package/packages/theme-chalk/src/button-group.scss +176 -176
  207. package/packages/theme-chalk/src/button.scss +24 -24
  208. package/packages/theme-chalk/src/calendar.scss +113 -113
  209. package/packages/theme-chalk/src/card.scss +99 -99
  210. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  211. package/packages/theme-chalk/src/clients.scss +87 -87
  212. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  213. package/packages/theme-chalk/src/data-table.scss +293 -293
  214. package/packages/theme-chalk/src/date-picker.scss +7 -7
  215. package/packages/theme-chalk/src/dialog.scss +77 -77
  216. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  217. package/packages/theme-chalk/src/enterprise.scss +5 -5
  218. package/packages/theme-chalk/src/error-page.scss +18 -18
  219. package/packages/theme-chalk/src/flow-group.scss +110 -110
  220. package/packages/theme-chalk/src/flow-list.scss +39 -39
  221. package/packages/theme-chalk/src/flow.scss +343 -343
  222. package/packages/theme-chalk/src/form.scss +496 -496
  223. package/packages/theme-chalk/src/handle-user.scss +40 -40
  224. package/packages/theme-chalk/src/handler.scss +143 -143
  225. package/packages/theme-chalk/src/icon.scss +1792 -1792
  226. package/packages/theme-chalk/src/icons.scss +99 -99
  227. package/packages/theme-chalk/src/input.scss +9 -9
  228. package/packages/theme-chalk/src/label.scss +24 -24
  229. package/packages/theme-chalk/src/layout.scss +46 -46
  230. package/packages/theme-chalk/src/login.scss +981 -981
  231. package/packages/theme-chalk/src/main.scss +663 -663
  232. package/packages/theme-chalk/src/menu.scss +222 -222
  233. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  234. package/packages/theme-chalk/src/nav.scss +111 -111
  235. package/packages/theme-chalk/src/page.scss +3 -3
  236. package/packages/theme-chalk/src/pagination.scss +29 -29
  237. package/packages/theme-chalk/src/player.scss +9 -9
  238. package/packages/theme-chalk/src/qr-code.scss +17 -17
  239. package/packages/theme-chalk/src/radio-group.scss +9 -9
  240. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  241. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  242. package/packages/theme-chalk/src/select.scss +8 -8
  243. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  244. package/packages/theme-chalk/src/selector.scss +91 -91
  245. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  246. package/packages/theme-chalk/src/sizer.scss +36 -36
  247. package/packages/theme-chalk/src/steps.scss +88 -88
  248. package/packages/theme-chalk/src/switch.scss +3 -3
  249. package/packages/theme-chalk/src/table-form.scss +1 -1
  250. package/packages/theme-chalk/src/tabs.scss +87 -87
  251. package/packages/theme-chalk/src/tips.scss +7 -7
  252. package/packages/theme-chalk/src/toolbar.scss +179 -179
  253. package/packages/theme-chalk/src/tree-group.scss +72 -72
  254. package/packages/theme-chalk/src/tree.scss +165 -165
  255. package/packages/theme-chalk/src/upload.scss +168 -168
  256. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  257. package/packages/tips/index.js +5 -5
  258. package/packages/tips/src/main.vue +141 -141
  259. package/packages/toolbar/index.js +5 -5
  260. package/packages/toolbar/src/main.vue +430 -430
  261. package/packages/tree/index.js +5 -5
  262. package/packages/tree-group/index.js +5 -5
  263. package/packages/upload/.DS_Store +0 -0
  264. package/packages/upload/index.js +5 -5
  265. package/packages/upload/src/main.vue +1347 -1347
  266. package/packages/upload/src/picture.js +15 -15
  267. package/packages/wujie/index.js +5 -5
  268. package/packages/wujie/src/main.vue +145 -145
  269. package/packages/wxlogin/index.js +5 -5
  270. package/packages/wxlogin/src/main.vue +128 -128
  271. package/src/.DS_Store +0 -0
  272. package/src/config/api.js +291 -291
  273. package/src/config/image.js +2 -2
  274. package/src/index.js +163 -163
  275. package/src/utils/.DS_Store +0 -0
  276. package/src/utils/bus.js +3 -3
  277. package/src/utils/date-util.js +312 -312
  278. package/src/utils/http.js +50 -50
  279. package/src/utils/rules.js +18 -18
  280. package/src/utils/store.js +21 -21
  281. package/src/utils/util.js +3 -2
  282. package/src/utils/webSocket.js +107 -107
@@ -587,8 +587,9 @@ var ajaxStream = function ajaxStream(_ref2) {
587
587
  try {
588
588
  // 假设数据是 JSON 格式
589
589
  var parsedData = JSON.parse(data);
590
- info.time = parsedData.time;
591
- info.conversationId = parsedData.conversationId;
590
+ info = _extends({}, info, parsedData);
591
+ // info.time = parsedData.time;
592
+ // info.conversationId = parsedData.conversationId;
592
593
  var thinkRegex = /<think>([\s\S]*?)<\/think>([\s\S]*)?/;
593
594
  var match = parsedData.message.match(thinkRegex);
594
595
  if (match) {
package/lib/input.js CHANGED
@@ -587,8 +587,9 @@ var ajaxStream = function ajaxStream(_ref2) {
587
587
  try {
588
588
  // 假设数据是 JSON 格式
589
589
  var parsedData = JSON.parse(data);
590
- info.time = parsedData.time;
591
- info.conversationId = parsedData.conversationId;
590
+ info = _extends({}, info, parsedData);
591
+ // info.time = parsedData.time;
592
+ // info.conversationId = parsedData.conversationId;
592
593
  var thinkRegex = /<think>([\s\S]*?)<\/think>([\s\S]*)?/;
593
594
  var match = parsedData.message.match(thinkRegex);
594
595
  if (match) {
package/lib/login.js CHANGED
@@ -586,8 +586,9 @@ var ajaxStream = function ajaxStream(_ref2) {
586
586
  try {
587
587
  // 假设数据是 JSON 格式
588
588
  var parsedData = JSON.parse(data);
589
- info.time = parsedData.time;
590
- info.conversationId = parsedData.conversationId;
589
+ info = _extends({}, info, parsedData);
590
+ // info.time = parsedData.time;
591
+ // info.conversationId = parsedData.conversationId;
591
592
  var thinkRegex = /<think>([\s\S]*?)<\/think>([\s\S]*)?/;
592
593
  var match = parsedData.message.match(thinkRegex);
593
594
  if (match) {
@@ -4316,7 +4317,7 @@ var nightImg = 'data:image/jpeg;base64,/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA
4316
4317
  // ESM COMPAT FLAG
4317
4318
  __webpack_require__.r(__webpack_exports__);
4318
4319
 
4319
- // 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=68c9ba89&
4320
+ // 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=729dd354&
4320
4321
  var render = function () {
4321
4322
  var _vm = this
4322
4323
  var _h = _vm.$createElement
@@ -4486,35 +4487,38 @@ var render = function () {
4486
4487
  : [
4487
4488
  _vm._l(_vm.icons, function (item) {
4488
4489
  return [
4489
- _c(
4490
- "div",
4491
- {
4492
- directives: [
4490
+ _vm.modelLength == 2
4491
+ ? _c(
4492
+ "div",
4493
4493
  {
4494
- name: "show",
4495
- rawName: "v-show",
4496
- value:
4497
- _vm.modelLength == 2 &&
4498
- _vm.active != item.type &&
4499
- _vm.modelTips,
4500
- expression:
4501
- "modelLength == 2 && active != item.type && modelTips",
4494
+ directives: [
4495
+ {
4496
+ name: "show",
4497
+ rawName: "v-show",
4498
+ value:
4499
+ _vm.active != item.type &&
4500
+ _vm.modelTips,
4501
+ expression:
4502
+ "active != item.type && modelTips",
4503
+ },
4504
+ ],
4505
+ key: item.type,
4506
+ staticClass:
4507
+ "es-login-model-item-tips",
4502
4508
  },
4503
- ],
4504
- key: item.type,
4505
- staticClass: "es-login-model-item-tips",
4506
- },
4507
- [
4508
- _vm._v(
4509
- "\n " +
4510
- _vm._s(item.name) +
4511
- "点这里"
4512
- ),
4513
- _c("i", {
4514
- staticClass: "es-icon-zhixiangyou",
4515
- }),
4516
- ]
4517
- ),
4509
+ [
4510
+ _vm._v(
4511
+ "\n " +
4512
+ _vm._s(item.name) +
4513
+ "点这里"
4514
+ ),
4515
+ _c("i", {
4516
+ staticClass:
4517
+ "es-icon-zhixiangyou",
4518
+ }),
4519
+ ]
4520
+ )
4521
+ : _vm._e(),
4518
4522
  _c(
4519
4523
  "span",
4520
4524
  {
@@ -4613,7 +4617,7 @@ var render = function () {
4613
4617
  : [
4614
4618
  _vm._l(_vm.icons, function (item) {
4615
4619
  return [
4616
- item.type !== "3" && item.type !== "1"
4620
+ item.type !== "3"
4617
4621
  ? _c(
4618
4622
  "div",
4619
4623
  {
@@ -5550,7 +5554,7 @@ var render = function () {
5550
5554
  },
5551
5555
  [
5552
5556
  _c("p", { staticClass: "es-launch-text es-launch-user-name" }, [
5553
- _vm._v(_vm._s(_vm.userName) + ",你好!"),
5557
+ _vm._v(_vm._s(_vm.userName) + ",您好!"),
5554
5558
  ]),
5555
5559
  _c(
5556
5560
  "p",
@@ -5568,9 +5572,12 @@ var render = function () {
5568
5572
  ? _c("es-ca-login", {
5569
5573
  ref: "calogin",
5570
5574
  attrs: {
5575
+ "install-path": _vm.installPath,
5576
+ "ca-model": _vm.caLoginModel,
5571
5577
  identifyingId: _vm.identifyingId,
5572
5578
  success: _vm.caLogin,
5573
5579
  },
5580
+ on: { error: _vm.handleError },
5574
5581
  })
5575
5582
  : _vm._e(),
5576
5583
  ],
@@ -5596,7 +5603,7 @@ var staticRenderFns = [
5596
5603
  render._withStripped = true
5597
5604
 
5598
5605
 
5599
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=68c9ba89&
5606
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=729dd354&
5600
5607
 
5601
5608
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
5602
5609
  var regenerator_ = __webpack_require__(4);
@@ -6704,6 +6711,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6704
6711
  //
6705
6712
  //
6706
6713
  //
6714
+ //
6715
+ //
6716
+ //
6717
+ //
6707
6718
 
6708
6719
 
6709
6720
 
@@ -6943,7 +6954,9 @@ var ceshi = util["a" /* default */].getParams('ceshi');
6943
6954
  default: function _default() {
6944
6955
  return [];
6945
6956
  }
6946
- }
6957
+ },
6958
+ caModel: String,
6959
+ caInstallPath: String
6947
6960
  },
6948
6961
  computed: {
6949
6962
  transform: function transform() {
@@ -7041,6 +7054,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
7041
7054
  types.forEach(function (item) {
7042
7055
  icon.push(_this.iconfonts[item]);
7043
7056
  });
7057
+ console.log(icon);
7044
7058
  return icon;
7045
7059
  },
7046
7060
  isCaLogin: function isCaLogin() {
@@ -7131,6 +7145,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
7131
7145
  loginTitleImg: this.loginTitle,
7132
7146
  loginLogoImg: this.loginLogo,
7133
7147
  loginModel: this.type,
7148
+ caLoginModel: this.caModel,
7134
7149
  passModifyModel: null,
7135
7150
  active: 0,
7136
7151
  submit: false,
@@ -7195,7 +7210,8 @@ var ceshi = util["a" /* default */].getParams('ceshi');
7195
7210
  launchKey: 'day',
7196
7211
  launchTime: 2000,
7197
7212
  switchActive: this.switchsActive,
7198
- loginDownloadApp: this.loginDownloadApps
7213
+ loginDownloadApp: this.loginDownloadApps,
7214
+ installPath: this.caInstallPath
7199
7215
  };
7200
7216
  },
7201
7217
  beforeCreate: function beforeCreate() {
@@ -7206,8 +7222,8 @@ var ceshi = util["a" /* default */].getParams('ceshi');
7206
7222
  },
7207
7223
  created: function created() {
7208
7224
  this.launchKey = 5 < new Date().getHours() < 18 ? 'day' : 'night';
7209
- if (ceshi == 'true' || ceshi == true) {
7210
- this.loginModel = '0';
7225
+ if (ceshi) {
7226
+ this.loginModel = ceshi == 'true' || ceshi == true ? '0' : ceshi;
7211
7227
  }
7212
7228
  if (this.isScale || util["a" /* default */].getParams('scale')) {
7213
7229
  util["a" /* default */].setScale();
@@ -7401,6 +7417,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
7401
7417
  _this4.$refs[ref] && _this4.$refs[ref].clearValidate();
7402
7418
  });
7403
7419
  } else {
7420
+ this.submit = true;
7404
7421
  this.$refs.calogin && this.$refs.calogin.getCertificate();
7405
7422
  }
7406
7423
  this.countdown = 0;
@@ -7522,15 +7539,19 @@ var ceshi = util["a" /* default */].getParams('ceshi');
7522
7539
  document.title = res.subsystemName;
7523
7540
  }
7524
7541
  this.app = res.appName || res.subsystemName;
7525
- if (res.loginModel && ceshi !== 'true' && ceshi !== true) {
7542
+ if (res.loginModel && !ceshi) {
7526
7543
  this.loginModel = (res.firstLoginModel || this.firstLoginModel) && !isLogined ? res.firstLoginModel || this.firstLoginModel : res.loginModel;
7527
7544
  }
7545
+
7528
7546
  if (res.loginBackgroundUrl) {
7529
7547
  this.loginBackgroundImg = res.loginBackgroundUrl.split(',');
7530
7548
  }
7531
7549
  if (res.loginLogoUrl) {
7532
7550
  this.loginLogoImg = res.loginLogoUrl;
7533
7551
  }
7552
+ if (res.caModel) {
7553
+ this.caLoginModel = res.caModel;
7554
+ }
7534
7555
  res.loginPage && sessionStorage.setItem('loginPage', res.loginPage);
7535
7556
  if (res.subsystemExtend && Object.keys(res.subsystemExtend).length) {
7536
7557
  if (res.subsystemExtend.copyright && res.subsystemExtend.copyright.length) {
@@ -7550,6 +7571,9 @@ var ceshi = util["a" /* default */].getParams('ceshi');
7550
7571
  if (res.subsystemExtend.loginModel && (ceshi == 'true' || ceshi == true)) {
7551
7572
  this.loginModel = (res.firstLoginModel || this.firstLoginModel) && !isLogined ? res.firstLoginModel || this.firstLoginModel : res.subsystemExtend.loginModel;
7552
7573
  }
7574
+ if (res.subsystemExtend.caModel) {
7575
+ this.caLoginModel = res.subsystemExtend.caModel;
7576
+ }
7553
7577
  if (res.subsystemExtend.applicationName) {
7554
7578
  localStorage.setItem('appcode', res.subsystemExtend.applicationName);
7555
7579
  }
@@ -7603,6 +7627,9 @@ var ceshi = util["a" /* default */].getParams('ceshi');
7603
7627
  if (res.subsystemExtend.loginDownloadApp) {
7604
7628
  this.loginDownloadApp = res.subsystemExtend.loginDownloadApp;
7605
7629
  }
7630
+ if (res.subsystemExtend.caInstallPath) {
7631
+ this.installPath = res.subsystemExtend.caInstallPath;
7632
+ }
7606
7633
  }
7607
7634
  this.passModifyModel = res.passModifyModel;
7608
7635
  this.wechatAppid = res.wechatAppid;
@@ -7803,7 +7830,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
7803
7830
  util["a" /* default */].ajax({
7804
7831
  method: 'post',
7805
7832
  url: this.caAction,
7806
- data: { identifyingId: this.identifyingId, signedData: signedData }
7833
+ data: typeof signedData === 'string' ? { identifyingId: this.identifyingId, signedData: signedData } : signedData
7807
7834
  }).then(function (res) {
7808
7835
  _this10.submit = false;
7809
7836
  if (res.rCode == 0) {
@@ -7826,6 +7853,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
7826
7853
  _this10.onError(res);
7827
7854
  }
7828
7855
  }).catch(function (err) {
7856
+ _this10.submit = false;
7829
7857
  if (err.message && err.message !== 'canceled') {
7830
7858
  _this10.$message.error(err.message);
7831
7859
  }
@@ -8062,6 +8090,9 @@ var ceshi = util["a" /* default */].getParams('ceshi');
8062
8090
  },
8063
8091
  handlePaste: function handlePaste(event) {
8064
8092
  this.safe && event.preventDefault();
8093
+ },
8094
+ handleError: function handleError() {
8095
+ this.submit = false;
8065
8096
  }
8066
8097
  },
8067
8098
  beforeDestroy: function beforeDestroy() {