eoss-ui 0.7.17 → 0.7.19

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 (257) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +1029 -938
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +391 -331
  5. package/lib/handler.js +58 -50
  6. package/lib/icon.js +7 -4
  7. package/lib/index.js +1 -1
  8. package/lib/main.js +216 -198
  9. package/lib/qr-code.js +13 -13
  10. package/lib/switch.js +9 -7
  11. package/lib/theme-chalk/handler.css +1 -1
  12. package/lib/theme-chalk/index.css +1 -1
  13. package/lib/theme-chalk/main.css +1 -1
  14. package/lib/theme-chalk/simplicity.css +1 -1
  15. package/package.json +160 -160
  16. package/packages/button/index.js +5 -5
  17. package/packages/button/src/main.vue +418 -418
  18. package/packages/button-group/index.js +5 -5
  19. package/packages/button-group/src/main.vue +298 -298
  20. package/packages/calendar/index.js +5 -5
  21. package/packages/calogin/index.js +5 -5
  22. package/packages/calogin/src/main.vue +412 -412
  23. package/packages/calogin/src/plugin.js +915 -915
  24. package/packages/card/index.js +5 -5
  25. package/packages/card/src/main.vue +156 -156
  26. package/packages/cascader/index.js +5 -5
  27. package/packages/cascader/src/main.vue +168 -168
  28. package/packages/checkbox-group/index.js +5 -5
  29. package/packages/checkbox-group/src/main.vue +333 -333
  30. package/packages/clients/index.js +5 -5
  31. package/packages/clients/src/main.vue +151 -151
  32. package/packages/data-table/index.js +5 -5
  33. package/packages/data-table/src/children.vue +39 -39
  34. package/packages/data-table/src/column.vue +988 -988
  35. package/packages/data-table/src/main.vue +1831 -1831
  36. package/packages/data-table/src/sizer.vue +195 -195
  37. package/packages/data-table-form/index.js +5 -5
  38. package/packages/data-table-form/src/checkbox.vue +101 -101
  39. package/packages/data-table-form/src/colgroup.vue +17 -17
  40. package/packages/data-table-form/src/main.vue +181 -181
  41. package/packages/data-table-form/src/radio.vue +65 -65
  42. package/packages/data-table-form/src/table.vue +233 -233
  43. package/packages/data-table-form/src/tbody.vue +336 -336
  44. package/packages/data-table-form/src/thead.vue +68 -68
  45. package/packages/date-picker/index.js +5 -5
  46. package/packages/date-picker/src/main.vue +236 -236
  47. package/packages/dialog/index.js +5 -5
  48. package/packages/enable-drag/index.js +5 -5
  49. package/packages/enterprise/index.js +5 -5
  50. package/packages/enterprise/src/main.vue +66 -66
  51. package/packages/error-page/index.js +5 -5
  52. package/packages/error-page/src/main.vue +44 -44
  53. package/packages/flow/index.js +5 -5
  54. package/packages/flow/src/component/Circulate.vue +413 -410
  55. package/packages/flow/src/component/CommonOpinions.vue +373 -372
  56. package/packages/flow/src/component/CustomPreset.vue +322 -322
  57. package/packages/flow/src/component/FileList.vue +97 -97
  58. package/packages/flow/src/component/FreeCirculation.vue +240 -235
  59. package/packages/flow/src/component/Preset.vue +255 -255
  60. package/packages/flow/src/component/SendMsg.vue +242 -242
  61. package/packages/flow/src/component/TimeLimit.vue +190 -190
  62. package/packages/flow/src/component/taskUnionExamine.vue +649 -643
  63. package/packages/flow/src/form.vue +121 -121
  64. package/packages/flow/src/freeStartFlow.vue +2847 -2845
  65. package/packages/flow/src/main.vue +3802 -3783
  66. package/packages/flow/src/processForm.vue +1287 -1287
  67. package/packages/flow/src/processReject.vue +308 -308
  68. package/packages/flow/src/reset.vue +941 -941
  69. package/packages/flow/src/startTaskRead.vue +691 -691
  70. package/packages/flow/src/supervise.vue +159 -159
  71. package/packages/flow/src/table.vue +58 -58
  72. package/packages/flow-group/index.js +5 -5
  73. package/packages/flow-group/src/main.vue +696 -696
  74. package/packages/flow-list/index.js +5 -5
  75. package/packages/flow-list/src/main.vue +1770 -1770
  76. package/packages/form/index.js +5 -5
  77. package/packages/form/src/main.vue +3901 -3901
  78. package/packages/form/src/table.vue +1512 -1512
  79. package/packages/handle-user/index.js +5 -5
  80. package/packages/handle-user/src/main.vue +137 -137
  81. package/packages/handler/index.js +5 -5
  82. package/packages/handler/src/main.vue +497 -493
  83. package/packages/icon/index.js +5 -5
  84. package/packages/icon/src/main.vue +104 -101
  85. package/packages/icons/index.js +5 -5
  86. package/packages/icons/src/main.vue +81 -81
  87. package/packages/input/index.js +5 -5
  88. package/packages/input/src/main.vue +356 -356
  89. package/packages/input-number/index.js +5 -5
  90. package/packages/input-number/src/main.vue +106 -106
  91. package/packages/label/index.js +5 -5
  92. package/packages/label/src/main.vue +457 -457
  93. package/packages/layout/index.js +5 -5
  94. package/packages/layout/src/item.vue +152 -152
  95. package/packages/layout/src/main.vue +31 -31
  96. package/packages/login/index.js +5 -5
  97. package/packages/login/src/main.vue +1993 -1993
  98. package/packages/login/src/resetPassword.vue +557 -557
  99. package/packages/main/index.js +5 -5
  100. package/packages/main/src/default/index.vue +2 -6
  101. package/packages/main/src/default/message.vue +249 -249
  102. package/packages/main/src/default/notice.vue +157 -157
  103. package/packages/main/src/default/userinfo.vue +502 -502
  104. package/packages/main/src/main.vue +2 -1
  105. package/packages/main/src/public/online.vue +89 -89
  106. package/packages/main/src/public/search.vue +464 -464
  107. package/packages/main/src/public/settings.vue +221 -221
  108. package/packages/main/src/simplicity/apps.vue +388 -388
  109. package/packages/main/src/simplicity/avatar.vue +82 -82
  110. package/packages/main/src/simplicity/handler.vue +263 -259
  111. package/packages/main/src/simplicity/index.vue +2125 -2125
  112. package/packages/main/src/simplicity/lists.vue +84 -84
  113. package/packages/main/src/simplicity/menu-list.vue +135 -135
  114. package/packages/main/src/simplicity/message.vue +259 -259
  115. package/packages/main/src/simplicity/notice.vue +190 -190
  116. package/packages/main/src/simplicity/router-page.vue +45 -45
  117. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  118. package/packages/main/src/simplicity/user.vue +259 -259
  119. package/packages/main/src/simplicity/userinfo.vue +398 -398
  120. package/packages/menu/index.js +5 -5
  121. package/packages/menu/src/main.vue +584 -584
  122. package/packages/nav/index.js +5 -5
  123. package/packages/nav/src/main.vue +351 -351
  124. package/packages/notify/index.js +5 -5
  125. package/packages/notify/src/main.vue +538 -538
  126. package/packages/page/index.js +5 -5
  127. package/packages/page/src/main.vue +167 -167
  128. package/packages/pagination/index.js +5 -5
  129. package/packages/pagination/src/main.vue +96 -96
  130. package/packages/player/index.js +5 -5
  131. package/packages/player/src/main.vue +194 -194
  132. package/packages/qr-code/index.js +5 -5
  133. package/packages/qr-code/src/main.vue +170 -170
  134. package/packages/radio-group/index.js +6 -6
  135. package/packages/radio-group/src/main.vue +319 -319
  136. package/packages/retrial-auth/index.js +5 -5
  137. package/packages/retrial-auth/src/main.vue +280 -280
  138. package/packages/select/index.js +5 -5
  139. package/packages/select/src/main.vue +782 -782
  140. package/packages/select-ganged/index.js +5 -5
  141. package/packages/select-ganged/src/main.vue +724 -724
  142. package/packages/selector/index.js +5 -5
  143. package/packages/selector/src/main.vue +761 -761
  144. package/packages/selector-panel/index.js +5 -5
  145. package/packages/selector-panel/src/main.vue +1027 -1027
  146. package/packages/selector-panel/src/selection.vue +170 -170
  147. package/packages/selector-panel/src/tree.vue +129 -129
  148. package/packages/sizer/index.js +5 -5
  149. package/packages/sizer/src/main.vue +254 -254
  150. package/packages/steps/index.js +5 -5
  151. package/packages/steps/src/main.vue +181 -181
  152. package/packages/switch/index.js +5 -5
  153. package/packages/switch/src/main.vue +170 -154
  154. package/packages/table-form/index.js +5 -5
  155. package/packages/tabs/index.js +5 -5
  156. package/packages/tabs/src/main.vue +788 -788
  157. package/packages/tabs-panel/index.js +5 -5
  158. package/packages/tabs-panel/src/main.vue +29 -29
  159. package/packages/theme-chalk/lib/handler.css +1 -1
  160. package/packages/theme-chalk/lib/index.css +1 -1
  161. package/packages/theme-chalk/lib/main.css +1 -1
  162. package/packages/theme-chalk/lib/simplicity.css +1 -1
  163. package/packages/theme-chalk/src/base.scss +261 -261
  164. package/packages/theme-chalk/src/button-group.scss +176 -176
  165. package/packages/theme-chalk/src/button.scss +24 -24
  166. package/packages/theme-chalk/src/calendar.scss +113 -113
  167. package/packages/theme-chalk/src/card.scss +99 -99
  168. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  169. package/packages/theme-chalk/src/clients.scss +87 -87
  170. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  171. package/packages/theme-chalk/src/data-table.scss +293 -293
  172. package/packages/theme-chalk/src/date-picker.scss +7 -7
  173. package/packages/theme-chalk/src/dialog.scss +77 -77
  174. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  175. package/packages/theme-chalk/src/enterprise.scss +5 -5
  176. package/packages/theme-chalk/src/error-page.scss +18 -18
  177. package/packages/theme-chalk/src/flow-group.scss +110 -110
  178. package/packages/theme-chalk/src/flow-list.scss +39 -39
  179. package/packages/theme-chalk/src/flow.scss +348 -348
  180. package/packages/theme-chalk/src/form.scss +501 -501
  181. package/packages/theme-chalk/src/handle-user.scss +40 -40
  182. package/packages/theme-chalk/src/handler.scss +148 -143
  183. package/packages/theme-chalk/src/icon.scss +1817 -1817
  184. package/packages/theme-chalk/src/icons.scss +99 -99
  185. package/packages/theme-chalk/src/input.scss +9 -9
  186. package/packages/theme-chalk/src/label.scss +24 -24
  187. package/packages/theme-chalk/src/layout.scss +46 -46
  188. package/packages/theme-chalk/src/login.scss +984 -984
  189. package/packages/theme-chalk/src/main.scss +663 -663
  190. package/packages/theme-chalk/src/menu.scss +222 -222
  191. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  192. package/packages/theme-chalk/src/nav.scss +111 -111
  193. package/packages/theme-chalk/src/page.scss +3 -3
  194. package/packages/theme-chalk/src/pagination.scss +29 -29
  195. package/packages/theme-chalk/src/player.scss +9 -9
  196. package/packages/theme-chalk/src/qr-code.scss +17 -17
  197. package/packages/theme-chalk/src/radio-group.scss +9 -9
  198. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  199. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  200. package/packages/theme-chalk/src/select.scss +8 -8
  201. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  202. package/packages/theme-chalk/src/selector.scss +92 -92
  203. package/packages/theme-chalk/src/simplicity.scss +1366 -1361
  204. package/packages/theme-chalk/src/sizer.scss +36 -36
  205. package/packages/theme-chalk/src/steps.scss +88 -88
  206. package/packages/theme-chalk/src/switch.scss +3 -3
  207. package/packages/theme-chalk/src/table-form.scss +1 -1
  208. package/packages/theme-chalk/src/tabs.scss +87 -87
  209. package/packages/theme-chalk/src/tips.scss +7 -7
  210. package/packages/theme-chalk/src/toolbar.scss +179 -179
  211. package/packages/theme-chalk/src/tree-group.scss +72 -72
  212. package/packages/theme-chalk/src/tree.scss +165 -165
  213. package/packages/theme-chalk/src/upload.scss +172 -172
  214. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  215. package/packages/tips/index.js +5 -5
  216. package/packages/tips/src/main.vue +141 -141
  217. package/packages/toolbar/index.js +5 -5
  218. package/packages/toolbar/src/main.vue +430 -430
  219. package/packages/tree/index.js +5 -5
  220. package/packages/tree-group/index.js +5 -5
  221. package/packages/upload/index.js +5 -5
  222. package/packages/upload/src/main.vue +1343 -1343
  223. package/packages/upload/src/picture.js +15 -15
  224. package/packages/wujie/index.js +5 -5
  225. package/packages/wujie/src/main.vue +145 -145
  226. package/packages/wxlogin/index.js +5 -5
  227. package/packages/wxlogin/src/main.vue +128 -128
  228. package/src/config/api.js +315 -315
  229. package/src/config/image.js +2 -2
  230. package/src/index.js +163 -163
  231. package/src/utils/bus.js +3 -3
  232. package/src/utils/date-util.js +312 -312
  233. package/src/utils/http.js +50 -50
  234. package/src/utils/rules.js +18 -18
  235. package/src/utils/store.js +21 -21
  236. package/src/utils/webSocket.js +107 -107
  237. package/packages/.DS_Store +0 -0
  238. package/packages/autocomplete/.DS_Store +0 -0
  239. package/packages/calogin/.DS_Store +0 -0
  240. package/packages/date-picker/.DS_Store +0 -0
  241. package/packages/date-picker/src/.DS_Store +0 -0
  242. package/packages/flow/.DS_Store +0 -0
  243. package/packages/flow/src/.DS_Store +0 -0
  244. package/packages/flow-list/.DS_Store +0 -0
  245. package/packages/form/.DS_Store +0 -0
  246. package/packages/login/.DS_Store +0 -0
  247. package/packages/main/.DS_Store +0 -0
  248. package/packages/main/src/.DS_Store +0 -0
  249. package/packages/menu/.DS_Store +0 -0
  250. package/packages/scrollbar/.DS_Store +0 -0
  251. package/packages/select/.DS_Store +0 -0
  252. package/packages/selector/.DS_Store +0 -0
  253. package/packages/selector-panel/.DS_Store +0 -0
  254. package/packages/theme-chalk/src/.DS_Store +0 -0
  255. package/packages/upload/.DS_Store +0 -0
  256. package/src/.DS_Store +0 -0
  257. package/src/utils/.DS_Store +0 -0
package/lib/main.js CHANGED
@@ -4360,7 +4360,7 @@ var nightImg = 'data:image/jpeg;base64,/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA
4360
4360
  // ESM COMPAT FLAG
4361
4361
  __webpack_require__.r(__webpack_exports__);
4362
4362
 
4363
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=b0817718&
4363
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=d57cecee&
4364
4364
  var render = function () {
4365
4365
  var _vm = this
4366
4366
  var _h = _vm.$createElement
@@ -4399,7 +4399,11 @@ var render = function () {
4399
4399
  _vm._b(
4400
4400
  {
4401
4401
  ref: "main",
4402
- attrs: { "new-version": _vm.multiple, scene: _vm.layout },
4402
+ attrs: {
4403
+ "new-version": _vm.multiple,
4404
+ appCode: _vm.appCode,
4405
+ scene: _vm.layout,
4406
+ },
4403
4407
  on: {
4404
4408
  "chang-layout": _vm.changLayout,
4405
4409
  "bus-emit": _vm.busEmit,
@@ -4458,13 +4462,13 @@ var staticRenderFns = []
4458
4462
  render._withStripped = true
4459
4463
 
4460
4464
 
4461
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=b0817718&
4465
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=d57cecee&
4462
4466
 
4463
4467
  // EXTERNAL MODULE: ./src/config/image.js
4464
4468
  var config_image = __webpack_require__(20);
4465
4469
 
4466
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=2ee76725&scoped=true&
4467
- var simplicityvue_type_template_id_2ee76725_scoped_true_render = function () {
4470
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=1f6395a8&scoped=true&
4471
+ var simplicityvue_type_template_id_1f6395a8_scoped_true_render = function () {
4468
4472
  var _vm = this
4469
4473
  var _h = _vm.$createElement
4470
4474
  var _c = _vm._self._c || _h
@@ -4623,8 +4627,8 @@ var simplicityvue_type_template_id_2ee76725_scoped_true_render = function () {
4623
4627
  {
4624
4628
  name: "show",
4625
4629
  rawName: "v-show",
4626
- value: _vm.menus.length,
4627
- expression: "menus.length",
4630
+ value: _vm.applications.length,
4631
+ expression: "applications.length",
4628
4632
  },
4629
4633
  ],
4630
4634
  staticClass: "es-simplicity-side-app",
@@ -5158,11 +5162,11 @@ var simplicityvue_type_template_id_2ee76725_scoped_true_render = function () {
5158
5162
  ),
5159
5163
  ])
5160
5164
  }
5161
- var simplicityvue_type_template_id_2ee76725_scoped_true_staticRenderFns = []
5162
- simplicityvue_type_template_id_2ee76725_scoped_true_render._withStripped = true
5165
+ var simplicityvue_type_template_id_1f6395a8_scoped_true_staticRenderFns = []
5166
+ simplicityvue_type_template_id_1f6395a8_scoped_true_render._withStripped = true
5163
5167
 
5164
5168
 
5165
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=2ee76725&scoped=true&
5169
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=1f6395a8&scoped=true&
5166
5170
 
5167
5171
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
5168
5172
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -5322,8 +5326,8 @@ var component = Object(componentNormalizer["a" /* default */])(
5322
5326
  )
5323
5327
 
5324
5328
  /* harmony default export */ var avatar = (component.exports);
5325
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/handler.vue?vue&type=template&id=754aecd5&scoped=true&
5326
- var handlervue_type_template_id_754aecd5_scoped_true_render = function () {
5329
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/handler.vue?vue&type=template&id=0e3b21b5&scoped=true&
5330
+ var handlervue_type_template_id_0e3b21b5_scoped_true_render = function () {
5327
5331
  var _vm = this
5328
5332
  var _h = _vm.$createElement
5329
5333
  var _c = _vm._self._c || _h
@@ -5386,54 +5390,67 @@ var handlervue_type_template_id_754aecd5_scoped_true_render = function () {
5386
5390
  _vm._v("\n 人在线\n "),
5387
5391
  ]
5388
5392
  )
5389
- : item.type === "notice" || item.type === "messsage"
5390
- ? _c(
5391
- "el-badge",
5393
+ : _c(
5394
+ "el-tooltip",
5392
5395
  {
5393
5396
  key: item.type,
5394
- staticClass: "es-simplicity-handler-item",
5395
5397
  attrs: {
5396
- value: _vm.noticeNum,
5397
- max: 99,
5398
- hidden: _vm.noticeNum < 1,
5398
+ effect: "dark",
5399
+ content: item.title,
5400
+ placement: "bottom",
5399
5401
  },
5400
5402
  },
5401
5403
  [
5402
- _c("div", {
5403
- staticClass: "es-simplicity-handler-icon",
5404
- class: item.icon,
5405
- attrs: { title: item.title },
5406
- on: {
5407
- click: function ($event) {
5408
- _vm.handleClick(item)
5409
- },
5410
- },
5411
- }),
5412
- ]
5413
- )
5414
- : _c("div", {
5415
- key: item.type,
5416
- staticClass:
5417
- "es-simplicity-handler-item es-simplicity-handler-icon",
5418
- class: item.icon,
5419
- attrs: { title: item.title },
5420
- on: {
5421
- click: function ($event) {
5422
- _vm.handleClick(item)
5423
- },
5424
- },
5425
- }),
5404
+ item.type === "notice" || item.type === "messsage"
5405
+ ? _c(
5406
+ "el-badge",
5407
+ {
5408
+ staticClass: "es-simplicity-handler-item",
5409
+ attrs: {
5410
+ value: _vm.noticeNum,
5411
+ max: 99,
5412
+ hidden: _vm.noticeNum < 1,
5413
+ },
5414
+ },
5415
+ [
5416
+ _c("es-icon", {
5417
+ staticClass: "es-simplicity-handler-icon",
5418
+ attrs: { contents: item.icon },
5419
+ on: {
5420
+ click: function ($event) {
5421
+ $event.stopPropagation()
5422
+ _vm.handleClick(item)
5423
+ },
5424
+ },
5425
+ }),
5426
+ ],
5427
+ 1
5428
+ )
5429
+ : _c("es-icon", {
5430
+ staticClass:
5431
+ "es-simplicity-handler-item es-simplicity-handler-icon",
5432
+ attrs: { contents: item.icon },
5433
+ on: {
5434
+ click: function ($event) {
5435
+ $event.stopPropagation()
5436
+ _vm.handleClick(item)
5437
+ },
5438
+ },
5439
+ }),
5440
+ ],
5441
+ 1
5442
+ ),
5426
5443
  ]
5427
5444
  }),
5428
5445
  ],
5429
5446
  2
5430
5447
  )
5431
5448
  }
5432
- var handlervue_type_template_id_754aecd5_scoped_true_staticRenderFns = []
5433
- handlervue_type_template_id_754aecd5_scoped_true_render._withStripped = true
5449
+ var handlervue_type_template_id_0e3b21b5_scoped_true_staticRenderFns = []
5450
+ handlervue_type_template_id_0e3b21b5_scoped_true_render._withStripped = true
5434
5451
 
5435
5452
 
5436
- // CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=754aecd5&scoped=true&
5453
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=0e3b21b5&scoped=true&
5437
5454
 
5438
5455
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/handler.vue?vue&type=script&lang=js&
5439
5456
  var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -5507,6 +5524,10 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
5507
5524
  //
5508
5525
  //
5509
5526
  //
5527
+ //
5528
+ //
5529
+ //
5530
+ //
5510
5531
 
5511
5532
 
5512
5533
  /* harmony default export */ var handlervue_type_script_lang_js_ = ({
@@ -5702,11 +5723,11 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
5702
5723
 
5703
5724
  var handler_component = Object(componentNormalizer["a" /* default */])(
5704
5725
  simplicity_handlervue_type_script_lang_js_,
5705
- handlervue_type_template_id_754aecd5_scoped_true_render,
5706
- handlervue_type_template_id_754aecd5_scoped_true_staticRenderFns,
5726
+ handlervue_type_template_id_0e3b21b5_scoped_true_render,
5727
+ handlervue_type_template_id_0e3b21b5_scoped_true_staticRenderFns,
5707
5728
  false,
5708
5729
  null,
5709
- "754aecd5",
5730
+ "0e3b21b5",
5710
5731
  null
5711
5732
 
5712
5733
  )
@@ -7246,10 +7267,10 @@ var external_throttle_debounce_ = __webpack_require__(14);
7246
7267
  this.$emit('click', res);
7247
7268
  },
7248
7269
 
7249
- /**
7250
- * @desc:获取气泡提醒
7251
- * @author huangbo
7252
- * @date 2024年9月7日
7270
+ /**
7271
+ * @desc:获取气泡提醒
7272
+ * @author huangbo
7273
+ * @date 2024年9月7日
7253
7274
  **/
7254
7275
  getBadge: function getBadge(res) {
7255
7276
  var num = res.tips || 0;
@@ -11349,10 +11370,10 @@ var events = [function (tabs, index, that) {
11349
11370
  },
11350
11371
 
11351
11372
  methods: {
11352
- /**
11353
- * @desc:匹配路由
11354
- * @author huangbo
11355
- * @date 2024年9月7日
11373
+ /**
11374
+ * @desc:匹配路由
11375
+ * @author huangbo
11376
+ * @date 2024年9月7日
11356
11377
  **/
11357
11378
  hasRouter: function hasRouter(res, url, code) {
11358
11379
  if (!url) {
@@ -11396,10 +11417,10 @@ var events = [function (tabs, index, that) {
11396
11417
  return false;
11397
11418
  },
11398
11419
 
11399
- /**
11400
- * @desc:获取初始数据
11401
- * @author huangbo
11402
- * @date 2024年9月7日
11420
+ /**
11421
+ * @desc:获取初始数据
11422
+ * @author huangbo
11423
+ * @date 2024年9月7日
11403
11424
  **/
11404
11425
  init: function init(results, first) {
11405
11426
  this.setConfig(results);
@@ -11408,10 +11429,10 @@ var events = [function (tabs, index, that) {
11408
11429
  }
11409
11430
  },
11410
11431
 
11411
- /**
11412
- * @desc:设置用户配置及信息
11413
- * @author huangbo
11414
- * @date 2024年9月7日
11432
+ /**
11433
+ * @desc:设置用户配置及信息
11434
+ * @author huangbo
11435
+ * @date 2024年9月7日
11415
11436
  **/
11416
11437
  setConfig: function setConfig(results) {
11417
11438
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -11548,10 +11569,10 @@ var events = [function (tabs, index, that) {
11548
11569
  }
11549
11570
  },
11550
11571
 
11551
- /**
11552
- * @desc:获取所有应用
11553
- * @author huangbo
11554
- * @date 2024年9月7日
11572
+ /**
11573
+ * @desc:获取所有应用
11574
+ * @author huangbo
11575
+ * @date 2024年9月7日
11555
11576
  **/
11556
11577
  getApplications: function getApplications() {
11557
11578
  var _this = this;
@@ -11599,10 +11620,10 @@ var events = [function (tabs, index, that) {
11599
11620
  });
11600
11621
  },
11601
11622
 
11602
- /**
11603
- * @desc:获取菜单列表
11604
- * @author huangbo
11605
- * @date 2024年9月7日
11623
+ /**
11624
+ * @desc:获取菜单列表
11625
+ * @author huangbo
11626
+ * @date 2024年9月7日
11606
11627
  **/
11607
11628
  getMenus: function getMenus(loading) {
11608
11629
  var _this2 = this;
@@ -11635,10 +11656,10 @@ var events = [function (tabs, index, that) {
11635
11656
  });
11636
11657
  },
11637
11658
 
11638
- /**
11639
- * @desc:处理菜单列表
11640
- * @author huangbo
11641
- * @date 2024年9月7日
11659
+ /**
11660
+ * @desc:处理菜单列表
11661
+ * @author huangbo
11662
+ * @date 2024年9月7日
11642
11663
  **/
11643
11664
  renderMenus: function renderMenus(res) {
11644
11665
  this.menus = res;
@@ -11734,10 +11755,10 @@ var events = [function (tabs, index, that) {
11734
11755
  }
11735
11756
  },
11736
11757
 
11737
- /**
11738
- * @desc:设置页面加载类型
11739
- * @author huangbo
11740
- * @date 2024年9月7日
11758
+ /**
11759
+ * @desc:设置页面加载类型
11760
+ * @author huangbo
11761
+ * @date 2024年9月7日
11741
11762
  **/
11742
11763
  setIframeType: function setIframeType(res) {
11743
11764
  var url = res.url;
@@ -11793,10 +11814,10 @@ var events = [function (tabs, index, that) {
11793
11814
  return res;
11794
11815
  },
11795
11816
 
11796
- /**
11797
- * @desc:获取菜单
11798
- * @author huangbo
11799
- * @date 2024年9月7日
11817
+ /**
11818
+ * @desc:获取菜单
11819
+ * @author huangbo
11820
+ * @date 2024年9月7日
11800
11821
  **/
11801
11822
  getMenu: function getMenu(menus, res, key) {
11802
11823
  if (Array.isArray(menus)) {
@@ -11825,10 +11846,10 @@ var events = [function (tabs, index, that) {
11825
11846
  return false;
11826
11847
  },
11827
11848
 
11828
- /**
11829
- * @desc:获取菜单第一条数据
11830
- * @author huangbo
11831
- * @date 2024年9月7日
11849
+ /**
11850
+ * @desc:获取菜单第一条数据
11851
+ * @author huangbo
11852
+ * @date 2024年9月7日
11832
11853
  **/
11833
11854
  getFirst: function getFirst(obj) {
11834
11855
  if (!obj) {
@@ -11847,10 +11868,10 @@ var events = [function (tabs, index, that) {
11847
11868
  }
11848
11869
  },
11849
11870
 
11850
- /**
11851
- * @desc:遍历设置菜单气泡提醒
11852
- * @author huangbo
11853
- * @date 2024年9月7日
11871
+ /**
11872
+ * @desc:遍历设置菜单气泡提醒
11873
+ * @author huangbo
11874
+ * @date 2024年9月7日
11854
11875
  **/
11855
11876
  setTips: function setTips(obj) {
11856
11877
  var _this3 = this;
@@ -11913,10 +11934,10 @@ var events = [function (tabs, index, that) {
11913
11934
  }
11914
11935
  },
11915
11936
 
11916
- /**
11917
- * @desc:获取气泡提醒
11918
- * @author huangbo
11919
- * @date 2024年9月7日
11937
+ /**
11938
+ * @desc:获取气泡提醒
11939
+ * @author huangbo
11940
+ * @date 2024年9月7日
11920
11941
  **/
11921
11942
  getBadge: function getBadge(res) {
11922
11943
  var num = res.tips || 0;
@@ -11930,10 +11951,10 @@ var events = [function (tabs, index, that) {
11930
11951
  };
11931
11952
  },
11932
11953
 
11933
- /**
11934
- * @desc:开启weosocket
11935
- * @author huangbo
11936
- * @date 2024年9月7日
11954
+ /**
11955
+ * @desc:开启weosocket
11956
+ * @author huangbo
11957
+ * @date 2024年9月7日
11937
11958
  **/
11938
11959
  initWebSocket: function initWebSocket() {
11939
11960
  var _this5 = this;
@@ -11982,10 +12003,10 @@ var events = [function (tabs, index, that) {
11982
12003
  });
11983
12004
  },
11984
12005
 
11985
- /**
11986
- * @desc:显示用户信息
11987
- * @author huangbo
11988
- * @date 2024年9月7日
12006
+ /**
12007
+ * @desc:显示用户信息
12008
+ * @author huangbo
12009
+ * @date 2024年9月7日
11989
12010
  **/
11990
12011
  showUserInfo: function showUserInfo() {
11991
12012
  if (this.showUser === false) {
@@ -11993,19 +12014,19 @@ var events = [function (tabs, index, that) {
11993
12014
  }
11994
12015
  },
11995
12016
 
11996
- /**
11997
- * @desc:删除更多应用菜单点击
11998
- * @author huangbo
11999
- * @date 2024年9月7日
12017
+ /**
12018
+ * @desc:删除更多应用菜单点击
12019
+ * @author huangbo
12020
+ * @date 2024年9月7日
12000
12021
  **/
12001
12022
  handleDelete: function handleDelete(index) {
12002
12023
  this.newApps.splice(index, 1);
12003
12024
  },
12004
12025
 
12005
- /**
12006
- * @desc:储存更多应用菜单点击
12007
- * @author huangbo
12008
- * @date 2024年9月7日
12026
+ /**
12027
+ * @desc:储存更多应用菜单点击
12028
+ * @author huangbo
12029
+ * @date 2024年9月7日
12009
12030
  **/
12010
12031
  handlerClickApps: function handlerClickApps(res) {
12011
12032
  if (res.permission === false) {
@@ -12018,10 +12039,10 @@ var events = [function (tabs, index, that) {
12018
12039
  this.handlerClickApp(res);
12019
12040
  },
12020
12041
 
12021
- /**
12022
- * @desc:侧边应用菜单点击
12023
- * @author huangbo
12024
- * @date 2024年9月7日
12042
+ /**
12043
+ * @desc:侧边应用菜单点击
12044
+ * @author huangbo
12045
+ * @date 2024年9月7日
12025
12046
  **/
12026
12047
  handlerClickApp: function handlerClickApp(res) {
12027
12048
  this.showMsg = false;
@@ -12110,10 +12131,10 @@ var events = [function (tabs, index, that) {
12110
12131
  }
12111
12132
  },
12112
12133
 
12113
- /**
12114
- * @desc:显示Drawer界面
12115
- * @author huangbo
12116
- * @date 2024年9月7日
12134
+ /**
12135
+ * @desc:显示Drawer界面
12136
+ * @author huangbo
12137
+ * @date 2024年9月7日
12117
12138
  **/
12118
12139
  handlerSetDrawer: function handlerSetDrawer(res, type) {
12119
12140
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -12133,19 +12154,19 @@ var events = [function (tabs, index, that) {
12133
12154
  }
12134
12155
  },
12135
12156
 
12136
- /**
12137
- * @desc:关闭Drawer界面
12138
- * @author huangbo
12139
- * @date 2024年9月7日
12157
+ /**
12158
+ * @desc:关闭Drawer界面
12159
+ * @author huangbo
12160
+ * @date 2024年9月7日
12140
12161
  **/
12141
12162
  handleCloseDrawer: function handleCloseDrawer() {
12142
12163
  this.drawer = { visible: false };
12143
12164
  },
12144
12165
 
12145
- /**
12146
- * @desc:菜单点击
12147
- * @author huangbo
12148
- * @date 2024年9月7日
12166
+ /**
12167
+ * @desc:菜单点击
12168
+ * @author huangbo
12169
+ * @date 2024年9月7日
12149
12170
  **/
12150
12171
  handlerClickMenu: function handlerClickMenu(res) {
12151
12172
  util["a" /* default */].ajax({
@@ -12194,19 +12215,19 @@ var events = [function (tabs, index, that) {
12194
12215
  },
12195
12216
 
12196
12217
 
12197
- /**
12198
- * @desc:用户详情请求成功
12199
- * @author huangbo
12200
- * @date 2024年9月7日
12218
+ /**
12219
+ * @desc:用户详情请求成功
12220
+ * @author huangbo
12221
+ * @date 2024年9月7日
12201
12222
  **/
12202
12223
  handleSuccess: function handleSuccess(res) {
12203
12224
  this.simpleUserInfo = res.simpleUserInfo;
12204
12225
  },
12205
12226
 
12206
- /**
12207
- * @desc:修改用户配置
12208
- * @author huangbo
12209
- * @date 2024年9月7日
12227
+ /**
12228
+ * @desc:修改用户配置
12229
+ * @author huangbo
12230
+ * @date 2024年9月7日
12210
12231
  **/
12211
12232
  handleChangeConfig: function handleChangeConfig(name, res) {
12212
12233
  if (name == 'userHeadUrl') {
@@ -12222,10 +12243,10 @@ var events = [function (tabs, index, that) {
12222
12243
  }
12223
12244
  },
12224
12245
 
12225
- /**
12226
- * @desc:关闭webSocket
12227
- * @author huangbo
12228
- * @date 2024年9月7日
12246
+ /**
12247
+ * @desc:关闭webSocket
12248
+ * @author huangbo
12249
+ * @date 2024年9月7日
12229
12250
  **/
12230
12251
  handlerClose: function handlerClose() {
12231
12252
  if (this.webSocket) {
@@ -12233,10 +12254,10 @@ var events = [function (tabs, index, that) {
12233
12254
  }
12234
12255
  },
12235
12256
 
12236
- /**
12237
- * @desc:刷新选中iframe页签
12238
- * @author huangbo
12239
- * @date 2024年9月7日
12257
+ /**
12258
+ * @desc:刷新选中iframe页签
12259
+ * @author huangbo
12260
+ * @date 2024年9月7日
12240
12261
  **/
12241
12262
  handleRefresh: function handleRefresh() {
12242
12263
  var i = util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -12257,10 +12278,10 @@ var events = [function (tabs, index, that) {
12257
12278
  }
12258
12279
  },
12259
12280
 
12260
- /**
12261
- * @desc:删除iframe
12262
- * @author huangbo
12263
- * @date 2024年9月7日
12281
+ /**
12282
+ * @desc:删除iframe
12283
+ * @author huangbo
12284
+ * @date 2024年9月7日
12264
12285
  **/
12265
12286
  handleRemove: function handleRemove(name) {
12266
12287
  var len = this.tabs.length - 1;
@@ -12277,10 +12298,10 @@ var events = [function (tabs, index, that) {
12277
12298
  }
12278
12299
  },
12279
12300
 
12280
- /**
12281
- * @desc:tabs鼠标右键事件
12282
- * @author huangbo
12283
- * @date 2024年9月7日
12301
+ /**
12302
+ * @desc:tabs鼠标右键事件
12303
+ * @author huangbo
12304
+ * @date 2024年9月7日
12284
12305
  **/
12285
12306
  handleContextmenu: function handleContextmenu(tabs, e) {
12286
12307
  var disabled = {};
@@ -12305,10 +12326,10 @@ var events = [function (tabs, index, that) {
12305
12326
  window.addEventListener('click', this.closeTabsEvents);
12306
12327
  },
12307
12328
 
12308
- /**
12309
- * @desc:tabs页签事件
12310
- * @author huangbo
12311
- * @date 2024年9月7日
12329
+ /**
12330
+ * @desc:tabs页签事件
12331
+ * @author huangbo
12332
+ * @date 2024年9月7日
12312
12333
  **/
12313
12334
  handleTabsEvents: function handleTabsEvents(num) {
12314
12335
  if (this.pane !== null) {
@@ -12326,10 +12347,10 @@ var events = [function (tabs, index, that) {
12326
12347
  window.removeEventListener('click', this.closeTabsEvents);
12327
12348
  },
12328
12349
 
12329
- /**
12330
- * @desc:handler工具栏点击事件
12331
- * @author huangbo
12332
- * @date 2024年9月7日
12350
+ /**
12351
+ * @desc:handler工具栏点击事件
12352
+ * @author huangbo
12353
+ * @date 2024年9月7日
12333
12354
  **/
12334
12355
  handleClick: function handleClick(res) {
12335
12356
  var type = res.type,
@@ -12407,10 +12428,10 @@ var events = [function (tabs, index, that) {
12407
12428
  this.$emit('handler-click', res);
12408
12429
  },
12409
12430
 
12410
- /**
12411
- * @desc:退出登录
12412
- * @author huangbo
12413
- * @date 2024年9月7日
12431
+ /**
12432
+ * @desc:退出登录
12433
+ * @author huangbo
12434
+ * @date 2024年9月7日
12414
12435
  **/
12415
12436
  handleQuit: function handleQuit() {
12416
12437
  var _this6 = this;
@@ -12485,10 +12506,10 @@ var events = [function (tabs, index, that) {
12485
12506
  }).catch(function (e) {});
12486
12507
  },
12487
12508
 
12488
- /**
12489
- * @desc:主题、消息回调
12490
- * @author huangbo
12491
- * @date 2024年9月7日
12509
+ /**
12510
+ * @desc:主题、消息回调
12511
+ * @author huangbo
12512
+ * @date 2024年9月7日
12492
12513
  **/
12493
12514
  handleChange: function handleChange(res) {
12494
12515
  var type = res.type,
@@ -12504,10 +12525,10 @@ var events = [function (tabs, index, that) {
12504
12525
  }
12505
12526
  },
12506
12527
 
12507
- /**
12508
- * @desc:菜单布局样式切换
12509
- * @author huangbo
12510
- * @date 2024年9月7日
12528
+ /**
12529
+ * @desc:菜单布局样式切换
12530
+ * @author huangbo
12531
+ * @date 2024年9月7日
12511
12532
  **/
12512
12533
  handleLayout: function handleLayout(res, active) {
12513
12534
  if (active) {
@@ -12516,10 +12537,10 @@ var events = [function (tabs, index, that) {
12516
12537
  this.$emit('chang-layout', res, active);
12517
12538
  },
12518
12539
 
12519
- /**
12520
- * @desc:消息修改总数
12521
- * @author huangbo
12522
- * @date 2024年9月7日
12540
+ /**
12541
+ * @desc:消息修改总数
12542
+ * @author huangbo
12543
+ * @date 2024年9月7日
12523
12544
  **/
12524
12545
  handleMenuTips: function handleMenuTips(id, num) {
12525
12546
  if (num) {
@@ -12530,10 +12551,10 @@ var events = [function (tabs, index, that) {
12530
12551
  }
12531
12552
  },
12532
12553
 
12533
- /**
12534
- * @desc:处理即时消息
12535
- * @author huangbo
12536
- * @date 2024年9月7日
12554
+ /**
12555
+ * @desc:处理即时消息
12556
+ * @author huangbo
12557
+ * @date 2024年9月7日
12537
12558
  **/
12538
12559
  handleOpened: function handleOpened(res) {
12539
12560
  var _this7 = this;
@@ -12657,18 +12678,18 @@ var events = [function (tabs, index, that) {
12657
12678
 
12658
12679
  var simplicity_component = Object(componentNormalizer["a" /* default */])(
12659
12680
  src_simplicityvue_type_script_lang_js_,
12660
- simplicityvue_type_template_id_2ee76725_scoped_true_render,
12661
- simplicityvue_type_template_id_2ee76725_scoped_true_staticRenderFns,
12681
+ simplicityvue_type_template_id_1f6395a8_scoped_true_render,
12682
+ simplicityvue_type_template_id_1f6395a8_scoped_true_staticRenderFns,
12662
12683
  false,
12663
12684
  null,
12664
- "2ee76725",
12685
+ "1f6395a8",
12665
12686
  null
12666
12687
 
12667
12688
  )
12668
12689
 
12669
12690
  /* harmony default export */ var simplicity = (simplicity_component.exports);
12670
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=ddd7ae56&
12671
- var defaultvue_type_template_id_ddd7ae56_render = function () {
12691
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=2035b378&
12692
+ var defaultvue_type_template_id_2035b378_render = function () {
12672
12693
  var _vm = this
12673
12694
  var _h = _vm.$createElement
12674
12695
  var _c = _vm._self._c || _h
@@ -13219,11 +13240,11 @@ var defaultvue_type_template_id_ddd7ae56_render = function () {
13219
13240
  1
13220
13241
  )
13221
13242
  }
13222
- var defaultvue_type_template_id_ddd7ae56_staticRenderFns = []
13223
- defaultvue_type_template_id_ddd7ae56_render._withStripped = true
13243
+ var defaultvue_type_template_id_2035b378_staticRenderFns = []
13244
+ defaultvue_type_template_id_2035b378_render._withStripped = true
13224
13245
 
13225
13246
 
13226
- // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=ddd7ae56&
13247
+ // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=2035b378&
13227
13248
 
13228
13249
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=138be27a&
13229
13250
  var userinfovue_type_template_id_138be27a_render = function () {
@@ -14773,7 +14794,6 @@ var defaultvue_type_script_lang_js_extends = Object.assign || function (target)
14773
14794
 
14774
14795
  var defaultvue_type_script_lang_js_isIE = /MSIE|Trident/.test(navigator.userAgent);
14775
14796
  var log = util["a" /* default */].getParams('console');
14776
- var appCode = util["a" /* default */].getParams('appCode') || util["a" /* default */].getParams('appcode');
14777
14797
  /* harmony default export */ var defaultvue_type_script_lang_js_ = ({
14778
14798
  name: 'MainDefault',
14779
14799
  inheritAttrs: false,
@@ -15050,9 +15070,6 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
15050
15070
  isConsole: function isConsole() {
15051
15071
  return log ? true : this.console;
15052
15072
  },
15053
- menuCode: function menuCode() {
15054
- return appCode || this.appCode;
15055
- },
15056
15073
  onlineUrl: function onlineUrl() {
15057
15074
  if (this.onlineView) {
15058
15075
  return typeof this.onlineView == 'string' ? this.onlineView : '';
@@ -15485,7 +15502,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
15485
15502
  hash = hash.split('?')[0];
15486
15503
  }
15487
15504
  var jump = sessionStorage.getItem('jump');
15488
- if (!applicationid && !this.menuCode && (!jump || !this.isHistory) && (hash === '#/' || hash === '#/main') || jump == this.homePage) {
15505
+ if (!applicationid && !this.appCode && (!jump || !this.isHistory) && (hash === '#/' || hash === '#/main') || jump == this.homePage) {
15489
15506
  if (this.isHomePage) {
15490
15507
  if (this.menus && this.menus.length) {
15491
15508
  var ids = ids = this.getId(this.menus, this.homePage);
@@ -15713,7 +15730,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
15713
15730
  this.setMenu(this.menus);
15714
15731
  return;
15715
15732
  }
15716
- var param = this.menuCode ? { menuCode: this.menuCode } : {};
15733
+ var param = this.appCode ? { menuCode: this.appCode } : {};
15717
15734
  var params = defaultvue_type_script_lang_js_extends({}, this.param, param);
15718
15735
  util["a" /* default */].ajax({ url: this.action, params: params }).then(function (res) {
15719
15736
  if (_this4.socket) {
@@ -16667,8 +16684,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
16667
16684
 
16668
16685
  var default_component = Object(componentNormalizer["a" /* default */])(
16669
16686
  src_defaultvue_type_script_lang_js_,
16670
- defaultvue_type_template_id_ddd7ae56_render,
16671
- defaultvue_type_template_id_ddd7ae56_staticRenderFns,
16687
+ defaultvue_type_template_id_2035b378_render,
16688
+ defaultvue_type_template_id_2035b378_staticRenderFns,
16672
16689
  false,
16673
16690
  null,
16674
16691
  null,
@@ -16732,6 +16749,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
16732
16749
  //
16733
16750
  //
16734
16751
  //
16752
+ //
16735
16753
 
16736
16754
 
16737
16755
 
@@ -16796,7 +16814,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
16796
16814
  }
16797
16815
  this.params = util["a" /* default */].getParams() || {};
16798
16816
  this.sysCode = this.params.sysCode;
16799
- this.appCode = this.params.appCode;
16817
+ this.appCode = this.params.appCode || this.params.appcode;
16800
16818
  if (this.params.cookie && (this.params.cookie == true || this.params.cookie == 1)) {
16801
16819
  this.isLogin = true;
16802
16820
  }