cnhis-design-vue 2.1.29 → 2.1.30

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 (134) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/es/affix/index.js +8 -8
  3. package/es/age/index.js +10 -10
  4. package/es/alert/index.js +8 -8
  5. package/es/anchor/index.js +8 -8
  6. package/es/auto-complete/index.js +8 -8
  7. package/es/avatar/index.js +8 -8
  8. package/es/back-top/index.js +8 -8
  9. package/es/badge/index.js +8 -8
  10. package/es/base/index.js +8 -8
  11. package/es/big-table/index.js +164 -164
  12. package/es/breadcrumb/index.js +8 -8
  13. package/es/button/index.js +31 -31
  14. package/es/calendar/index.js +8 -8
  15. package/es/captcha/index.js +3 -3
  16. package/es/card/index.js +8 -8
  17. package/es/carousel/index.js +8 -8
  18. package/es/cascader/index.js +8 -8
  19. package/es/checkbox/index.js +9 -9
  20. package/es/col/index.js +8 -8
  21. package/es/collapse/index.js +8 -8
  22. package/es/color-picker/index.js +1 -1
  23. package/es/comment/index.js +8 -8
  24. package/es/config-provider/index.js +8 -8
  25. package/es/date-picker/index.js +8 -8
  26. package/es/descriptions/index.js +8 -8
  27. package/es/divider/index.js +8 -8
  28. package/es/drag-layout/index.js +3 -3
  29. package/es/drawer/index.js +8 -8
  30. package/es/dropdown/index.js +8 -8
  31. package/es/editor/index.js +1 -1
  32. package/es/empty/index.js +8 -8
  33. package/es/fabric-chart/index.js +21 -30
  34. package/es/form/index.js +8 -8
  35. package/es/form-model/index.js +8 -8
  36. package/es/form-table/index.js +62 -62
  37. package/es/index/index.js +1283 -1085
  38. package/es/index/style.css +1 -1
  39. package/es/input/index.js +9 -9
  40. package/es/input-number/index.js +8 -8
  41. package/es/layout/index.js +8 -8
  42. package/es/list/index.js +8 -8
  43. package/es/locale-provider/index.js +8 -8
  44. package/es/map/index.js +9 -9
  45. package/es/mentions/index.js +8 -8
  46. package/es/menu/index.js +8 -8
  47. package/es/message/index.js +8 -8
  48. package/es/multi-chat/index.js +759 -562
  49. package/es/multi-chat/style.css +1 -1
  50. package/es/multi-chat-client/index.js +352 -220
  51. package/es/multi-chat-client/style.css +1 -1
  52. package/es/multi-chat-history/index.js +278 -38
  53. package/es/multi-chat-history/style.css +1 -1
  54. package/es/multi-chat-record/index.js +54 -18
  55. package/es/multi-chat-setting/index.js +75 -33
  56. package/es/multi-chat-sip/index.js +1 -1
  57. package/es/notification/index.js +8 -8
  58. package/es/page-header/index.js +8 -8
  59. package/es/pagination/index.js +8 -8
  60. package/es/popconfirm/index.js +8 -8
  61. package/es/popover/index.js +8 -8
  62. package/es/progress/index.js +8 -8
  63. package/es/radio/index.js +9 -9
  64. package/es/rate/index.js +8 -8
  65. package/es/result/index.js +8 -8
  66. package/es/row/index.js +8 -8
  67. package/es/scale-view/index.js +33 -33
  68. package/es/select/index.js +11 -11
  69. package/es/select-label/index.js +11 -11
  70. package/es/select-person/index.js +36 -28
  71. package/es/select-person/style.css +1 -1
  72. package/es/shortcut-setter/index.js +10 -10
  73. package/es/skeleton/index.js +8 -8
  74. package/es/slider/index.js +8 -8
  75. package/es/space/index.js +8 -8
  76. package/es/spin/index.js +8 -8
  77. package/es/statistic/index.js +8 -8
  78. package/es/steps/index.js +8 -8
  79. package/es/switch/index.js +8 -8
  80. package/es/table-filter/index.js +74 -74
  81. package/es/tabs/index.js +8 -8
  82. package/es/tag/index.js +9 -9
  83. package/es/time-picker/index.js +8 -8
  84. package/es/timeline/index.js +8 -8
  85. package/es/tooltip/index.js +8 -8
  86. package/es/transfer/index.js +8 -8
  87. package/es/tree/index.js +8 -8
  88. package/es/tree-select/index.js +8 -8
  89. package/es/upload/index.js +8 -8
  90. package/es/utils/UniRTCv2.js +77 -11
  91. package/es/utils/trtc.js +19025 -0
  92. package/es/verification-code/index.js +2 -2
  93. package/lib/cui.common.js +26349 -6267
  94. package/lib/cui.umd.js +26349 -6267
  95. package/lib/cui.umd.min.js +149 -147
  96. package/package.json +1 -1
  97. package/packages/big-table/src/BigTable.vue +3044 -3044
  98. package/packages/big-table/src/utils/batchEditing.js +610 -610
  99. package/packages/big-table/src/utils/bigTableProps.js +95 -95
  100. package/packages/button/src/ButtonPrint/components/IdentityVerification.vue +181 -181
  101. package/packages/button/src/ButtonPrint/index.vue +739 -739
  102. package/packages/fabric-chart/src/components/TimeScaleValue.vue +113 -113
  103. package/packages/fabric-chart/src/const/defaultVaule.js +59 -59
  104. package/packages/fabric-chart/src/fabric-chart/FabricPolylines.vue +3 -11
  105. package/packages/fabric-chart/src/fabric-chart/FabricScaleValue.vue +135 -135
  106. package/packages/fabric-chart/src/fabric-chart/FabricTextGroup.vue +558 -558
  107. package/packages/fabric-chart/src/fabric-chart2/FabricTop.vue +172 -172
  108. package/packages/multi-chat/chat/audio.vue +18 -5
  109. package/packages/multi-chat/chat/chatFooter.vue +1594 -1594
  110. package/packages/multi-chat/chat/chatHeader.vue +4 -1
  111. package/packages/multi-chat/chat/chatHistory.vue +10 -2
  112. package/packages/multi-chat/chat/chatMain.vue +5 -0
  113. package/packages/multi-chat/chat/index.vue +29 -0
  114. package/packages/multi-chat/chat/mixins/uniRTCAPI.js +10 -7
  115. package/packages/multi-chat/chat/multiVideo.vue +16 -4
  116. package/packages/multi-chat/chat/quickReply.vue +439 -439
  117. package/packages/multi-chat/chat/scrollList.vue +9 -3
  118. package/packages/multi-chat/components/avatar.vue +64 -26
  119. package/packages/multi-chat/setting/baseInfo/index.vue +1316 -1316
  120. package/packages/multi-chat/store/actions.js +8 -4
  121. package/packages/multi-chat/store/state.js +112 -112
  122. package/packages/multi-chat/utils/index.js +25 -0
  123. package/packages/multi-chat/utils/rtc-client.js +23 -3
  124. package/packages/scale-view/formitem/r-choice.vue +714 -714
  125. package/packages/scale-view/scaleView.vue +2010 -2010
  126. package/packages/select-person/select-person.vue +9 -4
  127. package/packages/table-filter/src/components/c-tree-select/tree-select.vue +336 -336
  128. package/packages/table-filter/src/components/multi-select/multi-select.vue +219 -219
  129. package/packages/table-filter/src/components/out-quick-search/out-quick-search.vue +340 -340
  130. package/packages/table-filter/src/components/search-condition/SearchCondition.vue +1825 -1825
  131. package/packages/table-filter/src/const/dataOptions.js +43 -43
  132. package/src/directive/preventReClick.js +12 -12
  133. package/src/utils/UniRTCv2.js +46 -13
  134. package/src/utils/trtc.js +1 -0
@@ -168,13 +168,6 @@ module.exports = require("ant-design-vue/es/pagination/style");
168
168
 
169
169
  /***/ }),
170
170
 
171
- /***/ "06a2":
172
- /***/ (function(module, exports, __webpack_require__) {
173
-
174
- // extracted by mini-css-extract-plugin
175
-
176
- /***/ }),
177
-
178
171
  /***/ "06c5":
179
172
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
180
173
 
@@ -250,6 +243,13 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
250
243
 
251
244
  /***/ }),
252
245
 
246
+ /***/ "09ee":
247
+ /***/ (function(module, exports, __webpack_require__) {
248
+
249
+ // extracted by mini-css-extract-plugin
250
+
251
+ /***/ }),
252
+
253
253
  /***/ "0cda":
254
254
  /***/ (function(module, exports) {
255
255
 
@@ -280,17 +280,6 @@ module.exports = !DESCRIPTORS && !fails(function () {
280
280
 
281
281
  module.exports = require("core-js/modules/es.array.find.js");
282
282
 
283
- /***/ }),
284
-
285
- /***/ "0d94":
286
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
287
-
288
- "use strict";
289
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_audio_vue_vue_type_style_index_0_id_d12da2a6_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("5d17");
290
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_audio_vue_vue_type_style_index_0_id_d12da2a6_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_audio_vue_vue_type_style_index_0_id_d12da2a6_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
291
- /* unused harmony reexport * */
292
-
293
-
294
283
  /***/ }),
295
284
 
296
285
  /***/ "0f41":
@@ -298,7 +287,7 @@ module.exports = require("core-js/modules/es.array.find.js");
298
287
 
299
288
  "use strict";
300
289
 
301
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-describe.vue?vue&type=template&id=4b76a796&scoped=true&
290
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-describe.vue?vue&type=template&id=4b76a796&scoped=true&
302
291
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"msg-describe"},[_c('div',{staticClass:"msg-describe__header"},[_vm._v(_vm._s(_vm.content.title || ''))]),_c('div',{staticClass:"msg-describe__content"},[_c('div',{ref:"wrapper",class:_vm.isOpen ? '' : 'wrapper'},_vm._l((_vm.contentParams),function(item,i){return _c('div',{key:i,staticClass:"desc-item"},[_c('div',{staticClass:"desc-title"},[_vm._v(" "+_vm._s(item.p_name)+" ")]),_c('div',{staticClass:"desc-txt"},[_vm._v(" "+_vm._s(item.p_value)+" ")])])}),0),(_vm.foldVisible)?_c('div',{staticClass:"fold-btn",on:{"click":_vm.toggleOpen}},[_vm._v(" "+_vm._s(_vm.isOpen ? _vm.i18nText('1.4.9.33') : _vm.i18nText('1.10.233') + _vm.i18nText('1.10.149'))+" "),_c('a-icon',{attrs:{"type":_vm.isOpen ? 'up' : 'down'}})],1):_vm._e()])])}
303
292
  var staticRenderFns = []
304
293
 
@@ -430,6 +419,13 @@ module.exports = require("core-js/modules/es.string.trim.js");
430
419
 
431
420
  /***/ }),
432
421
 
422
+ /***/ "1125":
423
+ /***/ (function(module, exports, __webpack_require__) {
424
+
425
+ // extracted by mini-css-extract-plugin
426
+
427
+ /***/ }),
428
+
433
429
  /***/ "13e3":
434
430
  /***/ (function(module, exports) {
435
431
 
@@ -732,17 +728,6 @@ module.exports = require("ant-design-vue/es/spin");
732
728
 
733
729
  module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKQAAACkCAYAAAAZtYVBAAAZLklEQVR4Xu2dCdh053zG75tU7US0QYgmEVpLEBUikogkJCKRIJaiapc2tthCRUNSW4JsmkSo2koIFbErSoTaSjTaUJWElqpd1Vb6d/3iP5/53u+dd87MnHPmzDnP/7rmenPlO3POc57nnmf5L/dtFSs90KEecIfa0pmmRMRVJe0o6fck7SDpxpK2lbSNpOvm36tJ+m1JV8q/tP9nkn6ef/9X0nckfTv/flPSZZIukXSppK/Y/nFnXrojDRk8ICPidyTdSdJtJO2SH8B4hYbH6P8BpaTP5+dzkj5m+1sNP7fTtx8cICPiepLuLmlvSXtI2lnS2n5gpmMmG81mzGjfGJvtmPV+NDYbMitio9mSv1cfm02ZVa+fM+5o1mXmZYYdt5D0b5IukPRhSe+1/V+dRlDNjRsEICPiDpLuJemAnAnH3xtgfULSp3Km+mdJF9v+Rc19vTnyIn5L0s0k3Spn5dtLop0AeWQAlJnzPZLOtU07e229BWRE3E7S/SUdnjPTaCDZ231I0vtzJrqwafBVRVBEbCXp1jlz7y9pH0nsVUfGTP1mSWfb/kzV+67Sdb0CZERcR9KDJT1K0i3HBuJrkt4i6Z2SzrfNktx5iwiW9D0lHSTpPpJuNNboiySdJel1tr/b+Zep2MBeADIidpX0JEn3lXTlfHf2Xm/KD4cFlr+VtYhgrDh83S8/7IWxn0o6R9JLbf/Tyr5gNnxlAZkDdKCkJ+fSxrv8UtL7cuY4rytLcd0gyaX94FwJ7ibpipL4wbEVebGkd6/qD3AlARkRDMZz84DCeP8gQXiq7a/WDYAu3y8itpf0uATntbKtHISebfu8Lrd9vbatFCAjgtngOEm75cv8h6STAKPtH65a59fZ3oi4ZoLyiZJumPf+pKRjbLNqrIStBCAjAvfISyTdI3sVn+ALJJ25KgeUttCQB6HHSDo6fZ88+l2SjrL9xbbaMe9zOg3IiGAJOlbSn0nCb/d9Sc+TdJrtn8z70kP4XkRcRdKRkp4p6dqS/k/Sy+hP22xxOmmdBWRE4MimA7fLw8orJD3LNlGSYhV7ICKIEh0v6ZF5+PlPfuC2z614i1Yv6xwgM7R3arpw6IyPSTrCNjHfYnP2QEQQpz89XUfcBVfRkbZJ+uiMdQqQEXGIJGZCEh44pLDcnG6bRIRiC/ZARJAwckRuezgEkcjxSNtvX/DWtX29E4DMdC/8Z2zGadN7OTHaJsJSrOYeiAgiPkR5SDLBf3km/twupMMtHZARcVNJb5V0i4w6PEPSyavq2K0ZO43dLgMLT5D0/IxufUHSvW1/qbGHVrjxUgGZB5dXS+I0TYc80DbZNsVa6oGIINvoDTkhcPp+6DIPPEsBZP46n8OpOZfosyU9wjaZOMVa7oGIIKPolZkdxRLOqfwvlrFKtQ7IdNy+itlQEjmHT7eN07vYknsgIo6S9EJJpMExaz6s7cBDq4DM9LC3ZUoVy8PhtslLLNaRHogI8jDJuWQbdb6kQ9tMb2sNkBFxA0l/L+kPJJEAcc+yX+wICtc0I/eV75BE4sa/StrP9tfbaG0rgIwI6kgA405ZJnBgWy/YRif28Rk5gbw7yyv+PUFJxnqj1jggI4Iiqg9ktjPZJwfY/l6jb1VuXksPRMTWWc9DdhU+4X1tU4TWmDUKyJwZP5Jg5C/L9P809jblxrX3QERcQxLL914Jyr1sNzZTNgbInPIBIcs0f1mmS2F87ZBp/oYZSWP5BpQs34CykT1lI4DM0/RH8wDDMs2muMyMzWOnsSfkTMk5gOWbg86dmzh91w7I9DPiyqFajgydu5Q9Y2M4afXGuaf8hzzo4BLav24/Za2AzAjM69PpjWtn96am9lZHojxsUw/kVuzj6RLCef6gOiM6dQOSehfCgTi99yx+xn4iOf2UzJA4z4+3fUxdb1obIDNR4u8yu/seJQJT1xB18z4Z0aFWhxLcw+pKyKgFkJlCxuGFXwx5dSU23U0c1dqqjH2Tx8qKuFsdqWsLAzJdAoCRfEY4Zx5Q61uXm3W6ByLijZklRPogoFzItVcHIKnTeGzmM96hpJB1Gj+1Ny5T12BlY0I6wzYlEnPbQoDMGhiydyBv4tdRkmvnHorV/WIeclglIcciO2juGp25AZnVgfgZKch6ou2TV7dLS8sX7YGIoBwCFhEKx3aZl2h1EUCSMwfbGAVZhAVXml1s0QEZ+vfTB014kcKxc2zDyzmzzQXIiDhUEi4eSlVvWaoDZ+73Xn4hqxnhraTElqV7ZjKCmQGZ9CacqGCUoNAcdolipQcu74GIgPbmNEkwZNxiVtqWeQD5UvaMyShBNKYU8RcwbuqBJCMgigO56km2IZKtbDMBMlnIOEnDgLBroTep3M+DujBpW2DzZbK61Sysa7MCEo5uKPGgwcP3ODiLCFQS4Py+axLUo2nDngljT432zIWSPginuW1UHgZnEXFGMpG8yzb9VckqAzLJQjlRQ4m389BYyCLiJpTsZibTuDLCRh1NnTkZMS+0/eVKI9KTi5J1jXIHqADvXpU0dRZA4o0nOfNptk/oSb9NfY3M74Q+mn0zgkjzGMJK+OigWV4JBYh5XnLtdyLiqZJeJOmTttHgmWqVAJmc3njfYa7daShkoen8x711x6k9We2Cf8zMmEGocyVpKiUPqJgdUoXzfCog0+HJBhUtwMfbhrux95bhMPbM49owdbw31XsHDSXMGhEQ8p+SimQchDcMoFQBJIcYBgaC+ZsMYcnJmZHYbN1gHAEaUBL77/1MmVse9s8Q8fNDJIdyolUBJDXVnCifYpvct15bdiB1I3Ut05P6i+WbeqPe7ykjAi2hE/E82N53bkCmQtan052x/RCkNyICsqWntfSre5FtTu69tpQsocYK99gfbqQ4tuEMGRGvTe3AE21zYuq1pWuHsOi8p+lZ+4fTN+G13ruEIgLPzFNSm/EhkzpqIiCztpp4JHIcOw5BISsioDlGraBNe4VtxEJ7bak4RtAAeZLtJtV0bwTIUX4bunkjwaLedlpGYDhkVHV619UXOM+vN4SITkRwoEGfcmL+7EaAJGaNxC+80/jiem0RgbY29SHLsAfYhkW41xYRhyWf/EW2oZLewtYFZIqfc5hhxrhRX1VVx3sjIlAiePSSEPFy2yhQ9NpSxRaXF9LKHG62EKGfBEjCPRxiTrHN0t17iwjcMJXCWw10xidsN+1maqDZs98yIih1ebykE2xv4c2YBMhLJEEyuodtlLR6bxHx31kftIx3/Zbt313Gg9t+ZkSQJ3mBpEtt77D2+VsAMiKYJZgtmFpvPC3U0/YLNfW8iPhpVs019YiN7vsz21dexoPbfmaGoi/LKNgdbZO0s8nWAyRqq4gXzZzt2/bL1fm8iFhqkZrtqVGzOt93mfeKiFHVwfNtIx+4ISBJpLhtUq3BBzgIK4Bsb5gjYj9JUDZ+1vauEwGZSQUwo0KHsc0Q4qyjziiAbBWQEAp8R9JVJd1gPMlks2UiIh4q6W/glLZ9cHtNXP6TCiDbHYOIOA/OeUl/Yht5wcttLSD/GvUmSU+wTQ7bYKwAst2hjghcP7iAXmX74ZMA+UVJqLPebqOMjHab3s7TCiDb6eexLRJ7RxzjX7J9sy0AGRFw9KAuT2z12rZ/2W4Tl/u0Ash2+z8iIDqlYJDcgW1twwn0myU7GXBhMvuAbU5Bg7ICyPaHOyLw4pCwu4l2ZdMeMiKORZJW0gts44cclBVAtj/cEYF4/NGSnmMb/G02Q76FzB5Jf2SbWuJBWQFk+8MdEUhU/y0ZQLbvsxaQFHVTDA/1BQxWg7ICyPaHOyJIbyTN8cu20cT89QyZPOEobZHNe/UhpJut7f4CyKUAEqF4qGaoSrgG/OQjQI6QerFt9KwHZwWQyxnyiECm7vdHK/MIkHjM8ZwPolxhva4vgFwaIEdlDQfbfscIkCN2gdNt/+lymrbcpxZALqf/I+KvJKHccDkrygiQFHFTzP1022SLD84KIJcz5BFB1ji18C+2/ZQRIEf11w+x/brlNG25Ty0Jusvp/4h4sCTw9zrbDxkBEvb8AyAjtc1/D85KCcNyhjwiKItlH/ke2weOAAmx0u0pcrLNfw/OSpHXcoY8IuAcpYzhU7Z3GwESDj+oieF+hF1gcFbKYJcz5BEB7sDfV2zvNAIk9dfbZtYF1XeDs0IUsJwhjwiqLcky+6bt640A+b3kgibtDKnZwVmhUlnOkKfuEWlo37e99QiQ5EBS33DVodA1r9f9hWyqfVAm7TM1XD+2fbURIH+RyvBbDS0xd3wICh3fUgBJoi74+6XtrQog14xBISxtF5SZOb4FIMuSneNQKJ1bB+RVsux6syV7dKjZ2jYbzEFbV0jvI+IaknaX9OlJBJ+rPlARgbAS+NvsUNNbt09EkGtHZjIsbqTZwViLYumGtmxZkIig+ImqPCryWMFeKekltuHF6Y1Ncvv0zjGeScdwLqJGulbe4wjbaPFNAyU8hksRTooIFC+OWtNAEqghNn2ebfIIV94mOcZ7FTpMYkzCUZvxxoyNHtnxlGpMnW2WIS2XhLEw0JFRvZ7B1HZb2xevOiInhQ5HSZK9SK6IiL0loTWzkVGCiShkJb3vtsQ300EPJ+e6lMdjL7SP7Wnv2Hm8jiVXXJ4cvjb97I9tkwq00hYRlGEg7zGN4u5k24hqVrYm5YlT/Pytku41pUFft71d5UZ3+MKIQCLkNWvTz3qXoBsRHAI2ccZsMCZH2YavcOk2puUyrS2H2z5n2kWr8O+TEnR7V8KQOjv/kkkjG40NS/aTlkmulayy/Ciq8Lm/3fa0GXQVsHh5GyeVMPSyyGusEL3KAAEI9Bwr7Smr3LDKNRGBatirIGiocD0+4l1sQ7fdCxvTrtmsyKu3ZbAz5jm+ByUv2yiYNW4RcXP2TslYPO15kH8xaL3K6J9UBkumTy+JAnIGQtH2ztNGPP+dWYh9JbNWI5bOerZJx0sidFbFjrZNMVRvLN1zWxIF5FreWyqViCD5GF/r9jOMJlzrAOZtdSlRZCIBRU3Pzgz9qs15jW3YjXtlE6lUEpC9JpvKiAAzJfo7sxjcM8yWb7aNiP3Mlj7MB0nCxbHTjDfAJfLwPqYFTiOb6j0dXyqSAkpItWY1DjtETz6CekB+LrONxPAmy4SIGyCdlspge+QecZpPdL32oE772LYPWrN2zLzXj9HxHWv7OdxnnB8SV0LvCUsjArDwnlRZ1mGE8X6YSabb1CS+xAHmOEnPrWu7UMeL1n2PaYSlg6F0zvg0bh4oPLpmUBs/2Pb7utawOtuTBxrSztandOZhETEivV9XqbPOBnXhXhGB7+80SVt3oT2S3ptup7n2qh15h0rNGFMcXp/0PgE5OFmQJPt/AXopkq5QqTfrv+jSdDX1Xpd81HVVZUGGLJyE6Cic1/vUj7eJd0Q17VT0WoZW7VlVOImE1EFKy439csmhJDH2fsns2gQ+PyeJPewb157Sm3hY1+6Ze/jp0nK5bA9SfHPtoGVdDZ6HQ3PWRJ9vXsNlhGOe0z2Odvbqg7XK4psJyEHKE2+Ejoi4pqQ9Jd1G0q1ROqsQaUEzkpnwQv6W4rnf9PCs8sSDFHCfZbqKCDixN6xpGZL+9Yx9h++7uoB7zpKXZIjtzrYvmOWBQ7i2AHL+UY4IIlcflXSp7R3W3mndcFZEQOv8VEmn2K6SNDp/C1fwmwWQ8w9aRKAAixLsCbahc97MJgGSPdKnJVGvfaMh6tZM2VOWJXsOTGZ0huRivDnrBl8mBvwjgiwXEnfvbXswDtsq/VxmyCq9tOU1EXEYMnKSLrK9blXlRoAcCWwPVrtmUrcXQM4NyFG59RMm1TBtBMjrSCKVHyqSHW1/db5m9O9bBZCzj2mm/kEXDvvGdpO4ijbM0YuIkVzIibY55BT7dRJK2UPOiISxEt/L5T8mfX0aIAmjcbgh32972/wdhCWjwpnr8AIt+v5s6h/Tt2KtKYdAAgussPzlMEM0cF2bmsUcEWRY3zVLRCFAGoRFBB24lqSqrnf/mu1Z6nvqeu5S7hMRqMRBRvFB2/tu1IgqgLyHpHdKIkfvJrZ/tpS3avmhTUvNDSWSk4kUX5Z0Q0kH2eZgM9GqAJJrmGKJ4048HbWMl8YfVwBZTxeP5T0S1991WknGVEDSrIg4WNLbJX0jxZV+Uk9zu3uXAsjFxyYVFuAevb6kQ2wjgb2hVQJkghK+RWTAnmb7hGk3XvV/L4BcfAQjAs8MYehP2iZpZ6rNAsi7Zc0HzA472/721Luv8AXlULPY4GVpyJdSkAsezkpFa5UBmbMkhxsOOWfafuxiTe72t4vbZ7HxiQgos6HUfpftg6rebVZAQsBOjJtiKDaon6/6oHLdcHogInbJgzCZ8lBnV86QnwmQOUtSCwLrLLTDe/aVVWE48Kn3TZMF+HxJd5J0km1EByrbPIC8VtIlQyl8pO2XVX5aubD3PRARSK5Q604exM1nje7NDMicJUe0K4QSb9knAs3eI6bBF4wIIlsXZYjwUNvnzvq4uQCZoHyzpPvmyfvAaQ7PWRtWrl+tHkhaashU7y7pHNuHz/MGiwCSrF8ONXACwdF90jwNKN/pRw9EBOcKzhdwE3GQQZR9ZpsbkDlLHpK1xsS3d7PNCbzYwHogZfioO6d2naWaqN5cthAgE5Snw2GYB5072EaXr9hAeiA1GYni3ULSGbYXYpSrA5Dwk/ProEFn237AQMaivOav8xzeKOn+OSGxSv54kY5ZGJA5S940QYlL6Mm2X7JIo8p3V6MHIgIOJHJkf5BbNkKFC1ktgExQ4gqiOhH2VzQT379Qy8qXO90DEbE/YUFJV5R02DwunvVesDZAJiifK+mY/MUQxSmHnE7Dar7G5SGGaAwr4nG2UZWoxeoGJPd7fQqmUwKwu23o/Yr1pAeSo/3jKbHyBkkPqtMHXSsgc5bk6M9yDVsYfsq72IZLutiK90BEQH2NJDLJE8yQ+9dd0lI7IBOU1HRDKIRMMCfw/WyjFFZsRXsg5U7QGCdJG+Y3iMi+W/frNALIBCXyG2i6IBTEX8KLC7kE6n75cr9qPRARuPYIC+4liZKEvZraijUGyAQlqlmAkaA7f+9ZZspqIOjKVTkzviPBSE05YISkvxFrFJAJyp0lUdsNKFm+Dyh7ykbGsvab5p4RhVyWacC4r200MRuzxgE5NlOy/2D55qDD8l1O340N6+I3ztM0yzQHGJZpzgGNzYyjFrcCyLE9JaDkoINLiOW7+CkXx07td0g/I8s07BocYABjKxNIa4AcO32jRIBLiHDT4SWiUzueFrphRmDIdcXpjWuH7J3aT9OTGtkqIBOU+CmR+31gClY+vcS+F8JQbV/O2DQi8VtJwun9sLr9jNMa2zogE5Q8lzDjn6ci7dmSHlFS16YNVzP/nilkr8ysnZD0l4jM1xmBqdrypQBy1LiIICHj1bk8fIFZs+wrqw5dPdflfpHZkPRBtlEPrStRYp4WLhWQOVuSugbvNB2C9vTRqf7AL7VYQz2QNTDQdiM8euXMZ4RPfuEUskWavHRAJiiJBJBXB9MBbUKm91GlmnGRoZ383awOPCsLsvjhQ8xKHuvSI2mdAOTYEk6NziuycIwS22dKOr2QEdQDzCzip8QA+UDYbCnIeuQiNTD1tOw3d+kUIHO2pJoRyV5KbDEYMo4otC2LDX3Sm1D/BKMEdo6kx9lGi6gz1jlAjs2WqLDCgABDBlnozJzP6jvrWt3IiIjrSjqemTCzu2GUgHEEf3DnrLOAzNkS5+yxkqDnQJ4EKkCWm9OGJng+K3KSLPTI3PZcO+U4oL051jan6U5apwE5NlvCukbhGFSAGEy+z5f08rYdt50cxbFGJaf3oyU9I5lr+VdqX46ahYVsWe+5EoAcAyakqcdl9gn/GyJ+GDPOmpXUaFkd3tRzU9P7UclMB8E8RnbVMVXJQptq2yz3XSlAjgETznMiPRDxYyxBuDFOHZriWCpkPQ43WQYY6A8I5om0TOX0ngUsbVy7koCkY9KxeyD+M0n7pP+Sww/UwYDzvL6q2KaqKj9KQMiqQSkq/sQPpT8XfcqVDCysLCDHf60RgeIYxJi4iog6YLgz3gSbhqSPr+oAja0KjNXuGW++X0r88s9Et3DhvHQjhaw2Zrc6ntELQI4NGsVl6Ojh4kBaeWRkO78lBaDOX5WDUB5QSNWDo/s+a5TF4GHEFfbaNtPD6gDdRvfoFSDXzJqI0MM5A08htT0jgwyLpY1SXSojL7TNUr90iwiW3ltT0UeJaW5FrjbWMDK2yVWEQ+kzS29wAw3oLSDXgBONFDKLDsiD0Ph7/0gS7F2fyvIKstgvbnr/mftAVGURMqdM4PaSaOfVx9rOPpADCnUt59qmnb22QQByDTgJTcLyurekPdDcyQPR+GXwXV6SH2YlPqTwfyc/aPQAZK77eX74/pXyQxIywCJKsk1+KAtmpuazQ364brPmSaKI6gJJHybJpGuhvaZ/DYMD5NoOTYEf4ru3HZutdkzpkyb7H8kMBM0pemNW/ixxe9skPAzWBg/I9UY+C+MB5Wg2u7GkbdfMeOztmOGYFUcz3WjG5C971fEZFYrjy8Zm3a90Id2ra8gvgOzaiAy8Pb8C11ZmLJXLt98AAAAASUVORK5CYII="
734
730
 
735
- /***/ }),
736
-
737
- /***/ "21f2":
738
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
739
-
740
- "use strict";
741
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_551b859a_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("5adc");
742
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_551b859a_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_551b859a_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
743
- /* unused harmony reexport * */
744
-
745
-
746
731
  /***/ }),
747
732
 
748
733
  /***/ "2266":
@@ -954,7 +939,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
954
939
 
955
940
  "use strict";
956
941
 
957
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/audio.vue?vue&type=template&id=d12da2a6&scoped=true&
942
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/audio.vue?vue&type=template&id=4305f3ba&scoped=true&
958
943
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"single-audio",style:({ width: _vm.size === 'big' ? '414px' : '207px' }),on:{"mousedown":_vm.handleMove}},[_c('div',{staticClass:"header",style:({
959
944
  height: _vm.size === 'big' ? '40px' : '30px',
960
945
  lineHeight: _vm.size === 'big' ? '40px' : '30px',
@@ -973,7 +958,7 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
973
958
  var staticRenderFns = []
974
959
 
975
960
 
976
- // CONCATENATED MODULE: ./packages/multi-chat/chat/audio.vue?vue&type=template&id=d12da2a6&scoped=true&
961
+ // CONCATENATED MODULE: ./packages/multi-chat/chat/audio.vue?vue&type=template&id=4305f3ba&scoped=true&
977
962
 
978
963
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
979
964
  var objectSpread2 = __webpack_require__("5530");
@@ -1044,6 +1029,9 @@ var sip_device_ = __webpack_require__("64b9");
1044
1029
  // EXTERNAL MODULE: ./packages/multi-chat/chat/mixins/uniRTCAPI.js
1045
1030
  var uniRTCAPI = __webpack_require__("4810");
1046
1031
 
1032
+ // EXTERNAL MODULE: ./packages/multi-chat/utils/index.js
1033
+ var utils = __webpack_require__("71a8");
1034
+
1047
1035
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/audio.vue?vue&type=script&lang=js&
1048
1036
 
1049
1037
 
@@ -1070,6 +1058,7 @@ var _components;
1070
1058
 
1071
1059
 
1072
1060
 
1061
+
1073
1062
  /* harmony default export */ var audiovue_type_script_lang_js_ = ({
1074
1063
  inject: ['store', 'i18nText'],
1075
1064
  mixins: [uniRTCAPI["a" /* default */]],
@@ -1089,7 +1078,7 @@ var _components;
1089
1078
  expireTimer: null
1090
1079
  };
1091
1080
  },
1092
- computed: Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, Object(helper["b" /* mapGetters */])(['userInfo'])), Object(helper["b" /* mapGetters */])(['videoMembers', 'videoMode', 'assemblyId', 'sessionId', 'showAudio', 'videoData', 'recordId', 'sdkAppId', 'sdkInfo', 'serviceId', 'clientId', 'isServer', 'accessParams', 'queryParams', 'chatUserId', 'muteAudio'])), {}, {
1081
+ computed: Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, Object(helper["b" /* mapGetters */])(['userInfo'])), Object(helper["b" /* mapGetters */])(['videoMembers', 'videoMode', 'assemblyId', 'sessionId', 'showAudio', 'videoData', 'recordId', 'sdkAppId', 'sdkInfo', 'serviceId', 'clientId', 'isServer', 'accessParams', 'queryParams', 'chatUserId', 'muteAudio', 'curScrollItem', 'outing'])), {}, {
1093
1082
  mySipName: function mySipName() {
1094
1083
  var videoData = this.videoData;
1095
1084
  return videoData.isCaller ? videoData.callerSipName : videoData.calleeSipName;
@@ -1279,13 +1268,29 @@ var _components;
1279
1268
 
1280
1269
 
1281
1270
  if (_this2.uniRTC || ((_data$map = data.map) === null || _data$map === void 0 ? void 0 : _data$map.vendor) == 3) {
1282
- var _data$map2;
1271
+ var _this2$curScrollItem;
1272
+
1273
+ console.log('this.curScrollItem', _this2.curScrollItem);
1274
+ var curScrollItemParams = JSON.parse((_this2$curScrollItem = _this2.curScrollItem) === null || _this2$curScrollItem === void 0 ? void 0 : _this2$curScrollItem.params);
1275
+ Object(utils["d" /* getClientDeviceToken */])(curScrollItemParams.customerId).then(function (tokenRes) {
1276
+ var _data$map2;
1277
+
1278
+ if (!tokenRes) {
1279
+ return;
1280
+ }
1281
+
1282
+ var targetInfo = ((_data$map2 = data.map) === null || _data$map2 === void 0 ? void 0 : _data$map2.targetList) || []; // const targetList = data.map?.targetList || [];
1283
1283
 
1284
- var targetList = ((_data$map2 = data.map) === null || _data$map2 === void 0 ? void 0 : _data$map2.targetList) || [];
1284
+ var targetList = [{
1285
+ deviceToken: tokenRes.deviceToken,
1286
+ username: targetInfo[0].username,
1287
+ token: targetInfo[0].token
1288
+ }];
1285
1289
 
1286
- _this2.checkStatus(targetList);
1290
+ _this2.checkStatus(targetList);
1287
1291
 
1288
- _this2.startCall(targetList);
1292
+ _this2.startCall(targetList);
1293
+ });
1289
1294
  }
1290
1295
  } else {
1291
1296
  _this2.$message.warning(data.resultMsg);
@@ -1378,7 +1383,9 @@ var _components;
1378
1383
 
1379
1384
 
1380
1385
  if (_this4.uniRTC) {
1381
- if (_this4.videoData.isCaller || _this4.videoData.inviteResult == 1) {
1386
+ if (accept === '0') {
1387
+ console.log('this.outing', _this4.outing);
1388
+
1382
1389
  _this4.stopCall();
1383
1390
  } else {
1384
1391
  // 拒接
@@ -1509,8 +1516,8 @@ var _components;
1509
1516
  });
1510
1517
  // CONCATENATED MODULE: ./packages/multi-chat/chat/audio.vue?vue&type=script&lang=js&
1511
1518
  /* harmony default export */ var chat_audiovue_type_script_lang_js_ = (audiovue_type_script_lang_js_);
1512
- // EXTERNAL MODULE: ./packages/multi-chat/chat/audio.vue?vue&type=style&index=0&id=d12da2a6&lang=less&scoped=true&
1513
- var audiovue_type_style_index_0_id_d12da2a6_lang_less_scoped_true_ = __webpack_require__("0d94");
1519
+ // EXTERNAL MODULE: ./packages/multi-chat/chat/audio.vue?vue&type=style&index=0&id=4305f3ba&lang=less&scoped=true&
1520
+ var audiovue_type_style_index_0_id_4305f3ba_lang_less_scoped_true_ = __webpack_require__("7342");
1514
1521
 
1515
1522
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
1516
1523
  var componentNormalizer = __webpack_require__("2877");
@@ -1530,7 +1537,7 @@ var component = Object(componentNormalizer["a" /* default */])(
1530
1537
  staticRenderFns,
1531
1538
  false,
1532
1539
  null,
1533
- "d12da2a6",
1540
+ "4305f3ba",
1534
1541
  null
1535
1542
 
1536
1543
  )
@@ -1757,6 +1764,13 @@ module.exports = function (iterator) {
1757
1764
  };
1758
1765
 
1759
1766
 
1767
+ /***/ }),
1768
+
1769
+ /***/ "2a7a":
1770
+ /***/ (function(module, exports, __webpack_require__) {
1771
+
1772
+ // extracted by mini-css-extract-plugin
1773
+
1760
1774
  /***/ }),
1761
1775
 
1762
1776
  /***/ "2be6":
@@ -1814,6 +1828,14 @@ var es_array_concat_js_ = __webpack_require__("ccb0");
1814
1828
  name: {
1815
1829
  type: String,
1816
1830
  default: ''
1831
+ },
1832
+ status: {
1833
+ type: String,
1834
+ default: ''
1835
+ },
1836
+ isShowStatus: {
1837
+ type: Boolean,
1838
+ default: false
1817
1839
  }
1818
1840
  },
1819
1841
  render: function render(_h, _ref) {
@@ -1823,19 +1845,27 @@ var es_array_concat_js_ = __webpack_require__("ccb0");
1823
1845
  var size = props.size + 'px';
1824
1846
  var className = props.className;
1825
1847
  var customStyle = props.customStyle;
1848
+ var isShowStatus = props.isShowStatus;
1849
+ var onlineStatus = props.status === 'ON-LINE' ? 'online' : 'offline';
1826
1850
  var name = '';
1827
1851
 
1828
1852
  if (!src) {
1829
1853
  name = (props.name || '').slice(-1 * props.len);
1830
1854
  }
1831
1855
 
1832
- return src ? h("img", {
1856
+ return src ? h("div", {
1857
+ "class": "avatar-wrap"
1858
+ }, [h("img", {
1833
1859
  "class": ['avatar-logo', className],
1834
1860
  "attrs": {
1835
1861
  "src": src
1836
1862
  },
1837
1863
  "style": "width:".concat(size, ";height:").concat(size, ";").concat(customStyle)
1838
- }) : h("div", {
1864
+ }), isShowStatus ? h("span", {
1865
+ "class": ['user-status', onlineStatus]
1866
+ }) : '']) : h("div", {
1867
+ "class": "avatar-wrap"
1868
+ }, [h("div", {
1839
1869
  "class": ['avatar-logo', className],
1840
1870
  "style": "width:".concat(size, ";").concat(customStyle)
1841
1871
  }, [h("div", {
@@ -1843,13 +1873,15 @@ var es_array_concat_js_ = __webpack_require__("ccb0");
1843
1873
  "attrs": {
1844
1874
  "data-name": name
1845
1875
  }
1846
- })]);
1876
+ })]), isShowStatus ? h("span", {
1877
+ "class": ['user-status', onlineStatus]
1878
+ }) : '']);
1847
1879
  }
1848
1880
  });
1849
1881
  // CONCATENATED MODULE: ./packages/multi-chat/components/avatar.vue?vue&type=script&lang=js&
1850
1882
  /* harmony default export */ var components_avatarvue_type_script_lang_js_ = (avatarvue_type_script_lang_js_);
1851
- // EXTERNAL MODULE: ./packages/multi-chat/components/avatar.vue?vue&type=style&index=0&id=2a89184f&lang=less&scoped=true&
1852
- var avatarvue_type_style_index_0_id_2a89184f_lang_less_scoped_true_ = __webpack_require__("9364");
1883
+ // EXTERNAL MODULE: ./packages/multi-chat/components/avatar.vue?vue&type=style&index=0&id=144be8fa&lang=less&scoped=true&
1884
+ var avatarvue_type_style_index_0_id_144be8fa_lang_less_scoped_true_ = __webpack_require__("41c9");
1853
1885
 
1854
1886
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
1855
1887
  var componentNormalizer = __webpack_require__("2877");
@@ -1869,7 +1901,7 @@ var component = Object(componentNormalizer["a" /* default */])(
1869
1901
  staticRenderFns,
1870
1902
  false,
1871
1903
  null,
1872
- "2a89184f",
1904
+ "144be8fa",
1873
1905
  null
1874
1906
 
1875
1907
  )
@@ -2261,7 +2293,7 @@ function _slicedToArray(arr, i) {
2261
2293
 
2262
2294
  "use strict";
2263
2295
 
2264
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-prescription.vue?vue&type=template&id=a9aa04b2&scoped=true&
2296
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-prescription.vue?vue&type=template&id=a9aa04b2&scoped=true&
2265
2297
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['msg-prescription', _vm.theme],on:{"click":_vm.handleTemplateDetail}},[_c('div',{staticClass:"prescription_header"},[_c('span',{staticClass:"prescription_header-title"},[_vm._v(_vm._s(_vm.content.title))]),(_vm.topRightButton)?_c('span',{staticClass:"prescription_header-btn",on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, _vm.topRightButton)}}},[_vm._v(" "+_vm._s(_vm.topRightButton.title)+" ")]):(_vm.showArrow)?_c('a-icon',{attrs:{"type":"right","color":"#969696"}}):_vm._e()],1),_c('div',{staticClass:"prescription_wrapper"},[(_vm.content.icon)?_c('svg-icon',{staticClass:"prescription_logo",attrs:{"icon-class":_vm.content.icon}}):(_vm.content.image)?_c('img',{staticClass:"prescription_logo",attrs:{"src":_vm.content.image}}):_vm._e(),_c('bodyComp',{staticClass:"prescription_body",attrs:{"body":_vm.body}})],1),(_vm.toolbarButton.length)?_c('div',{staticClass:"prescription_btn-group"},_vm._l((_vm.toolbarButton),function(btn,index){return _c('a-button',{key:index,attrs:{"type":"primary","shape":"round","ghost":""},on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, btn)}}},[_vm._v(" "+_vm._s(btn.title)+" ")])}),1):_vm._e(),(_vm.bottomButton)?_c('div',{staticClass:"prescription_footer"},[_c('span',{staticClass:"prescription_footer-btn",on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, _vm.bottomButton)}}},[_vm._v(" "+_vm._s(_vm.bottomButton.title)+" ")])]):_vm._e()])}
2266
2298
  var staticRenderFns = []
2267
2299
 
@@ -2524,7 +2556,7 @@ module.exports = function (it) {
2524
2556
 
2525
2557
  "use strict";
2526
2558
 
2527
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatMain.vue?vue&type=template&id=f2490ce6&scoped=true&
2559
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatMain.vue?vue&type=template&id=d8de5f46&scoped=true&
2528
2560
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"message-wrapper"},[(_vm.isServer && _vm.enable)?_c('chat-header',{attrs:{"hideHeader":_vm.hideHeader},on:{"openPortraitPanel":_vm.handleOpenPortraitPanel}}):_vm._e(),_c('a-layout-content',[_vm._t("default"),(_vm.showBroadcast)?_c('div',{staticClass:"broadcast-wrap"},[(_vm.broadcastCarousel)?_c('div',{staticClass:"carousel-item",class:{ 'has-link': _vm.assemblySetting.broadcast.PC.list[0].url },on:{"click":function($event){return _vm.goToBroadcastLink(_vm.assemblySetting.broadcast.PC.list[0])}}},[_c('a-icon',{attrs:{"type":"sound"}}),_c('span',{staticClass:"ellips"},[_vm._v(" "+_vm._s(_vm.assemblySetting.broadcast.PC.list[0].content)+" ")])],1):[_c('a-carousel',{attrs:{"dotPosition":"right","autoplay":"","dots":false}},_vm._l((_vm.assemblySetting.broadcast.PC.list),function(item,i){return _c('div',{key:i,staticClass:"carousel-item",class:{ 'has-link': item.url },on:{"click":function($event){return _vm.goToBroadcastLink(item)}}},[_c('a-icon',{attrs:{"type":"sound"}}),_c('span',{staticClass:"ellips"},[_vm._v(_vm._s(item.content))])],1)}),0)]],2):_vm._e(),(_vm.sessionHistoryList.length > 1 && !(!_vm.onChating && _vm.currentTab === 'end') && !_vm.sessionEnd)?_c('div',{staticStyle:{"position":"absolute","top":"0","left":"20px","z-index":"1"}},[_c('a-radio-group',{attrs:{"value":_vm.selectedSession,"buttonStyle":"solid"},on:{"change":_vm.handleSessionIdChange}},_vm._l((_vm.sessionHistoryList),function(item){return _c('a-radio-button',{key:item.id + item.fromId,attrs:{"value":item.id + '-' + item.fromId}},[_vm._v(_vm._s(item.fromName))])}),1)],1):_vm._e(),_c('div',{directives:[{name:"infinite-scroll",rawName:"v-infinite-scroll",value:(_vm.handleInfiniteOnLoad),expression:"handleInfiniteOnLoad"}],ref:"message-wrapper",staticClass:"online-message",on:{"scroll":_vm.scrollEvent}},[_vm._l((_vm.msgList),function(item,index){return [(item)?_c('div',{key:index},[(_vm.isNeedShowTime(item, index))?_c('p',{staticClass:"message-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime))+" ")]):_vm._e(),(item.recallFlag)?_c('div',{staticStyle:{"margin":"10px 0"}},[(_vm.handleRecallFlag(item))?[_vm._v(" "+_vm._s(_vm.getRecallText(item, _vm.isServer))+" "),([0, 4].includes(item.content && item.content.type) && _vm.onChating && _vm.isServer)?_c('a',{staticStyle:{"text-decoration":"underline"},on:{"click":function($event){return _vm.reEditMessage(item)}}},[_vm._v(","+_vm._s(_vm.i18nText('1.9.368')))]):_vm._e()]:[_vm._v(" "+_vm._s(_vm.getRecallText(item) || ((item.fromName) + " " + (_vm.i18nText('1.9.365'))))+" ")]],2):(_vm.isSystemMsg(item))?_c('div',{staticClass:"system-msg"},[_c('a-icon',{staticClass:"system-icon",attrs:{"theme":"filled","type":"exclamation-circle"}}),_c('div',[_c('span',{domProps:{"innerHTML":_vm._s(_vm.getSystemMsgContent(item))}}),_vm._l((_vm.getTemplateButton(item)),function(btn,index){return _c('span',{key:index,staticClass:"system-btn",on:{"click":function($event){return _vm.handleTemplateButton(btn)}}},[_vm._v(_vm._s(btn.title))])})],2)],1):(!item.recallFlag)?_c('div',{staticClass:"message-item",class:[_vm.getMessageItemClass(item), { 'read-status': _vm.enableReadRecord && item.readStatus }],attrs:{"data-rid":item.readStatus === 'N' ? item.id : ''}},[(!_vm.isServer && item.fromPortrait)?_c('img',{staticClass:"msg-avatar",attrs:{"src":item.fromPortrait}}):(!_vm.isServer && item.fromName)?_c('div',{staticClass:"first-name"},[_vm._v(" "+_vm._s(item.fromName && item.fromName.slice(0, 2))+" ")]):(!_vm.isServer)?_c('img',{staticClass:"msg-avatar",attrs:{"src":_vm.getAvatar(item),"width":"40","height":"40"}}):[(item.fromId === 'SYSTEM')?_c('img',{staticClass:"msg-avatar",attrs:{"src":_vm.customerStaffIcon,"width":"40","height":"40"}}):(item.content && item.content.source === 1)?_c('img',{staticClass:"msg-avatar",attrs:{"src":__webpack_require__("6753"),"width":"40","height":"40"}}):(item.portrait)?_c('img',{staticClass:"msg-avatar",attrs:{"src":item.portrait}}):_c('div',{staticClass:"first-name"},[_vm._v(" "+_vm._s(item.fromName && item.fromName.slice(0, 2))+" ")])],_c('div',{staticStyle:{"display":"flex"},on:{"contextmenu":function($event){return _vm.handleContextmenu($event, item)}}},[(item.sending)?_c('a-spin',[_c('a-icon',{staticStyle:{"font-size":"24px"},attrs:{"slot":"indicator","type":"loading","spin":""},slot:"indicator"})],1):_vm._e(),_c('a-popconfirm',{attrs:{"okText":_vm.i18nText('1.1.1.1.3'),"cancelText":_vm.i18nText('2.7.1.14')},on:{"confirm":function($event){return _vm.handleSendFail(item)}}},[_c('a-icon',{attrs:{"slot":"icon","type":"exclamation-circle"},slot:"icon"}),_c('div',{attrs:{"slot":"title"},slot:"title"},[_c('span',[_vm._v("确认重新发送该消息?")])]),(item.fail)?_c('a-icon',{staticStyle:{"font-size":"16px","display":"flex","align-items":"center","color":"red"},attrs:{"theme":"filled","type":"exclamation-circle"}}):_vm._e()],1),(item.content.type === 0)?_c('div',{staticClass:"content-wrap"},[_c('span',{staticClass:"right-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime || item.sendTime, true))+" ")]),_c('div',{class:{
2529
2561
  content: true,
2530
2562
  'has-dictionary': item.dictionaryValues && item.dictionaryValues.length,
@@ -2533,15 +2565,15 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
2533
2565
  var staticRenderFns = []
2534
2566
 
2535
2567
 
2536
- // CONCATENATED MODULE: ./packages/multi-chat/chat/chatMain.vue?vue&type=template&id=f2490ce6&scoped=true&
2568
+ // CONCATENATED MODULE: ./packages/multi-chat/chat/chatMain.vue?vue&type=template&id=d8de5f46&scoped=true&
2537
2569
 
2538
2570
  // EXTERNAL MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatMain.vue?vue&type=script&lang=js&
2539
2571
  var chatMainvue_type_script_lang_js_ = __webpack_require__("dba2");
2540
2572
 
2541
2573
  // CONCATENATED MODULE: ./packages/multi-chat/chat/chatMain.vue?vue&type=script&lang=js&
2542
2574
  /* harmony default export */ var chat_chatMainvue_type_script_lang_js_ = (chatMainvue_type_script_lang_js_["a" /* default */]);
2543
- // EXTERNAL MODULE: ./packages/multi-chat/chat/chatMain.vue?vue&type=style&index=0&id=f2490ce6&lang=less&scoped=true&
2544
- var chatMainvue_type_style_index_0_id_f2490ce6_lang_less_scoped_true_ = __webpack_require__("6a44");
2575
+ // EXTERNAL MODULE: ./packages/multi-chat/chat/chatMain.vue?vue&type=style&index=0&id=d8de5f46&lang=less&scoped=true&
2576
+ var chatMainvue_type_style_index_0_id_d8de5f46_lang_less_scoped_true_ = __webpack_require__("8639");
2545
2577
 
2546
2578
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
2547
2579
  var componentNormalizer = __webpack_require__("2877");
@@ -2561,7 +2593,7 @@ var component = Object(componentNormalizer["a" /* default */])(
2561
2593
  staticRenderFns,
2562
2594
  false,
2563
2595
  null,
2564
- "f2490ce6",
2596
+ "d8de5f46",
2565
2597
  null
2566
2598
 
2567
2599
  )
@@ -2604,7 +2636,7 @@ module.exports = {};
2604
2636
 
2605
2637
  "use strict";
2606
2638
 
2607
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatHeader.vue?vue&type=template&id=079f6956&scoped=true&
2639
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatHeader.vue?vue&type=template&id=bb1e65e0&scoped=true&
2608
2640
  var render = function () {
2609
2641
  var this$1 = this;
2610
2642
  var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layout-header',[(!_vm.hideHeader)?_c('div',{staticClass:"chat-header-wrapper"},[_c('div',{staticClass:"chat-header-title",on:{"click":function($event){return _vm.$emit('openPortraitPanel', { fromId: _vm.clientId })}}},[(_vm.clientParams.name)?_c('Avatar',{attrs:{"src":_vm.curScrollItem && _vm.curScrollItem.portrait,"size":30,"name":_vm.clientParams.name,"len":2}}):_vm._e(),_c('span',{staticClass:"chat-header-username"},[_vm._v(_vm._s(_vm.clientParams.name))]),(_vm.curScrollItem)?[(_vm.curScrollItem.sendName)?_c('a-tooltip',{attrs:{"placement":"topLeft"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(_vm.curScrollItem.sendName + '转接给了你'))]),_c('span',{staticClass:"zhuanjie"},[_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":"liaotian-zhuanchu"}}),_vm._v(" "+_vm._s(_vm.curScrollItem.sendName)+" ")],1)],2):_vm._e(),(_vm.curScrollItem.receiveName)?_c('a-tooltip',{attrs:{"placement":"topLeft"}},[_c('template',{slot:"title"},[_vm._v(_vm._s('你转接给了' + _vm.curScrollItem.receiveName))]),_c('span',{staticClass:"zhuanchu"},[_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":"liaotian-zhuanru"}}),_vm._v(" "+_vm._s(_vm.curScrollItem.receiveName)+" ")],1)],2):_vm._e()]:_vm._e()],2),_c('div',{staticClass:"chat-header-opt"},[(_vm.isShow('TRANSFER') && _vm.sessionType == 1 && _vm.onChating)?_c('a-button',{staticClass:"chat-header-opt-btn",attrs:{"disabled":!_vm.onChating && !!_vm.convertButtonTitle},on:{"click":_vm.handleConvertShow}},[_vm._v(_vm._s(_vm.convertButtonTitle))]):_vm._e(),_c('UserStatus',{staticClass:"chat-header-opt-btn"}),(_vm.isSessionOwner && !_vm.isStaff)?_c('a-button',{staticClass:"chat-header-opt-btn",attrs:{"disabled":!_vm.onChating},on:{"click":_vm.handleConfirm}},[_vm._v(_vm._s(_vm.endSessionTitle))]):_vm._e()],1)]):_vm._e(),(_vm.sessionTimer)?_c('a-alert',{staticClass:"session-time",attrs:{"type":"success"},scopedSlots:_vm._u([{key:"message",fn:function(){return [_vm._v(" "+_vm._s(_vm.i18nText('1.9.324'))+": "+_vm._s(_vm.formatedSessionTime)+" ")]},proxy:true}],null,false,3826010762)}):_vm._e(),_c('a-modal',{attrs:{"title":_vm.convertButtonTitle,"visible":_vm.convertShow,"maskClosable":false,"mask":true,"width":400,"destroyOnClose":"","okText":_vm.i18nText('1.9.326')},on:{"cancel":function () {
@@ -2613,7 +2645,7 @@ var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layo
2613
2645
  var staticRenderFns = []
2614
2646
 
2615
2647
 
2616
- // CONCATENATED MODULE: ./packages/multi-chat/chat/chatHeader.vue?vue&type=template&id=079f6956&scoped=true&
2648
+ // CONCATENATED MODULE: ./packages/multi-chat/chat/chatHeader.vue?vue&type=template&id=bb1e65e0&scoped=true&
2617
2649
 
2618
2650
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
2619
2651
  var objectSpread2 = __webpack_require__("5530");
@@ -3174,8 +3206,8 @@ var _components;
3174
3206
  });
3175
3207
  // CONCATENATED MODULE: ./packages/multi-chat/chat/chatHeader.vue?vue&type=script&lang=js&
3176
3208
  /* harmony default export */ var chat_chatHeadervue_type_script_lang_js_ = (chatHeadervue_type_script_lang_js_);
3177
- // EXTERNAL MODULE: ./packages/multi-chat/chat/chatHeader.vue?vue&type=style&index=0&id=079f6956&lang=less&scoped=true&
3178
- var chatHeadervue_type_style_index_0_id_079f6956_lang_less_scoped_true_ = __webpack_require__("92eb");
3209
+ // EXTERNAL MODULE: ./packages/multi-chat/chat/chatHeader.vue?vue&type=style&index=0&id=bb1e65e0&lang=less&scoped=true&
3210
+ var chatHeadervue_type_style_index_0_id_bb1e65e0_lang_less_scoped_true_ = __webpack_require__("93ed");
3179
3211
 
3180
3212
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
3181
3213
  var componentNormalizer = __webpack_require__("2877");
@@ -3195,7 +3227,7 @@ var component = Object(componentNormalizer["a" /* default */])(
3195
3227
  staticRenderFns,
3196
3228
  false,
3197
3229
  null,
3198
- "079f6956",
3230
+ "bb1e65e0",
3199
3231
  null
3200
3232
 
3201
3233
  )
@@ -3209,6 +3241,17 @@ var component = Object(componentNormalizer["a" /* default */])(
3209
3241
 
3210
3242
  module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABHElEQVRYR+3WPS8FQRTG8d/V6xQKFL6DSBQKRAii1EiU4htRShRKIYJ4KRQi8Q2UaCRUeuQkK7lkd7MvN9lE5pQ7M+c885+Z82xPx9HruL4kIBFIBMoILGMP4y2f6jO2cZaXp0zAE0Zwhc+GIiL/At4xUVfAFy6w1LD4z7JjrJHfc8oIhIBzxFG0iSOsJwGJQCLwbwnMZA3irqRRtOoDl1gsSD6H02xsBTcF806w2uQIwgtGcd/nBYfYxRSuMZwV/cA8HrCBnez7EKbx2sQL/rphYI5dT+I2M6r+Tb9hFo9ZCw8TimjshnlEw5pDyFgB7hfEvYiilaLuH9Em9hFo8yJsewsHlaoXXYyqiwcxry6BQdT8lSMJSAQ6J/ANQ0NCIZIlKQsAAAAASUVORK5CYII="
3211
3243
 
3244
+ /***/ }),
3245
+
3246
+ /***/ "41c9":
3247
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
3248
+
3249
+ "use strict";
3250
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_avatar_vue_vue_type_style_index_0_id_144be8fa_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1125");
3251
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_avatar_vue_vue_type_style_index_0_id_144be8fa_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_avatar_vue_vue_type_style_index_0_id_144be8fa_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
3252
+ /* unused harmony reexport * */
3253
+
3254
+
3212
3255
  /***/ }),
3213
3256
 
3214
3257
  /***/ "421d":
@@ -3676,20 +3719,23 @@ module.exports = require("ant-design-vue/es/row/style");
3676
3719
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3677
3720
 
3678
3721
  "use strict";
3679
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("5530");
3722
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("5530");
3680
3723
  /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("4391");
3681
3724
  /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_1__);
3682
- /* harmony import */ var _store_helper__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("e3c5");
3725
+ /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("f989");
3726
+ /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_2__);
3727
+ /* harmony import */ var _store_helper__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("e3c5");
3728
+
3683
3729
 
3684
3730
 
3685
3731
 
3686
3732
  /* harmony default export */ __webpack_exports__["a"] = ({
3687
- computed: Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])({}, Object(_store_helper__WEBPACK_IMPORTED_MODULE_2__[/* mapGetters */ "b"])(['uniRTC', 'incoming', 'outing'])),
3733
+ computed: Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])({}, Object(_store_helper__WEBPACK_IMPORTED_MODULE_3__[/* mapGetters */ "b"])(['uniRTC', 'incoming', 'outing', 'sdkAppId'])),
3688
3734
  data: function data() {
3689
3735
  return {// outing: [],
3690
3736
  };
3691
3737
  },
3692
- methods: Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])({}, Object(_store_helper__WEBPACK_IMPORTED_MODULE_2__[/* mapMutations */ "c"])(['setIncoming', 'setOuting'])), {}, {
3738
+ methods: Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])({}, Object(_store_helper__WEBPACK_IMPORTED_MODULE_3__[/* mapMutations */ "c"])(['setIncoming', 'setOuting'])), {}, {
3693
3739
  checkStatus: function checkStatus(targetList) {
3694
3740
  var deviceTokens = targetList.map(function (v) {
3695
3741
  return v.deviceToken;
@@ -3709,17 +3755,19 @@ module.exports = require("ant-design-vue/es/row/style");
3709
3755
  for (var i = 0; i < targetList.length; i++) {
3710
3756
  var item = targetList[i];
3711
3757
 
3712
- var outing = _this.uniRTC.startCall(item.deviceToken, '腾讯', 'tencent', {
3713
- sdkAppId: _this.uniRTC.appId,
3714
- userId: _this.userId,
3758
+ var outing = _this.uniRTC.startCall(item.deviceToken, '腾讯视频', 'tencent', {
3759
+ sdkAppId: Number(_this.sdkAppId),
3760
+ userId: _this.isServer ? _this.serviceId : _this.clientId,
3715
3761
  userSig: _this.videoData.token,
3716
- roomId: _this.videoData.roomId // privateMapKey
3762
+ roomId: Number(_this.videoData.roomId),
3763
+ videoData: _this.videoData // privateMapKey
3717
3764
 
3718
3765
  }, {
3719
- sdkAppId: _this.uniRTC.appId,
3766
+ sdkAppId: Number(_this.sdkAppId),
3720
3767
  userId: item.username,
3721
3768
  userSig: item.token,
3722
- roomId: _this.videoData.roomId // privateMapKey
3769
+ roomId: Number(_this.videoData.roomId),
3770
+ videoData: _this.videoData // privateMapKey
3723
3771
 
3724
3772
  });
3725
3773
 
@@ -3731,7 +3779,8 @@ module.exports = require("ant-design-vue/es/row/style");
3731
3779
  },
3732
3780
  stopCall: function stopCall() {
3733
3781
  for (var i = 0; i < this.outing.length; i++) {
3734
- var item = this.outing[i]; // 江苏省主动挂断
3782
+ var item = this.outing[i];
3783
+ console.log('江苏省主动挂断', item); // 江苏省主动挂断
3735
3784
 
3736
3785
  this.uniRTC.stopCall(item);
3737
3786
  }
@@ -3968,6 +4017,17 @@ module.exports = Object.hasOwn || function hasOwn(it, key) {
3968
4017
  };
3969
4018
 
3970
4019
 
4020
+ /***/ }),
4021
+
4022
+ /***/ "5180":
4023
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
4024
+
4025
+ "use strict";
4026
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_402109e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("2a7a");
4027
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_402109e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_402109e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
4028
+ /* unused harmony reexport * */
4029
+
4030
+
3971
4031
  /***/ }),
3972
4032
 
3973
4033
  /***/ "525f":
@@ -3992,8 +4052,8 @@ var es_promise_finally = __webpack_require__("a79d");
3992
4052
  // EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
3993
4053
  var es_function_name_js_ = __webpack_require__("db0a");
3994
4054
 
3995
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/index.vue?vue&type=template&id=551b859a&scoped=true&
3996
- var chatvue_type_template_id_551b859a_scoped_true_render = function () {
4055
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/index.vue?vue&type=template&id=402109e2&scoped=true&
4056
+ var chatvue_type_template_id_402109e2_scoped_true_render = function () {
3997
4057
  var this$1 = this;
3998
4058
  var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"online-chat multiChat-chat-index",class:{ 'chat-style-fold': !_vm.isNormalStyle }},[(_vm.loading)?_c('a-spin',{staticClass:"loading"}):_c('a-layout',[_c('a-layout-sider',{staticClass:"message-list",class:{ 'message-list-close': !_vm.enable },attrs:{"width":_vm.isNormalStyle ? 300 : 94}},[(_vm.enable && !_vm.hideSearch && _vm.isNormalStyle)?_c('div',{staticClass:"message-search"},[_c('a-input',{attrs:{"placeholder":_vm.i18nText('1.9.321'),"value":_vm.keywords},on:{"change":_vm.handleKeywordsChange,"pressEnter":_vm.handleKeywordsSearch}},[_c('a-icon',{attrs:{"slot":"prefix","type":"search"},slot:"prefix"})],1),_c('a-button',{staticStyle:{"margin-left":"10px"},attrs:{"ghost":"","type":"primary"},on:{"click":function($event){_vm.advancedFilterVisible = true}}},[_vm._v(_vm._s(_vm.i18nText('1.9.271')))])],1):_vm._e(),_c('div',{class:{ 'chat-style-set': true, 'show-style': _vm.enableTableStyle }},[(_vm.enableTableStyle)?_c('div',{staticClass:"chat-style-btns"},_vm._l((_vm.styleBtns),function(item){return _c('span',{key:item.type,class:{ 'chat-style-btn': true, active: _vm.styleType === item.type },on:{"click":function($event){return _vm.toggleStyleType(item.type)}}},[_c('img',{attrs:{"src":_vm.styleType === item.type ? item.activeIcon : item.icon}})])}),0):_vm._e(),_c('div',[_c('a-range-picker',{directives:[{name:"show",rawName:"v-show",value:(_vm.isNormalStyle),expression:"isNormalStyle"}],attrs:{"value":_vm.searchDate,"open":_vm.dateOpenStatus},on:{"change":_vm.handleSearchDateChange,"openChange":_vm.handleDateOpenChange}},[_c('i',{class:{ 'set-btn-icon': true, active: _vm.searchDate.length > 1 }},[_c('svg-icon',{attrs:{"icon-class":"a-xitongtubiaoliaotianriqishaixuan"}})],1),_c('div',{staticClass:"data-picker-clear",attrs:{"slot":"renderExtraFooter"},on:{"click":_vm.clearSearchDate},slot:"renderExtraFooter"},[_vm._v("清空")])]),_c('a-tooltip',{attrs:{"placement":"right","title":"视图切换"}},[_c('a-icon',{staticClass:"set-btn-icon",attrs:{"type":"swap"},on:{"click":_vm.toggleStyleFold}})],1)],1)]),(!_vm.isNormalStyle)?_c('ChatTabsHeader',{attrs:{"activeKey":_vm.currentTab,"tabList":_vm.tabList,"queueStatistic":_vm.queueStatistic,"sessionStatistic":_vm.sessionStatistic,"offlineSessionStatistic":_vm.offlineSessionStatistic,"classify":_vm.classify,"handleOfflineClassifyCount":_vm.handleOfflineClassifyCount,"classifyList":_vm.classifyList},on:{"change":_vm.handleTabChange,"changeClassify":_vm.handleClassifyClick}},[(_vm.isConference && _vm.enable)?[_c('a-tooltip',{attrs:{"placement":"bottom"}},[_c('template',{slot:"title"},[_vm._v(" "+_vm._s(_vm.conferenceTitle)+" ")]),_c('a-icon',{staticClass:"add-icon",attrs:{"type":"plus-circle"},on:{"click":_vm.addConference}})],2)]:_vm._e()],2):_vm._e(),(_vm.enable)?_c('a-tabs',{staticClass:"message-tabs",class:{ 'message-conference-tab': _vm.isConference, 'message-staff-tab': _vm.isStaff },attrs:{"activeKey":_vm.currentTab},on:{"change":_vm.handleTabChange}},[_vm._l((_vm.tabList),function(ref){
3999
4059
  var name = ref.name;
@@ -4019,7 +4079,7 @@ return [(item.icon)?_c('svg-icon',{attrs:{"icon-class":item.icon}}):_vm._e(),_c(
4019
4079
  var staticRenderFns = []
4020
4080
 
4021
4081
 
4022
- // CONCATENATED MODULE: ./packages/multi-chat/chat/index.vue?vue&type=template&id=551b859a&scoped=true&
4082
+ // CONCATENATED MODULE: ./packages/multi-chat/chat/index.vue?vue&type=template&id=402109e2&scoped=true&
4023
4083
 
4024
4084
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
4025
4085
  var defineProperty = __webpack_require__("ade3");
@@ -4296,7 +4356,7 @@ var _components;
4296
4356
  infiniteMsgShow: true
4297
4357
  };
4298
4358
  },
4299
- computed: Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, Object(helper["b" /* mapGetters */])(['userInfo'])), Object(helper["b" /* mapGetters */])(['assemblyId', 'classify', 'isScrollListChange', 'listChangeItem', 'currentTab', 'sessionId', 'keywords', 'searchKeywords', 'enable', 'panelParams', 'assemblySetting', 'clientId', 'clientParams', 'serviceId', 'msgList', 'queueItem'])), {}, {
4359
+ computed: Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, Object(helper["b" /* mapGetters */])(['userInfo'])), Object(helper["b" /* mapGetters */])(['assemblyId', 'classify', 'isScrollListChange', 'listChangeItem', 'currentTab', 'sessionId', 'keywords', 'searchKeywords', 'enable', 'panelParams', 'assemblySetting', 'clientId', 'clientParams', 'serviceId', 'msgList', 'queueItem', 'sdkInfo'])), {}, {
4300
4360
  foldTheme: function foldTheme() {
4301
4361
  return this.theme === 'fold';
4302
4362
  },
@@ -4364,7 +4424,7 @@ var _components;
4364
4424
  },
4365
4425
  // 根据后台配置信息进行排序
4366
4426
  processedScrollList: function processedScrollList() {
4367
- var _this = this;
4427
+ var _this2 = this;
4368
4428
 
4369
4429
  var processedScrollList = [];
4370
4430
  var settingList = [];
@@ -4392,7 +4452,7 @@ var _components;
4392
4452
  classify = this.classify,
4393
4453
  isListClassify = this.isListClassify;
4394
4454
  processedScrollList = this.scrollList.reduce(function (list, item) {
4395
- if (item.kind == 2 || !_this.showScrollItem(item, currentTab, keywords, classify, isListClassify)) return list; // <- 通话记录跳过
4455
+ if (item.kind == 2 || !_this2.showScrollItem(item, currentTab, keywords, classify, isListClassify)) return list; // <- 通话记录跳过
4396
4456
 
4397
4457
  var layoutData = {};
4398
4458
 
@@ -4413,14 +4473,14 @@ var _components;
4413
4473
  if (key.startsWith('form.')) {
4414
4474
  key = key.split('.')[1];
4415
4475
  var params = JSON.parse(item.params || '{}');
4416
- param = params[key] || _this.getMsgFieldValue(key, item, isTip);
4476
+ param = params[key] || _this2.getMsgFieldValue(key, item, isTip);
4417
4477
  } else {
4418
- param = _this.getMsgFieldValue(key, item, isTip);
4478
+ param = _this2.getMsgFieldValue(key, item, isTip);
4419
4479
  }
4420
4480
 
4421
4481
  if (value.mapping) {
4422
4482
  // param = this.getMappingHTML(value.mapping[param]);
4423
- param = _this.getMappingHTML(value.mapping.find(function (v) {
4483
+ param = _this2.getMappingHTML(value.mapping.find(function (v) {
4424
4484
  return v.value == param;
4425
4485
  }) || {});
4426
4486
  }
@@ -4529,7 +4589,7 @@ var _components;
4529
4589
  var _content = JSON.parse(item.lastContent);
4530
4590
 
4531
4591
  var flag = this.serviceId == item.fromId;
4532
- return Object(utils["d" /* getRecallText */])(this, {
4592
+ return Object(utils["e" /* getRecallText */])(this, {
4533
4593
  content: _content
4534
4594
  }, flag);
4535
4595
  }
@@ -4590,34 +4650,34 @@ var _components;
4590
4650
  this.getScrollList(true);
4591
4651
  },
4592
4652
  getScrollList: function getScrollList(flag) {
4593
- var _this2 = this;
4653
+ var _this3 = this;
4594
4654
 
4595
4655
  return Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
4596
4656
  return regeneratorRuntime.wrap(function _callee$(_context) {
4597
4657
  while (1) {
4598
4658
  switch (_context.prev = _context.next) {
4599
4659
  case 0:
4600
- _context.t0 = _this2.currentTab;
4660
+ _context.t0 = _this3.currentTab;
4601
4661
  _context.next = _context.t0 === 'queue' ? 3 : _context.t0 === 'session' ? 5 : _context.t0 === 'end' ? 9 : 10;
4602
4662
  break;
4603
4663
 
4604
4664
  case 3:
4605
- _this2.getQueueUsers();
4665
+ _this3.getQueueUsers();
4606
4666
 
4607
4667
  return _context.abrupt("break", 10);
4608
4668
 
4609
4669
  case 5:
4610
4670
  _context.next = 7;
4611
- return _this2.getSessionList();
4671
+ return _this3.getSessionList();
4612
4672
 
4613
4673
  case 7:
4614
- _this2.handleSelectItem();
4674
+ _this3.handleSelectItem();
4615
4675
 
4616
4676
  return _context.abrupt("break", 10);
4617
4677
 
4618
4678
  case 9:
4619
4679
  // this.getSessionList(flag);
4620
- _this2.getData(1, flag);
4680
+ _this3.getData(1, flag);
4621
4681
 
4622
4682
  case 10:
4623
4683
  case "end":
@@ -4630,7 +4690,7 @@ var _components;
4630
4690
 
4631
4691
  /* 获取会话列表 */
4632
4692
  getSessionList: function getSessionList() {
4633
- var _this3 = this;
4693
+ var _this4 = this;
4634
4694
 
4635
4695
  var params = Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, this.getDateParams()), {}, {
4636
4696
  assemblyId: this.assemblyId,
@@ -4639,7 +4699,7 @@ var _components;
4639
4699
 
4640
4700
  if (this.isListClassify) {
4641
4701
  this.assemblySetting.listClassify.forEach(function (item) {
4642
- _this3.$set(item, 'count', '');
4702
+ _this4.$set(item, 'count', '');
4643
4703
  });
4644
4704
  }
4645
4705
 
@@ -4649,32 +4709,32 @@ var _components;
4649
4709
  var data = _ref.data;
4650
4710
 
4651
4711
  if (data.result === 'SUCCESS') {
4652
- _this3.scrollList = data.map.list;
4712
+ _this4.scrollList = data.map.list;
4653
4713
 
4654
- if (_this3.isListClassify) {
4655
- _this3.assemblySetting.listClassify.forEach(function (item) {
4714
+ if (_this4.isListClassify) {
4715
+ _this4.assemblySetting.listClassify.forEach(function (item) {
4656
4716
  var count = data.map.list.filter(function (i) {
4657
4717
  return i.classify === item.classify;
4658
4718
  }).length;
4659
4719
 
4660
- _this3.$set(item, 'count', count);
4720
+ _this4.$set(item, 'count', count);
4661
4721
  });
4662
4722
  }
4663
4723
 
4664
4724
  if (data.map.listStatistic) {
4665
- if (_this3.currentTab === 'end') {
4666
- _this3.setOfflineSessionStatistic(data.map.listStatistic);
4725
+ if (_this4.currentTab === 'end') {
4726
+ _this4.setOfflineSessionStatistic(data.map.listStatistic);
4667
4727
  } else {
4668
- _this3.setSessionStatistic(data.map.listStatistic);
4728
+ _this4.setSessionStatistic(data.map.listStatistic);
4669
4729
  }
4670
4730
  }
4671
4731
  } else {
4672
- _this3.$message.warning(data.resultMsg);
4732
+ _this4.$message.warning(data.resultMsg);
4673
4733
  }
4674
4734
  });
4675
4735
  },
4676
4736
  getData: function getData(type, flag) {
4677
- var _this4 = this;
4737
+ var _this5 = this;
4678
4738
 
4679
4739
  return Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
4680
4740
  var res, _res$data, data, _data$map$list, list, _ref2, _ref2$classifyStatist, classifyStatistic;
@@ -4685,7 +4745,7 @@ var _components;
4685
4745
  case 0:
4686
4746
  _context2.prev = 0;
4687
4747
  _context2.next = 3;
4688
- return _this4.handleDataRequest(type);
4748
+ return _this5.handleDataRequest(type);
4689
4749
 
4690
4750
  case 3:
4691
4751
  res = _context2.sent;
@@ -4704,47 +4764,47 @@ var _components;
4704
4764
  }
4705
4765
 
4706
4766
  if (!list || !list.length) {
4707
- _this4.busy = true;
4708
- _this4.infiniteMsgShow = false;
4767
+ _this5.busy = true;
4768
+ _this5.infiniteMsgShow = false;
4709
4769
  } else {
4710
- _this4.busy = false;
4711
- _this4.scrollList = _this4.scrollList.concat(list);
4770
+ _this5.busy = false;
4771
+ _this5.scrollList = _this5.scrollList.concat(list);
4712
4772
  }
4713
4773
 
4714
4774
  return _context2.abrupt("return");
4715
4775
 
4716
4776
  case 12:
4717
- _this4.infiniteMsgShow = false;
4718
- _this4.busy = false;
4719
- _this4.scrollList = list;
4777
+ _this5.infiniteMsgShow = false;
4778
+ _this5.busy = false;
4779
+ _this5.scrollList = list;
4720
4780
 
4721
4781
  case 15:
4722
- if (_this4.isListClassify) {
4723
- _this4.assemblySetting.listClassify.forEach(function (item) {
4782
+ if (_this5.isListClassify) {
4783
+ _this5.assemblySetting.listClassify.forEach(function (item) {
4724
4784
  var count = list.filter(function (i) {
4725
4785
  return i.classify === item.classify;
4726
4786
  }).length;
4727
4787
 
4728
- _this4.$set(item, 'count', count);
4788
+ _this5.$set(item, 'count', count);
4729
4789
  });
4730
4790
  }
4731
4791
 
4732
4792
  _ref2 = data.map || {}, _ref2$classifyStatist = _ref2.classifyStatistic, classifyStatistic = _ref2$classifyStatist === void 0 ? {} : _ref2$classifyStatist;
4733
4793
 
4734
4794
  if (Object.keys(classifyStatistic).length) {
4735
- _this4.setOfflineClassifyCount(classifyStatistic);
4795
+ _this5.setOfflineClassifyCount(classifyStatistic);
4736
4796
  }
4737
4797
 
4738
4798
  _context2.next = 22;
4739
4799
  break;
4740
4800
 
4741
4801
  case 20:
4742
- _this4.infiniteMsgShow = false;
4802
+ _this5.infiniteMsgShow = false;
4743
4803
 
4744
- _this4.$message.warning(data.resultMsg);
4804
+ _this5.$message.warning(data.resultMsg);
4745
4805
 
4746
4806
  case 22:
4747
- _this4.handleSelectItem();
4807
+ _this5.handleSelectItem();
4748
4808
 
4749
4809
  _context2.next = 29;
4750
4810
  break;
@@ -4752,7 +4812,7 @@ var _components;
4752
4812
  case 25:
4753
4813
  _context2.prev = 25;
4754
4814
  _context2.t0 = _context2["catch"](0);
4755
- _this4.infiniteMsgShow = false;
4815
+ _this5.infiniteMsgShow = false;
4756
4816
  console.log(_context2.t0);
4757
4817
 
4758
4818
  case 29:
@@ -4776,7 +4836,7 @@ var _components;
4776
4836
  return params;
4777
4837
  },
4778
4838
  handleDataRequest: function handleDataRequest(type) {
4779
- var _this5 = this;
4839
+ var _this6 = this;
4780
4840
 
4781
4841
  var url = type == 1 ? '/chat/service/getMySessionList' : '/chat/service/getQueueUsers';
4782
4842
 
@@ -4797,7 +4857,7 @@ var _components;
4797
4857
 
4798
4858
  if (this.isListClassify) {
4799
4859
  this.assemblySetting.listClassify.forEach(function (item) {
4800
- _this5.$set(item, 'count', '');
4860
+ _this6.$set(item, 'count', '');
4801
4861
  });
4802
4862
  }
4803
4863
 
@@ -4808,11 +4868,11 @@ var _components;
4808
4868
 
4809
4869
  /* 获取排队列表 */
4810
4870
  getQueueUsers: function getQueueUsers() {
4811
- var _this6 = this;
4871
+ var _this7 = this;
4812
4872
 
4813
4873
  if (this.isListClassify) {
4814
4874
  this.assemblySetting.listClassify.forEach(function (item) {
4815
- _this6.$set(item, 'count', '');
4875
+ _this7.$set(item, 'count', '');
4816
4876
  });
4817
4877
  } // let params = { assemblyId: this.assemblyId };
4818
4878
 
@@ -4827,23 +4887,23 @@ var _components;
4827
4887
  var data = _ref3.data;
4828
4888
 
4829
4889
  if (data.result === 'SUCCESS') {
4830
- _this6.scrollList = data.map.list;
4890
+ _this7.scrollList = data.map.list;
4831
4891
 
4832
- if (_this6.isListClassify) {
4833
- _this6.assemblySetting.listClassify.forEach(function (item) {
4892
+ if (_this7.isListClassify) {
4893
+ _this7.assemblySetting.listClassify.forEach(function (item) {
4834
4894
  var count = data.map.list.filter(function (i) {
4835
4895
  return i.classify === item.classify;
4836
4896
  }).length;
4837
4897
 
4838
- _this6.$set(item, 'count', count);
4898
+ _this7.$set(item, 'count', count);
4839
4899
  });
4840
4900
  }
4841
4901
 
4842
4902
  if (data.map.listStatistic) {
4843
- _this6.setQueueStatistic(data.map.listStatistic);
4903
+ _this7.setQueueStatistic(data.map.listStatistic);
4844
4904
  }
4845
4905
  } else {
4846
- _this6.$message.warning(data.resultMsg);
4906
+ _this7.$message.warning(data.resultMsg);
4847
4907
  }
4848
4908
  });
4849
4909
  },
@@ -4926,7 +4986,7 @@ var _components;
4926
4986
 
4927
4987
  /* 客服点击会话列表进入会话, id:会话id, toId:客户id */
4928
4988
  getMsgList: function getMsgList(item) {
4929
- var _this7 = this;
4989
+ var _this8 = this;
4930
4990
 
4931
4991
  var id = item.id,
4932
4992
  toId = item.toId,
@@ -4948,9 +5008,9 @@ var _components;
4948
5008
  chatFetch_default.a.post('/chat/service/accessSession', chatFetch_["qs"].stringify(params)).then(function (_ref7) {
4949
5009
  var data = _ref7.data;
4950
5010
 
4951
- _this7.setScrollQueueId('');
5011
+ _this8.setScrollQueueId('');
4952
5012
 
4953
- _this7.setSessionId(id);
5013
+ _this8.setSessionId(id);
4954
5014
 
4955
5015
  if (data.result === 'SUCCESS') {
4956
5016
  var _data$map = data.map,
@@ -4959,50 +5019,50 @@ var _components;
4959
5019
  sessionType = _data$map.sessionType,
4960
5020
  countdownDesc = _data$map.countdownDesc;
4961
5021
 
4962
- _this7.setClientId(toId);
5022
+ _this8.setClientId(toId);
4963
5023
 
4964
- _this7.clearMsgList();
5024
+ _this8.clearMsgList();
4965
5025
 
4966
- _this7.setMsgList({
4967
- validate: _this7.getMsgValidateFn(toId)
5026
+ _this8.setMsgList({
5027
+ validate: _this8.getMsgValidateFn(toId)
4968
5028
  });
4969
5029
 
4970
- _this7.setOnChating(true);
5030
+ _this8.setOnChating(true);
4971
5031
 
4972
- _this7.setChatTimer({
5032
+ _this8.setChatTimer({
4973
5033
  countdown: countdown,
4974
5034
  countdownDesc: countdownDesc
4975
5035
  });
4976
5036
 
4977
- _this7.setSessionEnd(false);
5037
+ _this8.setSessionEnd(false);
4978
5038
 
4979
- _this7.setClientParams(clientParams || JSON.parse(cParams || '{}'));
5039
+ _this8.setClientParams(clientParams || JSON.parse(cParams || '{}'));
4980
5040
 
4981
- _this7.getSessionHistoryList();
5041
+ _this8.getSessionHistoryList();
4982
5042
 
4983
- _this7.setSessionType(sessionType);
5043
+ _this8.setSessionType(sessionType);
4984
5044
 
4985
- _this7.setFooterMessage('');
5045
+ _this8.setFooterMessage('');
4986
5046
  } else {
4987
- _this7.$message.warning(data.resultMsg);
5047
+ _this8.$message.warning(data.resultMsg);
4988
5048
  }
4989
5049
  }).finally(function () {
4990
- _this7.setDisableOperate(false);
5050
+ _this8.setDisableOperate(false);
4991
5051
  });
4992
5052
  },
4993
5053
  getMsgValidateFn: function getMsgValidateFn(id) {
4994
- var _this8 = this;
5054
+ var _this9 = this;
4995
5055
 
4996
5056
  return function () {
4997
- return id === _this8.clientId;
5057
+ return id === _this9.clientId;
4998
5058
  };
4999
5059
  },
5000
5060
  scrollToItem: function scrollToItem(sessionId) {
5001
- var _this9 = this;
5061
+ var _this10 = this;
5002
5062
 
5003
5063
  if (!sessionId) return;
5004
5064
  this.$nextTick(function () {
5005
- var target = _this9.$el.querySelector("#item_id_".concat(sessionId));
5065
+ var target = _this10.$el.querySelector("#item_id_".concat(sessionId));
5006
5066
 
5007
5067
  if (!target) return;
5008
5068
  target.scrollIntoView(true);
@@ -5010,7 +5070,7 @@ var _components;
5010
5070
  },
5011
5071
  getSessionHistoryList: function getSessionHistoryList() {
5012
5072
  var _this$assemblySetting3,
5013
- _this10 = this;
5073
+ _this11 = this;
5014
5074
 
5015
5075
  if (((_this$assemblySetting3 = this.assemblySetting) === null || _this$assemblySetting3 === void 0 ? void 0 : _this$assemblySetting3.type) == 'staff') return;
5016
5076
  this.setSessionHistoryList([]);
@@ -5024,14 +5084,14 @@ var _components;
5024
5084
 
5025
5085
  if (data.result === 'SUCCESS') {
5026
5086
  var list = data.list.map(function (item) {
5027
- if (item.fromId === _this10.serviceId) {
5087
+ if (item.fromId === _this11.serviceId) {
5028
5088
  item.onChating = true;
5029
5089
  }
5030
5090
 
5031
5091
  return item;
5032
5092
  });
5033
5093
 
5034
- _this10.setSessionHistoryList(list);
5094
+ _this11.setSessionHistoryList(list);
5035
5095
  }
5036
5096
  });
5037
5097
  },
@@ -5043,7 +5103,7 @@ var _components;
5043
5103
 
5044
5104
  /* 排队消息 */
5045
5105
  getQueueMsgList: function getQueueMsgList(item) {
5046
- var _this11 = this;
5106
+ var _this12 = this;
5047
5107
 
5048
5108
  var userId = item.bid,
5049
5109
  userType = item.userType,
@@ -5062,33 +5122,33 @@ var _components;
5062
5122
 
5063
5123
  if (data.result === 'SUCCESS') {
5064
5124
  var obj = data.obj || {};
5065
- _this11.currentTab === 'queue' && _this11.dispatchEvent('click_queueListUser', JSON.parse(JSON.stringify(obj.messages || [])));
5125
+ _this12.currentTab === 'queue' && _this12.dispatchEvent('click_queueListUser', JSON.parse(JSON.stringify(obj.messages || [])));
5066
5126
  var messages = (obj.messages || []).map(function (item) {
5067
5127
  item.fromName = obj.name;
5068
5128
  item.content = JSON.parse(JSON.stringify(item));
5069
5129
  return item;
5070
5130
  });
5071
5131
 
5072
- var robotMessages = _this11.handleRobotMessages(obj.robotMessages, obj.name);
5132
+ var robotMessages = _this12.handleRobotMessages(obj.robotMessages, obj.name);
5073
5133
 
5074
- _this11.setScrollQueueId(obj.bid);
5134
+ _this12.setScrollQueueId(obj.bid);
5075
5135
 
5076
- _this11.setClientParams(JSON.parse(clientParams || '{}'));
5136
+ _this12.setClientParams(JSON.parse(clientParams || '{}'));
5077
5137
 
5078
- _this11.setClientId(username);
5138
+ _this12.setClientId(username);
5079
5139
 
5080
- _this11.setSessionId(null);
5140
+ _this12.setSessionId(null);
5081
5141
 
5082
- _this11.setSessionHistoryList([]);
5142
+ _this12.setSessionHistoryList([]);
5083
5143
 
5084
- _this11.clearMsgList([].concat(Object(toConsumableArray["a" /* default */])(robotMessages), Object(toConsumableArray["a" /* default */])(messages)));
5144
+ _this12.clearMsgList([].concat(Object(toConsumableArray["a" /* default */])(robotMessages), Object(toConsumableArray["a" /* default */])(messages)));
5085
5145
 
5086
- _this11.setQueueItem(item);
5146
+ _this12.setQueueItem(item);
5087
5147
 
5088
- _this11.setChatTimer();
5148
+ _this12.setChatTimer();
5089
5149
 
5090
- _this11.$nextTick(function () {
5091
- _this11.setScrollTo('bottom');
5150
+ _this12.$nextTick(function () {
5151
+ _this12.setScrollTo('bottom');
5092
5152
  });
5093
5153
  }
5094
5154
  });
@@ -5310,7 +5370,7 @@ var _components;
5310
5370
  return val;
5311
5371
  },
5312
5372
  handleSelectItem: function handleSelectItem() {
5313
- var _this12 = this;
5373
+ var _this13 = this;
5314
5374
 
5315
5375
  var sessionId = this.defSessionId;
5316
5376
  if (!sessionId || this._selected) return;
@@ -5322,7 +5382,7 @@ var _components;
5322
5382
  this.setClassify(matchItem.classify);
5323
5383
  this.handleClick(matchItem);
5324
5384
  this.$nextTick(function () {
5325
- var target = _this12.$el.querySelector("#item_id_".concat(sessionId));
5385
+ var target = _this13.$el.querySelector("#item_id_".concat(sessionId));
5326
5386
 
5327
5387
  if (!target) return;
5328
5388
  target.scrollIntoView(true);
@@ -5367,13 +5427,18 @@ var _components;
5367
5427
  },
5368
5428
  filters: {
5369
5429
  formatName: function formatName(item) {
5370
- var _JSON$parse2;
5371
-
5372
5430
  if (item.title) return item.title; // if (item.type == 2) {
5373
5431
  // return item.toName;
5374
5432
  // }
5375
5433
 
5376
- var name = ((_JSON$parse2 = JSON.parse(item.params || {})) === null || _JSON$parse2 === void 0 ? void 0 : _JSON$parse2.name) || "";
5434
+ var name = '';
5435
+
5436
+ if (item.params) {
5437
+ var _JSON$parse2;
5438
+
5439
+ name = ((_JSON$parse2 = JSON.parse(item.params || {})) === null || _JSON$parse2 === void 0 ? void 0 : _JSON$parse2.name) || "";
5440
+ }
5441
+
5377
5442
  return item.titleSetting || item.name || name;
5378
5443
  },
5379
5444
  formatTime: function formatTime(item) {
@@ -5387,7 +5452,7 @@ var _components;
5387
5452
  /* 列表更新 */
5388
5453
  isScrollListChange: {
5389
5454
  handler: function handler(isScrollListChange) {
5390
- var _this13 = this;
5455
+ var _this14 = this;
5391
5456
 
5392
5457
  if (isScrollListChange) {
5393
5458
  this.updateScrollList();
@@ -5396,11 +5461,11 @@ var _components;
5396
5461
 
5397
5462
  if (this.assemblySetting.isListClassify !== 'Y') return;
5398
5463
  this.assemblySetting.listClassify.forEach(function (item) {
5399
- var count = _this13.scrollList.filter(function (i) {
5464
+ var count = _this14.scrollList.filter(function (i) {
5400
5465
  return i.classify === item.classify;
5401
5466
  }).length;
5402
5467
 
5403
- _this13.$set(item, 'count', count);
5468
+ _this14.$set(item, 'count', count);
5404
5469
  });
5405
5470
  }
5406
5471
  }
@@ -5439,7 +5504,7 @@ var _components;
5439
5504
  }
5440
5505
  },
5441
5506
  render: function render(_h) {
5442
- var _this14 = this;
5507
+ var _this15 = this;
5443
5508
 
5444
5509
  var h = arguments[0];
5445
5510
 
@@ -5483,13 +5548,20 @@ var _components;
5483
5548
  value: handleInfiniteOnLoad
5484
5549
  }];
5485
5550
 
5551
+ var _this = this; // 默认不显示在线状态,只有南通瑞慈显示
5552
+
5553
+
5486
5554
  function getAvatar(item) {
5555
+ var _this$sdkInfo;
5556
+
5487
5557
  return h(avatar["a" /* default */], {
5488
5558
  "attrs": {
5489
5559
  "className": "avatar",
5490
5560
  "src": item.portrait,
5491
5561
  "name": item.name || item.toName || item.title || item.titleSetting,
5492
- "len": 2
5562
+ "len": 2,
5563
+ "status": item.onlineStatus,
5564
+ "isShowStatus": _this.currentTab === 'session' && ((_this$sdkInfo = _this.sdkInfo) === null || _this$sdkInfo === void 0 ? void 0 : _this$sdkInfo.vendor) == 3
5493
5565
  }
5494
5566
  });
5495
5567
  }
@@ -5589,12 +5661,12 @@ var _components;
5589
5661
  return h("li", {
5590
5662
  "class": {
5591
5663
  'scroll-item': true,
5592
- active: _this14.isActive(item)
5664
+ active: _this15.isActive(item)
5593
5665
  },
5594
5666
  "key": item.id || item.bid || index,
5595
5667
  "on": {
5596
5668
  "click": function click() {
5597
- return _this14.handleClick(item);
5669
+ return _this15.handleClick(item);
5598
5670
  }
5599
5671
  },
5600
5672
  "attrs": {
@@ -5670,7 +5742,7 @@ var video = __webpack_require__("56b2");
5670
5742
  // EXTERNAL MODULE: ./packages/multi-chat/chat/audio.vue + 4 modules
5671
5743
  var audio = __webpack_require__("279d");
5672
5744
 
5673
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/calling.vue?vue&type=template&id=9cb7935a&scoped=true&
5745
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/calling.vue?vue&type=template&id=9cb7935a&scoped=true&
5674
5746
  var callingvue_type_template_id_9cb7935a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"calling"},_vm._l((_vm.callings),function(item){return _c('div',{key:item.sessionId,ref:"calling",refInFor:true,staticClass:"main"},[_c('img',{attrs:{"src":__webpack_require__("0310"),"width":"40"}}),_c('span',{staticClass:"name"},[_vm._v(_vm._s(item.callerName))]),_c('div',{staticClass:"operate"},[_c('img',{attrs:{"src":__webpack_require__("1d16"),"width":"40"},on:{"click":function($event){return _vm.handleConfirm(item)}}}),_c('img',{attrs:{"src":__webpack_require__("73ff"),"width":"40"},on:{"click":function($event){return _vm.handleReject(item)}}})])])}),0)}
5675
5747
  var callingvue_type_template_id_9cb7935a_scoped_true_staticRenderFns = []
5676
5748
 
@@ -5968,7 +6040,7 @@ var calling_component = Object(componentNormalizer["a" /* default */])(
5968
6040
  )
5969
6041
 
5970
6042
  /* harmony default export */ var calling = (calling_component.exports);
5971
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/delay.vue?vue&type=template&id=6507ce77&scoped=true&
6043
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/delay.vue?vue&type=template&id=6507ce77&scoped=true&
5972
6044
  var delayvue_type_template_id_6507ce77_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-delay"},[_c('div',{staticClass:"header"},[_vm._v(_vm._s(_vm.delay.toName)+" "+_vm._s(_vm.i18nText('1.9.378'))+" ")]),_c('div',{staticClass:"count-down"},[_c('span',{staticClass:"title"},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.376'))+" ("+_vm._s(_vm.i18nText('1.2.1.11.21'))+"/"+_vm._s(_vm.i18nText('1.2.1.11.22'))+") ")]),_c('div',{staticClass:"times"},_vm._l((_vm.timeArray),function(item,index){return _c('div',{key:index,staticClass:"times"},[(index)?_c('span',{staticClass:"division"},[_vm._v(" : ")]):_vm._e(),_vm._l((item),function(v,j){return _c('span',{key:j,staticClass:"time"},[_vm._v(_vm._s(v))])})],2)}),0)]),_c('div',{staticClass:"operate"},[_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.handleDelay}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.379'))+_vm._s(_vm.i18nText('1.9.319.11', { num: _vm.timeLength }))+" ")]),_c('a-button',{on:{"click":_vm.handleCancel}},[_vm._v(" "+_vm._s(_vm.i18nText('1.1.1.1.4'))+" ")])],1)])}
5973
6045
  var delayvue_type_template_id_6507ce77_scoped_true_staticRenderFns = []
5974
6046
 
@@ -6091,7 +6163,7 @@ var delay_component = Object(componentNormalizer["a" /* default */])(
6091
6163
  )
6092
6164
 
6093
6165
  /* harmony default export */ var delay = (delay_component.exports);
6094
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/advancedFilter.vue?vue&type=template&id=6bed273e&scoped=true&
6166
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/advancedFilter.vue?vue&type=template&id=6bed273e&scoped=true&
6095
6167
  var advancedFiltervue_type_template_id_6bed273e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"advanced-filter"},[_c('a-modal',{attrs:{"title":_vm.i18nText("1.9.271"),"visible":_vm.visible,"maskClosable":false,"mask":false,"footer":null,"width":"800px","destroyOnClose":true},on:{"cancel":_vm.handleCancel}},[_c('div',{staticClass:"search-wrapper"},[_c('a-input-search',{staticStyle:{"width":"250px"},attrs:{"placeholder":_vm.i18nText('2.12.7.5'),"enterButton":_vm.i18nText('2.2.2.14')},on:{"search":_vm.getTableList},model:{value:(_vm.searchCondition.keyword),callback:function ($$v) {_vm.$set(_vm.searchCondition, "keyword", $$v)},expression:"searchCondition.keyword"}}),(_vm.onlineTypeList && _vm.onlineTypeList.length)?_c('a-select',{staticStyle:{"width":"120px","margin-left":"10px"},attrs:{"showSearch":"","filterOption":_vm.filterOption,"placeholder":'会话状态'},on:{"change":_vm.handleOnlineTypeChange},model:{value:(_vm.searchCondition.onlineType),callback:function ($$v) {_vm.$set(_vm.searchCondition, "onlineType", $$v)},expression:"searchCondition.onlineType"}},_vm._l((_vm.onlineTypeList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1):_vm._e(),(_vm.classifyList && _vm.classifyList.length)?_c('a-select',{staticStyle:{"width":"120px","margin-left":"10px"},attrs:{"allowClear":"","showSearch":"","filterOption":_vm.filterOption,"placeholder":_vm.i18nText('1.9.338')},on:{"change":_vm.handleClassifyChange}},_vm._l((_vm.classifyList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1):_vm._e()],1),_c('a-table',{staticClass:"advance-table",attrs:{"data-source":_vm.tableData,"columns":_vm.columns,"row-key":"id","bordered":"","pagination":false,"scroll":{ x: 1260, y: 500 }},scopedSlots:_vm._u([{key:"toName",fn:function(scope, record){return [_c('a',{on:{"click":function($event){return _vm.viewMessageRecord(record)}}},[_vm._v(_vm._s(record.toName))])]}},{key:"status",fn:function(scope){return [_c('div',[_vm._v(_vm._s(_vm.formatStatus(scope)))])]}},{key:"createdTime",fn:function(scope){return [_c('div',[_vm._v(_vm._s(_vm.formatTime(scope)))])]}},{key:"classify",fn:function(scope){return [_c('div',[_vm._v(_vm._s(_vm.formatClassify(scope)))])]}}])}),_c('a-pagination',{attrs:{"current":_vm.pagination.currentPage,"pageSizeOptions":['5', '10', '15', '20'],"pageSize":_vm.pagination.pageSize,"showSizeChanger":"","showQuickJumper":"","total":_vm.pagination.total},on:{"showSizeChange":_vm.handleSizeChange,"change":_vm.handleCurrentChange}})],1),(_vm.sessionId)?_c('MessageRecord',{attrs:{"userInfo":_vm.userInfo,"clientName":_vm.clientName,"clientId":_vm.toId,"serviceName":_vm.serviceName,"sessionId":_vm.sessionId,"fromId":_vm.fromId,"assemblyId":_vm.assemblyId,"userId":_vm.fromUserId},on:{"clearSessionId":_vm.clearSessionId}}):_vm._e()],1)}
6096
6168
  var advancedFiltervue_type_template_id_6bed273e_scoped_true_staticRenderFns = []
6097
6169
 
@@ -6119,7 +6191,7 @@ var pagination_style_ = __webpack_require__("0371");
6119
6191
  var pagination_ = __webpack_require__("6059");
6120
6192
  var pagination_default = /*#__PURE__*/__webpack_require__.n(pagination_);
6121
6193
 
6122
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/messageRecord.vue?vue&type=template&id=13bd6ab8&scoped=true&
6194
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/messageRecord.vue?vue&type=template&id=13bd6ab8&scoped=true&
6123
6195
  var messageRecordvue_type_template_id_13bd6ab8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"message-record"},[_c('a-modal',{attrs:{"visible":_vm.visible,"maskClosable":false,"mask":false,"footer":null,"width":"800px","bodyStyle":{
6124
6196
  boxSizing: 'content-box',
6125
6197
  padding: '10px 10px 10px 24px'
@@ -6828,7 +6900,7 @@ var advancedFilter_component = Object(componentNormalizer["a" /* default */])(
6828
6900
  )
6829
6901
 
6830
6902
  /* harmony default export */ var advancedFilter = (advancedFilter_component.exports);
6831
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/addMembers.vue?vue&type=template&id=c9459058&scoped=true&
6903
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/addMembers.vue?vue&type=template&id=c9459058&scoped=true&
6832
6904
  var addMembersvue_type_template_id_c9459058_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"batch-select add-members"},[_c('a-row',{staticStyle:{"height":"100%"}},[_c('a-col',{staticClass:"left-tree",attrs:{"span":12}},[_c('a-input-search',{attrs:{"placeholder":_vm.i18nText('1.9.432'),"size":"default","allowClear":""},on:{"search":_vm.handleSearch},model:{value:(_vm.name),callback:function ($$v) {_vm.name=$$v},expression:"name"}},[_c('a-button',{attrs:{"slot":"enterButton","type":"primary","ghost":""},slot:"enterButton"},[_c('a-icon',{attrs:{"type":"search"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.1.1.5.1'))+" ")],1)],1),_c('div',{staticClass:"check-all"},[_c('a-checkbox',{attrs:{"checked":_vm.checkAll},on:{"change":_vm.toggleCheckAll}},[_vm._v(_vm._s(_vm.i18nText('1.10.139')))])],1),_c('a-tree',{ref:"antTree",attrs:{"checkable":"","treeData":_vm.groupMembers,"searchPlaceholder":"Please select"},on:{"check":_vm.onCheck},scopedSlots:_vm._u([{key:"custom",fn:function(item){return [_c('span',{staticClass:"username"},[_c('span',{staticClass:"first-name"},[_vm._v(_vm._s(item.userName[0]))]),_c('span',{class:_vm.checkSearchName(item)},[_vm._v(_vm._s(item.userName))])])]}}]),model:{value:(_vm.checkedKeys),callback:function ($$v) {_vm.checkedKeys=$$v},expression:"checkedKeys"}})],1),_c('a-col',{staticClass:"right-page",attrs:{"span":12}},[_c('div',{staticClass:"right-top"},_vm._l((_vm.selectedMembers),function(item){return _c('a-tag',{key:item.userId,attrs:{"closable":""},on:{"close":function () { return _vm.handleRemove(item); }}},[_vm._v(_vm._s(item.userName))])}),1),_c('div',{staticClass:"right-bottom"},[_c('a-button',{staticStyle:{"margin-right":"18px"},attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v(" "+_vm._s(_vm.i18nText('1.1.1.1.3'))+" ("+_vm._s(_vm.selectedMembers.length)+"/"+_vm._s(_vm.groupMembers.length)+") ")]),_c('a-button',{on:{"click":_vm.handleCancel}},[_vm._v(_vm._s(_vm.i18nText('1.1.1.1.4')))])],1)])],1)],1)}
6833
6905
  var addMembersvue_type_template_id_c9459058_scoped_true_staticRenderFns = []
6834
6906
 
@@ -7297,8 +7369,8 @@ var addMembers_component = Object(componentNormalizer["a" /* default */])(
7297
7369
  )
7298
7370
 
7299
7371
  /* harmony default export */ var addMembers = (addMembers_component.exports);
7300
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/multiVideo.vue?vue&type=template&id=3ae72c58&scoped=true&
7301
- var multiVideovue_type_template_id_3ae72c58_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:{ 'multi-video': true, small: _vm.fullFlag == 0, large: _vm.fullFlag == 2 },attrs:{"id":"multi-video"},on:{"mousedown":_vm.handleMove}},[(_vm.videoStatus !== 2)?_c('span',{staticClass:"close",on:{"click":function () {
7372
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/multiVideo.vue?vue&type=template&id=b055a378&scoped=true&
7373
+ var multiVideovue_type_template_id_b055a378_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:{ 'multi-video': true, small: _vm.fullFlag == 0, large: _vm.fullFlag == 2 },attrs:{"id":"multi-video"},on:{"mousedown":_vm.handleMove}},[(_vm.videoStatus !== 2)?_c('span',{staticClass:"close",on:{"click":function () {
7302
7374
  _vm.setMultiVideoShow(false);
7303
7375
  _vm.setRoomId('');
7304
7376
  _vm.setVideoMembers([]);
@@ -7316,10 +7388,10 @@ var multiVideovue_type_template_id_3ae72c58_scoped_true_render = function () {va
7316
7388
  _vm.currentItem = item;
7317
7389
  }
7318
7390
  }}},[(item.status !== 3 || item.videoStatus === 0 || _vm.currentItem.username == item.username)?_c('img',{class:{ waiting: item.status !== 3 },staticStyle:{"position":"absolute","left":"calc(50% - 40px)","top":"calc(50% - 40px)"},attrs:{"src":__webpack_require__("0310")},on:{"click":function($event){return _vm.handleImgClick(item)}}}):_vm._e(),(item.username !== _vm.username && _vm.isOrganizer)?_c('div',{staticClass:"header"},[_c('a-popover',{attrs:{"placement":"bottomLeft","getPopupContainer":_vm.getPopupContainer}},[_c('template',{slot:"content"},[_c('ul',{staticClass:"streamOperate",staticStyle:{"cursor":"pointer"}},[(item.status === 3)?_c('li',{on:{"click":function($event){return _vm.handleVideoManage(item, 'voice')}}},[_c('img',{attrs:{"src":__webpack_require__("8b03"),"width":"24"}}),_vm._v(_vm._s(item.voiceStatus === 1 ? '静音' : '取消静音')+" ")]):_vm._e(),(item.status !== 3)?_c('li',{on:{"click":function($event){return _vm.handleVideoManage(item, 'recall')}}},[_c('img',{attrs:{"src":__webpack_require__("bf73"),"width":"24"}}),_vm._v("重新呼叫 ")]):_vm._e(),_c('li',{on:{"click":function($event){return _vm.handleRemoveConfirm(item)}}},[_c('img',{attrs:{"src":__webpack_require__("bf73"),"width":"24"}}),_vm._v("移除 ")])])]),_c('img',{attrs:{"src":__webpack_require__("3155"),"width":"20"}})],2)],1):_vm._e(),(_vm.videoMode === 1)?_c('div',{staticClass:"customer-portrait",class:{ waiting: item.status !== 3 }},[_c('img',{attrs:{"src":__webpack_require__("0310")}})]):_vm._e(),_c('div',{staticClass:"footer"},[_c('div',{staticClass:"info"},[_c('span',{staticClass:"name"},[_vm._v(_vm._s(item.username !== _vm.username ? item.name : _vm.serviceName))]),(item.status !== 3)?_c('span',{staticClass:"status"},[_vm._v(_vm._s(item.statusDesc))]):_vm._e()]),(item.voiceStatus === 0 && item.status === 3)?_c('span',{staticClass:"voice"},[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (item.voiceStatus ? 'voice' : 'no-voiced') + ".png"),"width":"20"}})]):_vm._e()])])}),0)])]:_vm._e(),_c('a-modal',{attrs:{"title":"结束通话","zIndex":3000},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[(_vm.isOrganizer)?_c('p',[_vm._v(" 如果自己离开,仅自己挂断;结束通话,所有参会成员将被挂断 ")]):_vm._e(),_c('div',{attrs:{"slot":"footer"},slot:"footer"},[_c('a-button',{on:{"click":function () { return (_vm.visible = false); }}},[_vm._v("取消")]),_c('a-button',{on:{"click":function($event){return _vm.handleLeaveMeeting(1)}}},[_vm._v("自己离开")]),(_vm.isOrganizer)?_c('a-button',{staticStyle:{"background":"#F57365","border-color":"#F57365"},attrs:{"type":"danger"},on:{"click":function($event){return _vm.handleLeaveMeeting(0)}}},[_vm._v("结束通话")]):_vm._e()],1)]),_vm._m(0)],2)}
7319
- var multiVideovue_type_template_id_3ae72c58_scoped_true_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticStyle:{"display":"none"},attrs:{"id":"template"}},[_c('ul',{staticClass:"streamOperate"},[_c('li',{attrs:{"data-type":"voice"}},[_c('img',{attrs:{"src":__webpack_require__("8b03"),"width":"24"}}),_vm._v("静音")]),_c('li',{attrs:{"data-type":"remove"}},[_c('img',{attrs:{"src":__webpack_require__("bf73"),"width":"24"}}),_vm._v("移除 ")])])])}]
7391
+ var multiVideovue_type_template_id_b055a378_scoped_true_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticStyle:{"display":"none"},attrs:{"id":"template"}},[_c('ul',{staticClass:"streamOperate"},[_c('li',{attrs:{"data-type":"voice"}},[_c('img',{attrs:{"src":__webpack_require__("8b03"),"width":"24"}}),_vm._v("静音")]),_c('li',{attrs:{"data-type":"remove"}},[_c('img',{attrs:{"src":__webpack_require__("bf73"),"width":"24"}}),_vm._v("移除 ")])])])}]
7320
7392
 
7321
7393
 
7322
- // CONCATENATED MODULE: ./packages/multi-chat/chat/multiVideo.vue?vue&type=template&id=3ae72c58&scoped=true&
7394
+ // CONCATENATED MODULE: ./packages/multi-chat/chat/multiVideo.vue?vue&type=template&id=b055a378&scoped=true&
7323
7395
 
7324
7396
  // EXTERNAL MODULE: external "core-js/modules/es.array.from.js"
7325
7397
  var es_array_from_js_ = __webpack_require__("4362");
@@ -7549,6 +7621,7 @@ var multiVideovue_type_script_lang_js_components;
7549
7621
 
7550
7622
 
7551
7623
 
7624
+
7552
7625
  var videoStatus = {
7553
7626
  1: '未接听',
7554
7627
  2: '未接听',
@@ -7587,7 +7660,7 @@ var videoStatus = {
7587
7660
  };
7588
7661
  },
7589
7662
  props: ['addvisible', 'validTalkingEnv'],
7590
- computed: Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, Object(helper["b" /* mapGetters */])(['userInfo'])), Object(helper["d" /* mapState */])(['currentSip'])), Object(helper["b" /* mapGetters */])(['videoStatus', 'videoId', 'serviceId', 'roomId', 'sdkAppId', 'sdkInfo', 'userSig', 'multiVideoShow', 'videoMembers', 'recordId', 'assemblyId', 'sessionId', 'videoListChange', 'videoData', 'videoMode'])), {}, {
7663
+ computed: Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, Object(helper["b" /* mapGetters */])(['userInfo'])), Object(helper["d" /* mapState */])(['currentSip'])), Object(helper["b" /* mapGetters */])(['videoStatus', 'videoId', 'serviceId', 'roomId', 'sdkAppId', 'sdkInfo', 'userSig', 'multiVideoShow', 'videoMembers', 'recordId', 'assemblyId', 'sessionId', 'videoListChange', 'videoData', 'videoMode', 'curScrollItem', 'clientId', 'isServer'])), {}, {
7591
7664
  serviceName: function serviceName() {
7592
7665
  var _this$userInfo, _this$userInfo$sysPar;
7593
7666
 
@@ -7854,13 +7927,29 @@ var videoStatus = {
7854
7927
 
7855
7928
 
7856
7929
  if (_this4.uniRTC) {
7857
- var _data$map;
7930
+ var _this4$curScrollItem;
7931
+
7932
+ console.log('this.curScrollItem', _this4.curScrollItem);
7933
+ var curScrollItemParams = JSON.parse((_this4$curScrollItem = _this4.curScrollItem) === null || _this4$curScrollItem === void 0 ? void 0 : _this4$curScrollItem.params);
7934
+ Object(utils["d" /* getClientDeviceToken */])(curScrollItemParams.customerId).then(function (tokenRes) {
7935
+ var _data$map;
7936
+
7937
+ var targetInfo = ((_data$map = data.map) === null || _data$map === void 0 ? void 0 : _data$map.targetList) || [];
7858
7938
 
7859
- var targetList = ((_data$map = data.map) === null || _data$map === void 0 ? void 0 : _data$map.targetList) || [];
7939
+ if (!tokenRes) {
7940
+ return;
7941
+ }
7860
7942
 
7861
- _this4.checkStatus(targetList);
7943
+ var targetList = [{
7944
+ deviceToken: tokenRes.deviceToken,
7945
+ username: targetInfo[0].username,
7946
+ token: targetInfo[0].token
7947
+ }];
7862
7948
 
7863
- _this4.startCall(targetList);
7949
+ _this4.checkStatus(targetList);
7950
+
7951
+ _this4.startCall(targetList);
7952
+ });
7864
7953
  }
7865
7954
  } else {
7866
7955
  data.resultMsg && _this4.$message.warning(data.resultMsg);
@@ -8772,8 +8861,8 @@ var videoStatus = {
8772
8861
  });
8773
8862
  // CONCATENATED MODULE: ./packages/multi-chat/chat/multiVideo.vue?vue&type=script&lang=js&
8774
8863
  /* harmony default export */ var chat_multiVideovue_type_script_lang_js_ = (multiVideovue_type_script_lang_js_);
8775
- // EXTERNAL MODULE: ./packages/multi-chat/chat/multiVideo.vue?vue&type=style&index=0&id=3ae72c58&lang=less&scoped=true&
8776
- var multiVideovue_type_style_index_0_id_3ae72c58_lang_less_scoped_true_ = __webpack_require__("f6d0");
8864
+ // EXTERNAL MODULE: ./packages/multi-chat/chat/multiVideo.vue?vue&type=style&index=0&id=b055a378&lang=less&scoped=true&
8865
+ var multiVideovue_type_style_index_0_id_b055a378_lang_less_scoped_true_ = __webpack_require__("62ac");
8777
8866
 
8778
8867
  // CONCATENATED MODULE: ./packages/multi-chat/chat/multiVideo.vue
8779
8868
 
@@ -8786,17 +8875,17 @@ var multiVideovue_type_style_index_0_id_3ae72c58_lang_less_scoped_true_ = __webp
8786
8875
 
8787
8876
  var multiVideo_component = Object(componentNormalizer["a" /* default */])(
8788
8877
  chat_multiVideovue_type_script_lang_js_,
8789
- multiVideovue_type_template_id_3ae72c58_scoped_true_render,
8790
- multiVideovue_type_template_id_3ae72c58_scoped_true_staticRenderFns,
8878
+ multiVideovue_type_template_id_b055a378_scoped_true_render,
8879
+ multiVideovue_type_template_id_b055a378_scoped_true_staticRenderFns,
8791
8880
  false,
8792
8881
  null,
8793
- "3ae72c58",
8882
+ "b055a378",
8794
8883
  null
8795
8884
 
8796
8885
  )
8797
8886
 
8798
8887
  /* harmony default export */ var multiVideo = (multiVideo_component.exports);
8799
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/videoVoiceList.vue?vue&type=template&id=1ccaa4fa&scoped=true&
8888
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/videoVoiceList.vue?vue&type=template&id=1ccaa4fa&scoped=true&
8800
8889
  var videoVoiceListvue_type_template_id_1ccaa4fa_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"videoVoiceList-page"},[_c('div',{staticClass:"header",on:{"click":_vm.closeVideoList}},[_c('p',[_vm._v(_vm._s(_vm.listTitle))]),_c('a-icon',{attrs:{"type":"down"}})],1),(!_vm.noData)?_c('div',{staticClass:"videoVoiceList-container"},[(_vm.videoRecord.length)?_c('div',{staticClass:"top-wrap"},[_vm._l((_vm.videoRecord),function(item,index){return [_c('div',{key:index,staticClass:"video-record"},[_c('div',{staticClass:"title"},[_c('i'),_c('span',[_vm._v(" "+_vm._s(_vm.videoName(item, item.caller && item.caller.name))+" ")])]),_c('div',{staticClass:"content"},[_c('span',[_vm._v(_vm._s(_vm.handleGoing(item)))]),_c('span',{staticClass:"add-chat",on:{"click":function($event){return _vm.handleVideoEnter(item)}}},[_vm._v(" 加入通话 ")])])])]})],2):_vm._e(),(_vm.videoVoiceList.length)?_c('div',{staticClass:"list-wrap"},[_vm._l((_vm.videoVoiceList),function(item,index){return [_c('div',{key:index,staticClass:"list-item"},[_c('div',{staticClass:"left-icon"},[_c('img',{attrs:{"src":item.portrait ? item.portrait : __webpack_require__("683c"),"alt":""}})]),_c('div',{staticClass:"right-wrap",class:{ 'chat-cancel': item.kind == 2 && item.status == 3 }},[_c('div',{staticClass:"right-title"},[_vm._v(" "+_vm._s(_vm.videoName(item, item.callerName))+" ")]),_c('div',{staticClass:"right-content"},[_c('div',[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.formatCallImg(item)) + ".png"),"alt":""}}),_c('span',[_vm._v(_vm._s(item.mode == 1 ? '语音' : '视频'))]),(item.createdTime)?[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime))+" ")]:_vm._e()],2),(item.duration)?_c('span',[_vm._v(" "+_vm._s(_vm.formatSeconds(item.duration))+" ")]):_vm._e()])])])]})],2):_vm._e()]):_vm._e(),(_vm.noData)?_c('div',{staticClass:"no-data"},[_vm._v("无历史数据")]):_vm._e()])}
8801
8890
  var videoVoiceListvue_type_template_id_1ccaa4fa_scoped_true_staticRenderFns = []
8802
8891
 
@@ -9061,7 +9150,7 @@ var videoVoiceList_component = Object(componentNormalizer["a" /* default */])(
9061
9150
  )
9062
9151
 
9063
9152
  /* harmony default export */ var videoVoiceList = (videoVoiceList_component.exports);
9064
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/addConference.vue?vue&type=template&id=5f5782fa&scoped=true&
9153
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/addConference.vue?vue&type=template&id=5f5782fa&scoped=true&
9065
9154
  var addConferencevue_type_template_id_5f5782fa_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"addConference-page"},[_c('a-form-model',{ref:"conferenceForm",attrs:{"model":_vm.conferenceForm,"rules":_vm.conferenceRules}},[_c('a-form-model-item',{attrs:{"prop":"memberList"}},[_c('a-checkbox-group',{directives:[{name:"show",rawName:"v-show",value:(false),expression:"false"}],model:{value:(_vm.conferenceForm.memberList),callback:function ($$v) {_vm.$set(_vm.conferenceForm, "memberList", $$v)},expression:"conferenceForm.memberList"}}),_c('p',{staticClass:"add-p",on:{"click":_vm.addConferenceMember}},[_c('a-icon',{staticStyle:{"margin-right":"4px"},attrs:{"type":"plus-circle"}}),_vm._v("添加成员 ")],1),_vm._l((_vm.conferenceMemberList),function(item){return _c('a-tag',{key:item.userId,attrs:{"closable":""},on:{"close":function () { return _vm.handleRemove(item); }}},[_vm._v(_vm._s(item.userName))])})],2),(_vm.conferenceMemberList && _vm.conferenceMemberList.length > 1)?_c('a-form-model-item',{attrs:{"has-feedback":"","label":(_vm.conferenceTitle + "名称"),"prop":"title"}},[_c('a-input',{attrs:{"placeholder":"请输入","maxLength":20},model:{value:(_vm.conferenceForm.title),callback:function ($$v) {_vm.$set(_vm.conferenceForm, "title", $$v)},expression:"conferenceForm.title"}})],1):_vm._e(),(_vm.isListClassify)?_c('a-form-model-item',{attrs:{"has-feedback":"","label":(_vm.conferenceTitle + "类型"),"prop":"classify"}},[_c('a-select',{attrs:{"placeholder":"请选择"},model:{value:(_vm.conferenceForm.classify),callback:function ($$v) {_vm.$set(_vm.conferenceForm, "classify", $$v)},expression:"conferenceForm.classify"}},_vm._l((_vm.classifyList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.classify}},[_vm._v(" "+_vm._s(item.name)+" ")])}),1)],1):_vm._e(),_c('a-form-model-item',{attrs:{"prop":"allowAdd"}},[_c('a-checkbox',{model:{value:(_vm.conferenceForm.allowAdd),callback:function ($$v) {_vm.$set(_vm.conferenceForm, "allowAdd", $$v)},expression:"conferenceForm.allowAdd"}},[_vm._v(" 允许自由添加成员 ")])],1)],1)],1)}
9066
9155
  var addConferencevue_type_template_id_5f5782fa_scoped_true_staticRenderFns = []
9067
9156
 
@@ -9289,7 +9378,7 @@ var addConference_component = Object(componentNormalizer["a" /* default */])(
9289
9378
  )
9290
9379
 
9291
9380
  /* harmony default export */ var addConference = (addConference_component.exports);
9292
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/classify-tabs.vue?vue&type=template&id=4fd445da&scoped=true&
9381
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/classify-tabs.vue?vue&type=template&id=4fd445da&scoped=true&
9293
9382
  var classify_tabsvue_type_template_id_4fd445da_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"classify-tabs"},[_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.showPrev),expression:"showPrev"}],staticClass:"classify-icon left",attrs:{"type":"left"},on:{"click":_vm.handlePrev}}),_c('div',{ref:"wrapper",staticClass:"classify-wrapper"},[_c('div',{staticClass:"classify-scroll",style:({ transform: ("translateX(" + _vm.offset + "px)") })},_vm._l((_vm.list),function(item){return _c('div',{key:item.classify,staticClass:"classify-item",class:{ active: item.classify === _vm.classify },on:{"click":function($event){return _vm.handleClick($event, item)}}},[_vm._t("default",null,{"item":item})],2)}),0)]),_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.showNext),expression:"showNext"}],staticClass:"classify-icon right",attrs:{"type":"right"},on:{"click":_vm.handleNext}})],1)}
9294
9383
  var classify_tabsvue_type_template_id_4fd445da_scoped_true_staticRenderFns = []
9295
9384
 
@@ -10307,6 +10396,8 @@ var chatvue_type_script_lang_js_components;
10307
10396
  _this7.subscribeOfflineSessionStatistic();
10308
10397
 
10309
10398
  _this7.subscribeMessageRecord();
10399
+
10400
+ _this7.subscribeUserStatus();
10310
10401
  },
10311
10402
  errorCb: function errorCb(_err, count) {
10312
10403
  _this7.reConnention = count;
@@ -10324,46 +10415,58 @@ var chatvue_type_script_lang_js_components;
10324
10415
  });
10325
10416
  },
10326
10417
 
10418
+ /* 订阅客服状态更新 */
10419
+ subscribeUserStatus: function subscribeUserStatus() {
10420
+ var _this9 = this;
10421
+
10422
+ this.stompClient.subscribe("/topic/updateStatus/".concat(this.serviceId), function (response) {
10423
+ // let res = JSON.parse(response.body);
10424
+ console.log('客服状态改变');
10425
+ var refDom = _this9.$refs['scrollList-session'][0];
10426
+ refDom === null || refDom === void 0 ? void 0 : refDom.getSessionList();
10427
+ });
10428
+ },
10429
+
10327
10430
  /* 订阅排队列表人数及未读消息数 */
10328
10431
  subscribeQueueStatistic: function subscribeQueueStatistic() {
10329
- var _this9 = this;
10432
+ var _this10 = this;
10330
10433
 
10331
10434
  this.stompClient.subscribe("/topic/queueStatistic/".concat(this.queueKey), function (response) {
10332
- _this9.setQueueStatistic(JSON.parse(response.body));
10435
+ _this10.setQueueStatistic(JSON.parse(response.body));
10333
10436
  });
10334
10437
  },
10335
10438
 
10336
10439
  /* 订阅会话列表人数及未读消息数 */
10337
10440
  subscribeSessionStatistic: function subscribeSessionStatistic() {
10338
- var _this10 = this;
10441
+ var _this11 = this;
10339
10442
 
10340
10443
  this.stompClient.subscribe("/user/" + this.serviceId + "/onlineSessionStatistic", function (response) {
10341
- _this10.setSessionStatistic(JSON.parse(response.body));
10444
+ _this11.setSessionStatistic(JSON.parse(response.body));
10342
10445
  });
10343
10446
  },
10344
10447
 
10345
10448
  /* 订阅已结束会话列表人数及未读消息数 */
10346
10449
  subscribeOfflineSessionStatistic: function subscribeOfflineSessionStatistic() {
10347
- var _this11 = this;
10450
+ var _this12 = this;
10348
10451
 
10349
10452
  this.stompClient.subscribe('/user/' + this.serviceId + '/offlineSessionStatistic', function (response) {
10350
- _this11.setOfflineSessionStatistic(JSON.parse(response.body));
10453
+ _this12.setOfflineSessionStatistic(JSON.parse(response.body));
10351
10454
  });
10352
10455
  },
10353
10456
  // 订阅消息已读回执
10354
10457
  subscribeMessageRecord: function subscribeMessageRecord() {
10355
- var _this12 = this;
10458
+ var _this13 = this;
10356
10459
 
10357
10460
  this.stompClient.subscribe('/user/' + this.serviceId + '/msgReadStatus', function (response) {
10358
- if (!_this12.sessionId) return;
10461
+ if (!_this13.sessionId) return;
10359
10462
  var body = JSON.parse(response.body);
10360
- if ((body === null || body === void 0 ? void 0 : body.sessionId) !== _this12.sessionId) return;
10463
+ if ((body === null || body === void 0 ? void 0 : body.sessionId) !== _this13.sessionId) return;
10361
10464
  var readStatus = (body === null || body === void 0 ? void 0 : body.readStatus) || {};
10362
10465
  var keys = Object.keys(readStatus);
10363
10466
  if (keys.length < 1) return;
10364
10467
  var idxs = {};
10365
10468
  var hasSending = false;
10366
- var msgList = _this12.msgList;
10469
+ var msgList = _this13.msgList;
10367
10470
  msgList.forEach(function (item, i) {
10368
10471
  var id = item === null || item === void 0 ? void 0 : item.id;
10369
10472
 
@@ -10387,13 +10490,13 @@ var chatvue_type_script_lang_js_components;
10387
10490
  }
10388
10491
  });
10389
10492
 
10390
- _this12.setMsgRecordCache(hasSending ? Object.freeze(notFound) : {});
10493
+ _this13.setMsgRecordCache(hasSending ? Object.freeze(notFound) : {});
10391
10494
  });
10392
10495
  },
10393
10496
 
10394
10497
  /* 订阅消息 */
10395
10498
  subscribeMessage: function subscribeMessage() {
10396
- var _this13 = this;
10499
+ var _this14 = this;
10397
10500
 
10398
10501
  this.stompClient.subscribe('/user/' + this.serviceId + '/message', function (response) {
10399
10502
  var res = JSON.parse(response.body);
@@ -10406,130 +10509,130 @@ var chatvue_type_script_lang_js_components;
10406
10509
  portrait = res.portrait,
10407
10510
  readStatus = res.readStatus;
10408
10511
 
10409
- if (_this13.voiceAlert) {
10410
- _this13.$refs.msgTip.play();
10512
+ if (_this14.voiceAlert) {
10513
+ _this14.$refs.msgTip.play();
10411
10514
  } // 外部链接发送消息
10412
10515
 
10413
10516
 
10414
- if (from === _this13.serviceId && _this13.clientId === to) {
10415
- _this13.setIsAppendMsg(true);
10517
+ if (from === _this14.serviceId && _this14.clientId === to) {
10518
+ _this14.setIsAppendMsg(true);
10416
10519
 
10417
10520
  var _message = {
10418
10521
  readStatus: readStatus,
10419
10522
  content: body,
10420
10523
  fromId: from,
10421
10524
  fromName: fromName,
10422
- sessionId: _this13.sessionId,
10525
+ sessionId: _this14.sessionId,
10423
10526
  id: id,
10424
10527
  portrait: portrait
10425
10528
  };
10426
10529
 
10427
- _this13.setMessage(_message);
10530
+ _this14.setMessage(_message);
10428
10531
 
10429
- _this13.appendList([_message]);
10532
+ _this14.appendList([_message]);
10430
10533
  }
10431
10534
 
10432
- if (_this13.sessionId !== sessionId || !_this13.onChating && !_this13.closedSession) {
10535
+ if (_this14.sessionId !== sessionId || !_this14.onChating && !_this14.closedSession) {
10433
10536
  return;
10434
10537
  }
10435
10538
 
10436
- _this13.setIsAppendMsg(true);
10539
+ _this14.setIsAppendMsg(true);
10437
10540
 
10438
10541
  var message = {
10439
- senderFlag: from === _this13.serviceId ? 2 : 1,
10542
+ senderFlag: from === _this14.serviceId ? 2 : 1,
10440
10543
  readStatus: readStatus,
10441
10544
  content: body,
10442
10545
  fromId: from,
10443
10546
  fromName: fromName,
10444
- sessionId: _this13.sessionId,
10547
+ sessionId: _this14.sessionId,
10445
10548
  id: id,
10446
10549
  portrait: portrait
10447
10550
  };
10448
10551
 
10449
- _this13.setMessage(message);
10552
+ _this14.setMessage(message);
10450
10553
 
10451
- _this13.appendList([message]);
10554
+ _this14.appendList([message]);
10452
10555
  });
10453
10556
  },
10454
10557
 
10455
10558
  /* 订阅消息撤回 */
10456
10559
  subscribeRecallMessage: function subscribeRecallMessage() {
10457
- var _this14 = this;
10560
+ var _this15 = this;
10458
10561
 
10459
10562
  this.stompClient.subscribe('/user/' + this.serviceId + '/recallMessage', function (response) {
10460
10563
  var res = JSON.parse(response.body);
10461
10564
  var id = res.id; // 客服撤回
10462
10565
 
10463
- var msgList = _this14.msgList;
10566
+ var msgList = _this15.msgList;
10464
10567
  var msg = msgList.find(function (msg) {
10465
10568
  return msg.id == id;
10466
10569
  });
10467
10570
 
10468
10571
  if (msg) {
10469
- _this14.$set(msg, 'recallFlag', 1);
10572
+ _this15.$set(msg, 'recallFlag', 1);
10470
10573
 
10471
10574
  msg.recallFlag = 1;
10472
10575
 
10473
- _this14.setMsgList(msgList);
10576
+ _this15.setMsgList(msgList);
10474
10577
  }
10475
10578
  });
10476
10579
  },
10477
10580
 
10478
10581
  /* 订阅排队列表变化 */
10479
10582
  subscribeQueue: function subscribeQueue() {
10480
- var _this15 = this;
10583
+ var _this16 = this;
10481
10584
 
10482
10585
  this.stompClient.subscribe("/topic/clientQueue/".concat(this.queueKey), function (response) {
10483
- if (_this15.voiceAlert) {
10484
- _this15.$refs.msgTip.play();
10586
+ if (_this16.voiceAlert) {
10587
+ _this16.$refs.msgTip.play();
10485
10588
  }
10486
10589
 
10487
- if (_this15.currentTab !== 'queue') {
10590
+ if (_this16.currentTab !== 'queue') {
10488
10591
  return;
10489
10592
  }
10490
10593
 
10491
- _this15.setIsScrollListChange(true);
10594
+ _this16.setIsScrollListChange(true);
10492
10595
 
10493
- _this15.setListChangeItem(JSON.parse(response.body));
10596
+ _this16.setListChangeItem(JSON.parse(response.body));
10494
10597
  });
10495
10598
  },
10496
10599
 
10497
10600
  /* 订阅会话列表变化 */
10498
10601
  subscribeSession: function subscribeSession() {
10499
- var _this16 = this;
10602
+ var _this17 = this;
10500
10603
 
10501
10604
  this.stompClient.subscribe('/user/' + this.serviceId + '/sessionList', function (response) {
10502
- if (_this16.currentTab === 'queue') {
10605
+ if (_this17.currentTab === 'queue') {
10503
10606
  return;
10504
10607
  }
10505
10608
 
10506
10609
  var body = JSON.parse(response.body);
10507
10610
 
10508
- _this16.$nextTick(function () {
10509
- _this16.setIsScrollListChange(true);
10611
+ _this17.$nextTick(function () {
10612
+ _this17.setIsScrollListChange(true);
10510
10613
 
10511
- _this16.setListChangeItem(body);
10614
+ _this17.setListChangeItem(body);
10512
10615
 
10513
- if (_this16.isStaff) {
10514
- var refDom = _this16.$refs['scrollList-session'][0];
10616
+ if (_this17.isStaff) {
10617
+ var refDom = _this17.$refs['scrollList-session'][0];
10515
10618
  refDom === null || refDom === void 0 ? void 0 : refDom.scrollToItem(body.sessionId);
10516
10619
  }
10517
10620
  });
10518
10621
 
10519
- _this16.saveConferenceItem = body;
10622
+ _this17.saveConferenceItem = body;
10520
10623
 
10521
- if (_this16.isSaveConference) {
10522
- _this16.setCurScrollItem(_this16.saveConferenceItem);
10624
+ if (_this17.isSaveConference) {
10625
+ _this17.setCurScrollItem(_this17.saveConferenceItem);
10523
10626
 
10524
- _this16.isSaveConference = false;
10525
- _this16.saveConferenceItem = null;
10627
+ _this17.isSaveConference = false;
10628
+ _this17.saveConferenceItem = null;
10526
10629
  }
10527
10630
  });
10528
10631
  },
10529
10632
 
10530
10633
  /* 订阅视频邀请 */
10531
10634
  subscribeVideoInvite: function subscribeVideoInvite() {
10532
- var _this17 = this;
10635
+ var _this18 = this;
10533
10636
 
10534
10637
  this.stompClient.subscribe("/user/".concat(this.serviceId, "/videoChat/invite/notice"), function (response) {
10535
10638
  var res = JSON.parse(response.body);
@@ -10539,47 +10642,47 @@ var chatvue_type_script_lang_js_components;
10539
10642
  inviteResult = res.inviteResult;
10540
10643
 
10541
10644
  if (inviteResult == 0) {
10542
- _this17.setVideoMembers([]);
10645
+ _this18.setVideoMembers([]);
10543
10646
  }
10544
10647
 
10545
- _this17.setVideoData(res);
10648
+ _this18.setVideoData(res);
10546
10649
 
10547
- if (_this17.sessionId == sessionId) {
10650
+ if (_this18.sessionId == sessionId) {
10548
10651
  if (type == 2) {
10549
- _this17.setMultiVideoShow(true);
10652
+ _this18.setMultiVideoShow(true);
10550
10653
 
10551
- _this17.setVideoStatus(1);
10654
+ _this18.setVideoStatus(1);
10552
10655
 
10553
- _this17.setVideoData(res);
10656
+ _this18.setVideoData(res);
10554
10657
 
10555
- _this17.setVideoMode(mode);
10658
+ _this18.setVideoMode(mode);
10556
10659
  } else {
10557
- _this17.setShowAudio(true);
10660
+ _this18.setShowAudio(true);
10558
10661
 
10559
- _this17.setVideoData(res);
10662
+ _this18.setVideoData(res);
10560
10663
 
10561
- _this17.setVideoMode(mode);
10664
+ _this18.setVideoMode(mode);
10562
10665
  }
10563
10666
  } else {
10564
10667
  var roomId = res.roomId;
10565
10668
 
10566
- var callings = _this17.callings.filter(function (item) {
10669
+ var callings = _this18.callings.filter(function (item) {
10567
10670
  return item.roomId !== roomId;
10568
10671
  });
10569
10672
 
10570
- _this17.setCallings([res].concat(Object(toConsumableArray["a" /* default */])(callings)));
10673
+ _this18.setCallings([res].concat(Object(toConsumableArray["a" /* default */])(callings)));
10571
10674
  }
10572
10675
  });
10573
10676
  },
10574
10677
 
10575
10678
  /* 订阅视频确认接入 */
10576
10679
  subscribeVideoConfirm: function subscribeVideoConfirm() {
10577
- var _this18 = this;
10680
+ var _this19 = this;
10578
10681
 
10579
10682
  this.stompClient.subscribe("/user/".concat(this.serviceId, "/videoChat/inviteEnter/notice"), function (response) {
10580
10683
  var res = JSON.parse(response.body);
10581
10684
 
10582
- _this18.setMultiVideoShow(false);
10685
+ _this19.setMultiVideoShow(false);
10583
10686
 
10584
10687
  var inviteResult = res.inviteResult,
10585
10688
  callee = res.callee,
@@ -10589,12 +10692,12 @@ var chatvue_type_script_lang_js_components;
10589
10692
  recordId = res.recordId,
10590
10693
  type = res.type;
10591
10694
 
10592
- var realIndex = _this18.callings.findIndex(function (item) {
10695
+ var realIndex = _this19.callings.findIndex(function (item) {
10593
10696
  return item.sessionId === sessionId;
10594
10697
  });
10595
10698
 
10596
10699
  if (realIndex !== -1) {
10597
- _this18.callings.splice(realIndex, 1);
10700
+ _this19.callings.splice(realIndex, 1);
10598
10701
  }
10599
10702
 
10600
10703
  if (isCaller === 0) {
@@ -10602,16 +10705,16 @@ var chatvue_type_script_lang_js_components;
10602
10705
  }
10603
10706
 
10604
10707
  if (inviteResult === 0) {
10605
- if (callee !== _this18.serviceId) {
10606
- _this18.$message.warning("".concat(_this18.i18nText('1.9.329'), "!"));
10708
+ if (callee !== _this19.serviceId) {
10709
+ _this19.$message.warning("".concat(_this19.i18nText('1.9.329'), "!"));
10607
10710
 
10608
- _this18.setShowVideo(false);
10711
+ _this19.setShowVideo(false);
10609
10712
 
10610
- _this18.setShowAudio(false);
10713
+ _this19.setShowAudio(false);
10611
10714
 
10612
- _this18.setVideoData({});
10715
+ _this19.setVideoData({});
10613
10716
 
10614
- _this18.setVideoMembers([]);
10717
+ _this19.setVideoMembers([]);
10615
10718
  }
10616
10719
 
10617
10720
  return;
@@ -10619,20 +10722,20 @@ var chatvue_type_script_lang_js_components;
10619
10722
 
10620
10723
  if (type == 1) {
10621
10724
  if (mode == 2) {
10622
- _this18.setShowVideo(true);
10725
+ _this19.setShowVideo(true);
10623
10726
 
10624
- _this18.setShowAudio(false);
10727
+ _this19.setShowAudio(false);
10625
10728
  } else {
10626
- _this18.setShowVideo(false);
10729
+ _this19.setShowVideo(false);
10627
10730
 
10628
- _this18.setShowAudio(true);
10731
+ _this19.setShowAudio(true);
10629
10732
  }
10630
10733
  }
10631
10734
 
10632
- _this18.setVideoData(res);
10735
+ _this19.setVideoData(res);
10633
10736
 
10634
- _this18.$nextTick(function () {
10635
- _this18.setRecordId(recordId);
10737
+ _this19.$nextTick(function () {
10738
+ _this19.setRecordId(recordId);
10636
10739
  }); // this.setShowVideo(true);
10637
10740
  // this.setCaller(caller);
10638
10741
  // this.setRoomId(roomId);
@@ -10643,12 +10746,23 @@ var chatvue_type_script_lang_js_components;
10643
10746
 
10644
10747
  });
10645
10748
  },
10749
+ // 江苏通app接通
10750
+ subscribeAcceptedJST: function subscribeAcceptedJST(res) {
10751
+ var _this20 = this;
10752
+
10753
+ this.setShowVideo(true);
10754
+ this.setShowAudio(false);
10755
+ this.setVideoData(res);
10756
+ this.$nextTick(function () {
10757
+ _this20.setRecordId(res.recordId);
10758
+ });
10759
+ },
10646
10760
 
10647
10761
  /**
10648
10762
  * 视频通话记录变更
10649
10763
  */
10650
10764
  subscribeVideoRecord: function subscribeVideoRecord() {
10651
- var _this19 = this;
10765
+ var _this21 = this;
10652
10766
 
10653
10767
  this.stompClient.subscribe("/user/".concat(this.serviceId, "/videoChat/userRecord"), function (response) {
10654
10768
  var res = JSON.parse(response.body);
@@ -10657,63 +10771,63 @@ var chatvue_type_script_lang_js_components;
10657
10771
 
10658
10772
  if (opt == 0) {
10659
10773
  if (caller.status == 1) {
10660
- _this19.setVideoRecord([res].concat(_this19.videoRecord));
10774
+ _this21.setVideoRecord([res].concat(_this21.videoRecord));
10661
10775
  } else {
10662
- _this19.videoRecord.splice(1, 0, res);
10776
+ _this21.videoRecord.splice(1, 0, res);
10663
10777
  }
10664
10778
  } else {
10665
- var restList = _this19.videoRecord.filter(function (item) {
10779
+ var restList = _this21.videoRecord.filter(function (item) {
10666
10780
  return item.id != res.id;
10667
10781
  });
10668
10782
 
10669
- _this19.setVideoRecord(restList);
10783
+ _this21.setVideoRecord(restList);
10670
10784
 
10671
- _this19.getVideoHistoryList();
10785
+ _this21.getVideoHistoryList();
10672
10786
  }
10673
10787
  });
10674
10788
  },
10675
10789
 
10676
10790
  /* 订阅视频挂断 */
10677
10791
  subscribeVideoClose: function subscribeVideoClose() {
10678
- var _this20 = this;
10792
+ var _this22 = this;
10679
10793
 
10680
10794
  this.stompClient.subscribe("/user/".concat(this.serviceId, "/videoChat/hangUp/notice"), function () {
10681
- _this20.$message.success('通话结束!');
10795
+ _this22.$message.success('通话结束!');
10682
10796
 
10683
- _this20.setShowVideo(false);
10797
+ _this22.setShowVideo(false);
10684
10798
 
10685
- _this20.setRoomId(null);
10799
+ _this22.setRoomId(null);
10686
10800
 
10687
- _this20.setRecordId('');
10801
+ _this22.setRecordId('');
10688
10802
 
10689
- _this20.setMultiVideoShow(false);
10803
+ _this22.setMultiVideoShow(false);
10690
10804
 
10691
- _this20.setVideoData({});
10805
+ _this22.setVideoData({});
10692
10806
 
10693
- _this20.setMuteAudio(false);
10807
+ _this22.setMuteAudio(false);
10694
10808
  });
10695
10809
  },
10696
10810
 
10697
10811
  /* 订阅延时提醒 */
10698
10812
  subscribeDelay: function subscribeDelay() {
10699
- var _this21 = this;
10813
+ var _this23 = this;
10700
10814
 
10701
10815
  this.stompClient.subscribe("/user/".concat(this.serviceId, "/countdownNotice"), function (response) {
10702
10816
  var res = JSON.parse(response.body);
10703
10817
 
10704
- var realIndex = _this21.delays.findIndex(function (item) {
10818
+ var realIndex = _this23.delays.findIndex(function (item) {
10705
10819
  return item.sessionId === res.sessionId;
10706
10820
  });
10707
10821
 
10708
10822
  if (realIndex === -1 && res.countdown > 0) {
10709
- _this21.setDelays([res].concat(Object(toConsumableArray["a" /* default */])(_this21.delays)));
10823
+ _this23.setDelays([res].concat(Object(toConsumableArray["a" /* default */])(_this23.delays)));
10710
10824
  }
10711
10825
  });
10712
10826
  },
10713
10827
 
10714
10828
  /* 订阅延时后的会话时长 */
10715
10829
  subscribeUpdateCountdown: function subscribeUpdateCountdown() {
10716
- var _this22 = this;
10830
+ var _this24 = this;
10717
10831
 
10718
10832
  this.stompClient.subscribe("/user/".concat(this.serviceId, "/updateCountdown"), function (response) {
10719
10833
  var res = JSON.parse(response.body);
@@ -10721,10 +10835,10 @@ var chatvue_type_script_lang_js_components;
10721
10835
  sessionId = res.sessionId,
10722
10836
  countdownDesc = res.countdownDesc;
10723
10837
 
10724
- _this22.removeDelay(sessionId);
10838
+ _this24.removeDelay(sessionId);
10725
10839
 
10726
- if (sessionId === _this22.sessionId) {
10727
- _this22.setChatTimer({
10840
+ if (sessionId === _this24.sessionId) {
10841
+ _this24.setChatTimer({
10728
10842
  countdown: countdown,
10729
10843
  countdownDesc: countdownDesc
10730
10844
  });
@@ -10734,30 +10848,30 @@ var chatvue_type_script_lang_js_components;
10734
10848
 
10735
10849
  /* 订阅客服关闭会话 */
10736
10850
  subscribeSessionClose: function subscribeSessionClose() {
10737
- var _this23 = this;
10851
+ var _this25 = this;
10738
10852
 
10739
10853
  this.stompClient.subscribe("/user/".concat(this.serviceId, "/closeSession"), function (response) {
10740
10854
  var res = JSON.parse(response.body);
10741
10855
  var sessionId = res.sessionId;
10742
- if (sessionId !== _this23.sessionId) return;
10856
+ if (sessionId !== _this25.sessionId) return;
10743
10857
 
10744
- _this23.$message.success(_this23.i18nText('1.9.330'));
10858
+ _this25.$message.success(_this25.i18nText('1.9.330'));
10745
10859
 
10746
- _this23.removeDelay(sessionId);
10860
+ _this25.removeDelay(sessionId);
10747
10861
 
10748
- _this23.setOnChating(false);
10862
+ _this25.setOnChating(false);
10749
10863
 
10750
- _this23.setSessionId(null);
10864
+ _this25.setSessionId(null);
10751
10865
 
10752
- _this23.setMsgList();
10866
+ _this25.setMsgList();
10753
10867
 
10754
- _this23.setChatTimer();
10868
+ _this25.setChatTimer();
10755
10869
 
10756
- _this23.setSessionEnd(true);
10870
+ _this25.setSessionEnd(true);
10757
10871
 
10758
- _this23.setClientId(null);
10872
+ _this25.setClientId(null);
10759
10873
 
10760
- _this23.setCurScrollItem();
10874
+ _this25.setCurScrollItem();
10761
10875
  });
10762
10876
  },
10763
10877
  handleTabChange: function handleTabChange(key) {
@@ -10811,7 +10925,7 @@ var chatvue_type_script_lang_js_components;
10811
10925
  this.setDelays(delays);
10812
10926
  },
10813
10927
  handleMove: function handleMove(e) {
10814
- var _this24 = this;
10928
+ var _this26 = this;
10815
10929
 
10816
10930
  var currentTarget = e.currentTarget;
10817
10931
  var disX = e.clientX - currentTarget.offsetLeft;
@@ -10820,8 +10934,8 @@ var chatvue_type_script_lang_js_components;
10820
10934
  document.onmousemove = function (e) {
10821
10935
  var left = e.clientX - disX;
10822
10936
  var top = e.clientY - disY;
10823
- _this24.positionX = top;
10824
- _this24.positionY = left;
10937
+ _this26.positionX = top;
10938
+ _this26.positionY = left;
10825
10939
  currentTarget.style.left = left + 'px';
10826
10940
  currentTarget.style.right = 'auto';
10827
10941
  currentTarget.style.top = top + 'px';
@@ -10885,7 +10999,7 @@ var chatvue_type_script_lang_js_components;
10885
10999
  })) === null || _funs$find2 === void 0 ? void 0 : _funs$find2.isChecked) === 'Y';
10886
11000
  },
10887
11001
  getListStatistic: function getListStatistic() {
10888
- var _this25 = this;
11002
+ var _this27 = this;
10889
11003
 
10890
11004
  chatFetch_default.a.get('/chat/service/getListStatistic', {
10891
11005
  params: {
@@ -10900,21 +11014,31 @@ var chatvue_type_script_lang_js_components;
10900
11014
  queueStatistic = _data$map2.queueStatistic,
10901
11015
  offlineSessionStatistic = _data$map2.offlineSessionStatistic;
10902
11016
 
10903
- _this25.setSessionStatistic(sessionStatistic);
11017
+ _this27.setSessionStatistic(sessionStatistic);
10904
11018
 
10905
- _this25.setQueueStatistic(queueStatistic);
11019
+ _this27.setQueueStatistic(queueStatistic);
10906
11020
 
10907
- _this25.setOfflineSessionStatistic(offlineSessionStatistic);
11021
+ _this27.setOfflineSessionStatistic(offlineSessionStatistic);
10908
11022
 
10909
- console.log(_this25.$data.queueStatistic, '....');
11023
+ console.log(_this27.$data.queueStatistic, '....');
10910
11024
  }
10911
11025
  });
10912
11026
  },
11027
+ getRefuseParam: function getRefuseParam() {
11028
+ var _this$curScrollItem;
11029
+
11030
+ var curScrollItemParams = JSON.parse((_this$curScrollItem = this.curScrollItem) === null || _this$curScrollItem === void 0 ? void 0 : _this$curScrollItem.params);
11031
+ return {
11032
+ userId: curScrollItemParams.vaa01,
11033
+ orgId: curScrollItemParams.orgId,
11034
+ assemblyId: this.assemblyId
11035
+ };
11036
+ },
10913
11037
  // 获取视频sdk
10914
11038
  getSdkAppId: function getSdkAppId() {
10915
11039
  var _this$userInfo2,
10916
11040
  _this$userInfo2$sysPa,
10917
- _this26 = this;
11041
+ _this28 = this;
10918
11042
 
10919
11043
  chatFetch_default.a.get('/chat/access/getMediaAuth', {
10920
11044
  params: {
@@ -10933,7 +11057,7 @@ var chatvue_type_script_lang_js_components;
10933
11057
  turnUsername = _data$obj.turnUsername,
10934
11058
  turnCredential = _data$obj.turnCredential;
10935
11059
 
10936
- _this26.setSdkInfo({
11060
+ _this28.setSdkInfo({
10937
11061
  sdkAppId: sdkAppId,
10938
11062
  host: host,
10939
11063
  vendor: vendor,
@@ -10945,9 +11069,10 @@ var chatvue_type_script_lang_js_components;
10945
11069
 
10946
11070
 
10947
11071
  if (vendor == 3) {
10948
- _this26.initUniRTC(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, data.obj), {}, {
11072
+ _this28.initUniRTC(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, data.obj), {}, {
11073
+ vueSelf: _this28,
10949
11074
  params: {
10950
- assemblyId: _this26.assemblyId
11075
+ assemblyId: _this28.assemblyId
10951
11076
  }
10952
11077
  }));
10953
11078
  }
@@ -10955,11 +11080,11 @@ var chatvue_type_script_lang_js_components;
10955
11080
  });
10956
11081
  },
10957
11082
  validTalkingEnv: function validTalkingEnv() {
10958
- var _this27 = this;
11083
+ var _this29 = this;
10959
11084
 
10960
11085
  return Object(utils["b" /* checkTalkingEnv */])(this.assemblyId, this.sdkInfo).then(function (res) {
10961
11086
  if (!res.status) {
10962
- _this27.$message.error(res.message);
11087
+ _this29.$message.error(res.message);
10963
11088
  }
10964
11089
 
10965
11090
  return res;
@@ -10967,7 +11092,7 @@ var chatvue_type_script_lang_js_components;
10967
11092
  },
10968
11093
  // 获取群组人员
10969
11094
  getGroupMembers: function getGroupMembers() {
10970
- var _this28 = this;
11095
+ var _this30 = this;
10971
11096
 
10972
11097
  this.onlyGroup();
10973
11098
  chatFetch_default.a.get('/chat/service/getSessionMember', {
@@ -10980,16 +11105,16 @@ var chatvue_type_script_lang_js_components;
10980
11105
  var data = _ref8.data;
10981
11106
 
10982
11107
  if (data.result === 'SUCCESS') {
10983
- var _this28$userInfo, _this28$userInfo$sysP;
11108
+ var _this30$userInfo, _this30$userInfo$sysP;
10984
11109
 
10985
11110
  var item = data.list.find(function (item) {
10986
11111
  return item.isOwner === 'Y';
10987
11112
  });
10988
11113
 
10989
- if (item.userId == ((_this28$userInfo = _this28.userInfo) === null || _this28$userInfo === void 0 ? void 0 : (_this28$userInfo$sysP = _this28$userInfo.sysParams) === null || _this28$userInfo$sysP === void 0 ? void 0 : _this28$userInfo$sysP.userId)) {
10990
- _this28.setIsSessionOwner(true);
11114
+ if (item.userId == ((_this30$userInfo = _this30.userInfo) === null || _this30$userInfo === void 0 ? void 0 : (_this30$userInfo$sysP = _this30$userInfo.sysParams) === null || _this30$userInfo$sysP === void 0 ? void 0 : _this30$userInfo$sysP.userId)) {
11115
+ _this30.setIsSessionOwner(true);
10991
11116
  } else {
10992
- _this28.setIsSessionOwner(false);
11117
+ _this30.setIsSessionOwner(false);
10993
11118
  }
10994
11119
 
10995
11120
  var index = data.list.findIndex(function (item) {
@@ -10997,27 +11122,27 @@ var chatvue_type_script_lang_js_components;
10997
11122
  });
10998
11123
  data.list.splice(index, 1);
10999
11124
  var arr = item ? [item] : [];
11000
- _this28.groupMembers = arr.concat(data.list);
11125
+ _this30.groupMembers = arr.concat(data.list);
11001
11126
 
11002
- _this28.setGroupMembers(_this28.groupMembers);
11127
+ _this30.setGroupMembers(_this30.groupMembers);
11003
11128
  }
11004
11129
  });
11005
11130
  },
11006
11131
  handleMemberRemoveConfirm: function handleMemberRemoveConfirm(item) {
11007
- var _this29 = this;
11132
+ var _this31 = this;
11008
11133
 
11009
11134
  this.$confirm({
11010
11135
  title: "\u662F\u5426\u79FB\u9664".concat(item.userName, "?"),
11011
11136
  okText: '确定',
11012
11137
  cancelText: '取消',
11013
11138
  onOk: function onOk() {
11014
- _this29.handleMemberRemove(item.userId);
11139
+ _this31.handleMemberRemove(item.userId);
11015
11140
  },
11016
11141
  onCancel: function onCancel() {}
11017
11142
  });
11018
11143
  },
11019
11144
  handleMemberRemove: function handleMemberRemove(userId) {
11020
- var _this30 = this;
11145
+ var _this32 = this;
11021
11146
 
11022
11147
  var index = this.groupMembers.findIndex(function (item) {
11023
11148
  return item.userId === userId;
@@ -11035,14 +11160,14 @@ var chatvue_type_script_lang_js_components;
11035
11160
  var _ref10 = data.map || {},
11036
11161
  sessionType = _ref10.sessionType;
11037
11162
 
11038
- sessionType && _this30.setSessionType(sessionType);
11163
+ sessionType && _this32.setSessionType(sessionType);
11039
11164
 
11040
- _this30.$message.success('删除成功!');
11165
+ _this32.$message.success('删除成功!');
11041
11166
  }
11042
11167
  });
11043
11168
  },
11044
11169
  getVideoRecord: function getVideoRecord() {
11045
- var _this31 = this;
11170
+ var _this33 = this;
11046
11171
 
11047
11172
  chatFetch_default.a.get('/chat/service/getVideoRecordList', {
11048
11173
  params: {
@@ -11052,27 +11177,27 @@ var chatvue_type_script_lang_js_components;
11052
11177
  var data = _ref11.data;
11053
11178
 
11054
11179
  if (data.result === 'SUCCESS') {
11055
- _this31.setVideoRecord(data.list);
11180
+ _this33.setVideoRecord(data.list);
11056
11181
  }
11057
11182
  });
11058
11183
  },
11059
11184
  handleVideoEnter: function handleVideoEnter(videoRecord) {
11060
- var _this32 = this;
11185
+ var _this34 = this;
11061
11186
 
11062
11187
  return Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
11063
- var _this32$userInfo, _this32$userInfo$sysP, _this32$userInfo2, _this32$userInfo2$sys;
11188
+ var _this34$userInfo, _this34$userInfo$sysP, _this34$userInfo2, _this34$userInfo2$sys;
11064
11189
 
11065
11190
  var valid, sip, isCaller, type, callee, roomId, caller, mode, sessionId, id, callerName, callerPortrait, expireTime, calleeName, calleePortrait, params;
11066
11191
  return regeneratorRuntime.wrap(function _callee3$(_context3) {
11067
11192
  while (1) {
11068
11193
  switch (_context3.prev = _context3.next) {
11069
11194
  case 0:
11070
- if (!(_this32.showVideo || _this32.showAudio || _this32.multiVideoShow)) {
11195
+ if (!(_this34.showVideo || _this34.showAudio || _this34.multiVideoShow)) {
11071
11196
  _context3.next = 6;
11072
11197
  break;
11073
11198
  }
11074
11199
 
11075
- if (!(_this32.videoData.recordId && videoRecord.id === _this32.videoData.recordId)) {
11200
+ if (!(_this34.videoData.recordId && videoRecord.id === _this34.videoData.recordId)) {
11076
11201
  _context3.next = 5;
11077
11202
  break;
11078
11203
  }
@@ -11080,11 +11205,11 @@ var chatvue_type_script_lang_js_components;
11080
11205
  return _context3.abrupt("return");
11081
11206
 
11082
11207
  case 5:
11083
- return _context3.abrupt("return", _this32.$message.warning('你当前有正在进行的通话,请退出当前通话后重试。'));
11208
+ return _context3.abrupt("return", _this34.$message.warning('你当前有正在进行的通话,请退出当前通话后重试。'));
11084
11209
 
11085
11210
  case 6:
11086
11211
  _context3.next = 8;
11087
- return _this32.validTalkingEnv();
11212
+ return _this34.validTalkingEnv();
11088
11213
 
11089
11214
  case 8:
11090
11215
  valid = _context3.sent;
@@ -11112,7 +11237,7 @@ var chatvue_type_script_lang_js_components;
11112
11237
 
11113
11238
  callerName = caller.name, callerPortrait = caller.portrait, expireTime = caller.expireTime;
11114
11239
  calleeName = callee.name, calleePortrait = callee.portrait;
11115
- _this32.videoInvited = {
11240
+ _this34.videoInvited = {
11116
11241
  roomId: roomId,
11117
11242
  callerName: callerName,
11118
11243
  callerPortrait: callerPortrait,
@@ -11129,9 +11254,9 @@ var chatvue_type_script_lang_js_components;
11129
11254
  recordId: id,
11130
11255
  isCaller: isCaller
11131
11256
  };
11132
- type == 1 ? _this32.setShowAudio(true) : _this32.setMultiVideoShow(true);
11257
+ type == 1 ? _this34.setShowAudio(true) : _this34.setMultiVideoShow(true);
11133
11258
 
11134
- _this32.setVideoData(_this32.videoInvited);
11259
+ _this34.setVideoData(_this34.videoInvited);
11135
11260
 
11136
11261
  return _context3.abrupt("return");
11137
11262
 
@@ -11139,9 +11264,9 @@ var chatvue_type_script_lang_js_components;
11139
11264
  // 单人 接入 video/audio
11140
11265
  // 多人 multiVideo 页面
11141
11266
  params = {
11142
- assemblyId: _this32.assemblyId,
11143
- orgId: (_this32$userInfo = _this32.userInfo) === null || _this32$userInfo === void 0 ? void 0 : (_this32$userInfo$sysP = _this32$userInfo.sysParams) === null || _this32$userInfo$sysP === void 0 ? void 0 : _this32$userInfo$sysP.orgId,
11144
- userId: (_this32$userInfo2 = _this32.userInfo) === null || _this32$userInfo2 === void 0 ? void 0 : (_this32$userInfo2$sys = _this32$userInfo2.sysParams) === null || _this32$userInfo2$sys === void 0 ? void 0 : _this32$userInfo2$sys.userId,
11267
+ assemblyId: _this34.assemblyId,
11268
+ orgId: (_this34$userInfo = _this34.userInfo) === null || _this34$userInfo === void 0 ? void 0 : (_this34$userInfo$sysP = _this34$userInfo.sysParams) === null || _this34$userInfo$sysP === void 0 ? void 0 : _this34$userInfo$sysP.orgId,
11269
+ userId: (_this34$userInfo2 = _this34.userInfo) === null || _this34$userInfo2 === void 0 ? void 0 : (_this34$userInfo2$sys = _this34$userInfo2.sysParams) === null || _this34$userInfo2$sys === void 0 ? void 0 : _this34$userInfo2$sys.userId,
11145
11270
  sessionId: videoRecord.sessionId,
11146
11271
  recordId: videoRecord.id,
11147
11272
  inviteResult: '1'
@@ -11159,50 +11284,50 @@ var chatvue_type_script_lang_js_components;
11159
11284
  var res = data.obj || data.map;
11160
11285
 
11161
11286
  if (!res) {
11162
- _this32.$message.warning(data.resultMsg);
11287
+ _this34.$message.warning(data.resultMsg);
11163
11288
 
11164
11289
  return;
11165
11290
  } // 江苏省接听
11166
11291
 
11167
11292
 
11168
- console.log('江苏省接听->videoInviteEnter', _this32.incoming);
11169
- _this32.uniRTC && _this32.acceptCall();
11293
+ console.log('江苏省接听->videoInviteEnter', _this34.incoming);
11294
+ _this34.uniRTC && _this34.acceptCall();
11170
11295
  var recordId = res.recordId,
11171
11296
  _mode = res.mode,
11172
11297
  _type = res.type;
11173
11298
 
11174
- _this32.delCalling(id);
11299
+ _this34.delCalling(id);
11175
11300
 
11176
11301
  if (_type == 1) {
11177
- _mode == 1 ? _this32.setShowAudio(true) : _this32.setShowVideo(true);
11302
+ _mode == 1 ? _this34.setShowAudio(true) : _this34.setShowVideo(true);
11178
11303
 
11179
- _this32.setVideoData(res);
11304
+ _this34.setVideoData(res);
11180
11305
 
11181
- _this32.$nextTick(function () {
11182
- _this32.setRecordId(recordId);
11306
+ _this34.$nextTick(function () {
11307
+ _this34.setRecordId(recordId);
11183
11308
  });
11184
11309
  } else {
11185
- _this32.setCurrentSip(sip ? Object.freeze(sip) : null);
11310
+ _this34.setCurrentSip(sip ? Object.freeze(sip) : null);
11186
11311
 
11187
- _this32.setMultiVideoShow(true);
11312
+ _this34.setMultiVideoShow(true);
11188
11313
 
11189
- _this32.setVideoStatus(2);
11314
+ _this34.setVideoStatus(2);
11190
11315
 
11191
- _this32.setVideoData(res);
11316
+ _this34.setVideoData(res);
11192
11317
 
11193
- _this32.setVideoMode(_mode);
11318
+ _this34.setVideoMode(_mode);
11194
11319
 
11195
- _this32.$nextTick(function () {
11196
- _this32.setRecordId(recordId);
11320
+ _this34.$nextTick(function () {
11321
+ _this34.setRecordId(recordId);
11197
11322
  });
11198
11323
 
11199
11324
  return;
11200
11325
  }
11201
11326
  } else {
11202
- _this32.$message.warning(data.resultMsg);
11327
+ _this34.$message.warning(data.resultMsg);
11203
11328
  }
11204
11329
  }).catch(function (err) {
11205
- _this32.$message.warning((err === null || err === void 0 ? void 0 : err.resultMsg) || '无法加入通话');
11330
+ _this34.$message.warning((err === null || err === void 0 ? void 0 : err.resultMsg) || '无法加入通话');
11206
11331
  });
11207
11332
 
11208
11333
  case 23:
@@ -11244,7 +11369,7 @@ var chatvue_type_script_lang_js_components;
11244
11369
  this.setAddMemberType(1);
11245
11370
  },
11246
11371
  saveConference: function saveConference(obj) {
11247
- var _this33 = this;
11372
+ var _this35 = this;
11248
11373
 
11249
11374
  var _ref13 = obj || {},
11250
11375
  classify = _ref13.classify,
@@ -11274,19 +11399,19 @@ var chatvue_type_script_lang_js_components;
11274
11399
  this.closeConferenceModal();
11275
11400
  this.setSessionId(sessionId);
11276
11401
  this.$nextTick(function () {
11277
- _this33.setMsgList();
11402
+ _this35.setMsgList();
11278
11403
 
11279
- _this33.getMsgList();
11404
+ _this35.getMsgList();
11280
11405
 
11281
- _this33.setCurrentTab('session');
11406
+ _this35.setCurrentTab('session');
11282
11407
 
11283
- _this33.setLastCurrentTab('session');
11408
+ _this35.setLastCurrentTab('session');
11284
11409
 
11285
- _this33.setOnChating(true);
11410
+ _this35.setOnChating(true);
11286
11411
 
11287
- _this33.setSessionEnd(false);
11412
+ _this35.setSessionEnd(false);
11288
11413
 
11289
- _this33.setQueueItem(null);
11414
+ _this35.setQueueItem(null);
11290
11415
  });
11291
11416
  },
11292
11417
  addConferenceMemberList: function addConferenceMemberList(val) {
@@ -11363,7 +11488,7 @@ var chatvue_type_script_lang_js_components;
11363
11488
  createConferenceSession: function createConferenceSession(params) {
11364
11489
  var _this$userInfo3,
11365
11490
  _this$userInfo3$sysPa,
11366
- _this34 = this;
11491
+ _this36 = this;
11367
11492
 
11368
11493
  var url = '/chat/service/createConferenceSession';
11369
11494
  Object.assign(params, {
@@ -11381,9 +11506,9 @@ var chatvue_type_script_lang_js_components;
11381
11506
  var data = _ref15.data;
11382
11507
 
11383
11508
  if (data.result === 'SUCCESS') {
11384
- _this34.saveConference(data.obj);
11509
+ _this36.saveConference(data.obj);
11385
11510
  } else {
11386
- _this34.$message.error(data.resultMsg || '保存失败');
11511
+ _this36.$message.error(data.resultMsg || '保存失败');
11387
11512
  }
11388
11513
  });
11389
11514
  },
@@ -11416,19 +11541,19 @@ var chatvue_type_script_lang_js_components;
11416
11541
  'delays.length': {
11417
11542
  immediate: true,
11418
11543
  handler: function handler(val, oldVal) {
11419
- var _this35 = this;
11544
+ var _this37 = this;
11420
11545
 
11421
11546
  if (oldVal > 0) return;
11422
11547
  this.$nextTick().then(function () {
11423
- var _this35$$refs$delays;
11548
+ var _this37$$refs$delays;
11424
11549
 
11425
- (_this35$$refs$delays = _this35.$refs.delays) === null || _this35$$refs$delays === void 0 ? void 0 : _this35$$refs$delays.addEventListener('mousedown', _this35.handleMove);
11550
+ (_this37$$refs$delays = _this37.$refs.delays) === null || _this37$$refs$delays === void 0 ? void 0 : _this37$$refs$delays.addEventListener('mousedown', _this37.handleMove);
11426
11551
  });
11427
11552
  }
11428
11553
  },
11429
11554
  sessionId: {
11430
11555
  handler: function handler(sessionId) {
11431
- var _this36 = this;
11556
+ var _this38 = this;
11432
11557
 
11433
11558
  if (sessionId) {
11434
11559
  if (this.heartTimer) {
@@ -11437,8 +11562,8 @@ var chatvue_type_script_lang_js_components;
11437
11562
 
11438
11563
  this.heartTimer = setInterval(function () {
11439
11564
  chatFetch_default.a.post('/chat/service/sessionHeart', chatFetch_["qs"].stringify({
11440
- assemblyId: _this36.assemblyId,
11441
- sessionId: _this36.sessionId
11565
+ assemblyId: _this38.assemblyId,
11566
+ sessionId: _this38.sessionId
11442
11567
  }));
11443
11568
  }, 10000);
11444
11569
  this.getGroupMembers();
@@ -11501,8 +11626,8 @@ var chatvue_type_script_lang_js_components;
11501
11626
  });
11502
11627
  // CONCATENATED MODULE: ./packages/multi-chat/chat/index.vue?vue&type=script&lang=js&
11503
11628
  /* harmony default export */ var multi_chat_chatvue_type_script_lang_js_ = (chatvue_type_script_lang_js_);
11504
- // EXTERNAL MODULE: ./packages/multi-chat/chat/index.vue?vue&type=style&index=0&id=551b859a&lang=less&scoped=true&
11505
- var chatvue_type_style_index_0_id_551b859a_lang_less_scoped_true_ = __webpack_require__("21f2");
11629
+ // EXTERNAL MODULE: ./packages/multi-chat/chat/index.vue?vue&type=style&index=0&id=402109e2&lang=less&scoped=true&
11630
+ var chatvue_type_style_index_0_id_402109e2_lang_less_scoped_true_ = __webpack_require__("5180");
11506
11631
 
11507
11632
  // CONCATENATED MODULE: ./packages/multi-chat/chat/index.vue
11508
11633
 
@@ -11515,11 +11640,11 @@ var chatvue_type_style_index_0_id_551b859a_lang_less_scoped_true_ = __webpack_re
11515
11640
 
11516
11641
  var chat_component = Object(componentNormalizer["a" /* default */])(
11517
11642
  multi_chat_chatvue_type_script_lang_js_,
11518
- chatvue_type_template_id_551b859a_scoped_true_render,
11643
+ chatvue_type_template_id_402109e2_scoped_true_render,
11519
11644
  staticRenderFns,
11520
11645
  false,
11521
11646
  null,
11522
- "551b859a",
11647
+ "402109e2",
11523
11648
  null
11524
11649
 
11525
11650
  )
@@ -11698,7 +11823,7 @@ var store = __webpack_require__("c6cd");
11698
11823
 
11699
11824
  "use strict";
11700
11825
 
11701
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/video.vue?vue&type=template&id=772db65b&scoped=true&
11826
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/video.vue?vue&type=template&id=772db65b&scoped=true&
11702
11827
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"video",staticClass:"video-popover"},[_c('div',{staticClass:"video-header"},[_c('span',{staticClass:"video-title"},[_c('span',[_vm._v("视频通话")]),(_vm.sipName)?_c('a-tooltip',{attrs:{"placement":"bottom","overlayStyle":{ maxWidth: 'auto', fontSize: '12px' }}},[_c('span',{attrs:{"slot":"title"},slot:"title"},[_vm._v(" 当前设备"+_vm._s(_vm.sipName)),_c('br'),_vm._v(" 若要更换音视频设备,请点击设置进行更改 ")]),_c('svg-icon',{attrs:{"icon-class":"xitongtubiaodaohangtubiaowenti"}})],1):_vm._e()],1),_c('a-icon',{staticClass:"icon-item",attrs:{"type":_vm.size === 'big' ? 'shrink' : 'arrows-alt'},on:{"click":_vm.handleSize}}),_c('a-popconfirm',{attrs:{"okText":_vm.i18nText('1.1.1.1.3'),"cancelText":_vm.i18nText('2.7.1.14')},on:{"confirm":_vm.handleClose}},[_c('a-icon',{staticStyle:{"color":"red"},attrs:{"slot":"icon","type":"question-circle-o"},slot:"icon"}),_c('div',{attrs:{"slot":"title"},slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.384')))]),_c('br'),_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.385'))+"?")])]),_c('a-icon',{staticClass:"icon-item",attrs:{"type":"close"}})],1)],1),_c('div',{style:(_vm.remoteVideoWrapStyle),attrs:{"id":"remote-video-wrap"}},[_c('div',{staticClass:"video-placeholder",style:(_vm.localStreamStyle),attrs:{"id":"local_stream"}})]),_c('div',{staticClass:"panel-wrapper",style:(_vm.panelWrapperStyle)},[_c('ul',{staticClass:"operation-panel"},[_c('li',{staticClass:"panel-item",on:{"click":_vm.handleAudio}},[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.muteAudio ? 'muted-audio' : 'audio') + ".png"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("静音")])]),_c('li',{staticClass:"panel-item",on:{"click":_vm.handleReject}},[_c('img',{attrs:{"src":__webpack_require__("73ff"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("挂断")])]),_c('li',{staticClass:"panel-item",on:{"click":_vm.handleVideo}},[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.muteVideo ? 'muted-video' : 'normal-video') + ".png"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("视频")])]),_c('li',{staticClass:"panel-item",on:{"click":_vm.handleScreenToggle}},[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.screen ? 'normal-screen' : 'muted-screen') + ".png"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("屏幕共享")])])])])])}
11703
11828
  var staticRenderFns = []
11704
11829
 
@@ -11822,9 +11947,24 @@ var rtc_client_RtcClient = /*#__PURE__*/function () {
11822
11947
  this.localStream_ = null;
11823
11948
  this.remoteStreams_ = [];
11824
11949
  this.options = options;
11825
- var sdkjs = Promise.resolve(options.vendor == 2 ? __webpack_require__("73f9") : {
11826
- default: __webpack_require__("b1ed")
11827
- });
11950
+
11951
+ function getSDKJS() {
11952
+ if (options.vendor == 2) {
11953
+ return __webpack_require__("73f9");
11954
+ } else if (options.vendor == 3) {
11955
+ // 对接江苏省sdk
11956
+ return {
11957
+ default: __webpack_require__("fb9c")
11958
+ }; // return { default: require('trtc-js-sdk')}
11959
+ } else {
11960
+ return {
11961
+ default: __webpack_require__("b1ed")
11962
+ };
11963
+ }
11964
+ }
11965
+
11966
+ var sdkjs = Promise.resolve(getSDKJS());
11967
+ console.log('sdkjs', sdkjs);
11828
11968
  sdkjs.then(function (res) {
11829
11969
  TRTC = res.default; // check if browser is compatible with TRTC
11830
11970
 
@@ -11907,27 +12047,29 @@ var rtc_client_RtcClient = /*#__PURE__*/function () {
11907
12047
  userId: this.userId_ // cameraId: getCameraId(),
11908
12048
  // microphoneId: getMicrophoneId()
11909
12049
 
11910
- }, this.client_); // 设置视频分辨率帧率和码率
12050
+ }, this.client_);
12051
+ console.log('单人this.userId_', this.userId_);
12052
+ console.log('单人创建本地流:', this.localStream_); // 设置视频分辨率帧率和码率
11911
12053
  // console.log,暂时注释
11912
12054
 
11913
12055
  this.localStream_.setVideoProfile(this.screen ? '1080p' : '720p');
11914
- _context.prev = 23;
11915
- _context.next = 26;
12056
+ _context.prev = 25;
12057
+ _context.next = 28;
11916
12058
  return this.localStream_.initialize();
11917
12059
 
11918
- case 26:
12060
+ case 28:
11919
12061
  console.log('initialize local stream success');
11920
- _context.next = 34;
12062
+ _context.next = 36;
11921
12063
  break;
11922
12064
 
11923
- case 29:
11924
- _context.prev = 29;
11925
- _context.t1 = _context["catch"](23);
12065
+ case 31:
12066
+ _context.prev = 31;
12067
+ _context.t1 = _context["catch"](25);
11926
12068
  console.error('failed to initialize local stream because: ' + _context.t1);
11927
12069
  this.$emit('initializeError', _context.t1);
11928
12070
  return _context.abrupt("return");
11929
12071
 
11930
- case 34:
12072
+ case 36:
11931
12073
  this.localStream_.on('player-state-changed', function (event) {
11932
12074
  console.log("local stream ".concat(event.type, " player is ").concat(event.state));
11933
12075
 
@@ -11937,10 +12079,10 @@ var rtc_client_RtcClient = /*#__PURE__*/function () {
11937
12079
  });
11938
12080
  this.addSceenEvent(this.localStream_); // publish local stream by default after join the room
11939
12081
 
11940
- _context.next = 38;
12082
+ _context.next = 40;
11941
12083
  return this.publish();
11942
12084
 
11943
- case 38:
12085
+ case 40:
11944
12086
  // 在名为 ‘local_stream’ 的 div 容器上播放本地音视频
11945
12087
  this.playStream(this.localStream_, localBox);
11946
12088
 
@@ -11948,12 +12090,12 @@ var rtc_client_RtcClient = /*#__PURE__*/function () {
11948
12090
  this.localStream_.muteAudio();
11949
12091
  }
11950
12092
 
11951
- case 40:
12093
+ case 42:
11952
12094
  case "end":
11953
12095
  return _context.stop();
11954
12096
  }
11955
12097
  }
11956
- }, _callee, this, [[6, 13], [23, 29]]);
12098
+ }, _callee, this, [[6, 13], [25, 31]]);
11957
12099
  }));
11958
12100
 
11959
12101
  function join() {
@@ -11970,54 +12112,56 @@ var rtc_client_RtcClient = /*#__PURE__*/function () {
11970
12112
  while (1) {
11971
12113
  switch (_context2.prev = _context2.next) {
11972
12114
  case 0:
12115
+ console.log('单人leave: 离开房间');
12116
+
11973
12117
  if (this.isJoined_) {
11974
- _context2.next = 3;
12118
+ _context2.next = 4;
11975
12119
  break;
11976
12120
  }
11977
12121
 
11978
12122
  console.warn('leave() - leave without join()d observed');
11979
12123
  return _context2.abrupt("return");
11980
12124
 
11981
- case 3:
12125
+ case 4:
11982
12126
  if (!this.isPublished_) {
11983
- _context2.next = 6;
12127
+ _context2.next = 7;
11984
12128
  break;
11985
12129
  }
11986
12130
 
11987
- _context2.next = 6;
12131
+ _context2.next = 7;
11988
12132
  return this.unpublish(true);
11989
12133
 
11990
- case 6:
11991
- _context2.prev = 6;
11992
- _context2.next = 9;
12134
+ case 7:
12135
+ _context2.prev = 7;
12136
+ _context2.next = 10;
11993
12137
  return this.client_.leave();
11994
12138
 
11995
- case 9:
12139
+ case 10:
11996
12140
  this.isJoined_ = false;
11997
- _context2.next = 16;
12141
+ _context2.next = 17;
11998
12142
  break;
11999
12143
 
12000
- case 12:
12001
- _context2.prev = 12;
12002
- _context2.t0 = _context2["catch"](6);
12144
+ case 13:
12145
+ _context2.prev = 13;
12146
+ _context2.t0 = _context2["catch"](7);
12003
12147
  console.error('failed to leave the room because ' + _context2.t0);
12004
12148
  location.reload();
12005
12149
 
12006
- case 16:
12007
- _context2.prev = 16;
12150
+ case 17:
12151
+ _context2.prev = 17;
12008
12152
  // 停止本地流,关闭本地流内部的音视频播放器
12009
12153
  this.localStream_.stop(); // 关闭本地流,释放摄像头和麦克风访问权限
12010
12154
 
12011
12155
  this.localStream_.close();
12012
12156
  this.localStream_ = null;
12013
- return _context2.finish(16);
12157
+ return _context2.finish(17);
12014
12158
 
12015
- case 21:
12159
+ case 22:
12016
12160
  case "end":
12017
12161
  return _context2.stop();
12018
12162
  }
12019
12163
  }
12020
- }, _callee2, this, [[6, 12, 16, 21]]);
12164
+ }, _callee2, this, [[7, 13, 17, 22]]);
12021
12165
  }));
12022
12166
 
12023
12167
  function leave() {
@@ -12130,20 +12274,32 @@ var rtc_client_RtcClient = /*#__PURE__*/function () {
12130
12274
  }
12131
12275
 
12132
12276
  this.dropSip();
12133
- _context4.next = 13;
12277
+ _context4.next = 18;
12134
12278
  break;
12135
12279
 
12136
12280
  case 11:
12137
- _context4.next = 13;
12281
+ console.log('单人unpublish: 释放本地流:', this.localStream_);
12282
+
12283
+ if (!(this.options.vendor === 3)) {
12284
+ _context4.next = 16;
12285
+ break;
12286
+ }
12287
+
12288
+ this.localStream_.close();
12289
+ _context4.next = 18;
12290
+ break;
12291
+
12292
+ case 16:
12293
+ _context4.next = 18;
12138
12294
  return this.client_.unpublish(this.localStream_);
12139
12295
 
12140
- case 13:
12296
+ case 18:
12141
12297
  this.isPublished_ = false;
12142
- _context4.next = 20;
12298
+ _context4.next = 25;
12143
12299
  break;
12144
12300
 
12145
- case 16:
12146
- _context4.prev = 16;
12301
+ case 21:
12302
+ _context4.prev = 21;
12147
12303
  _context4.t0 = _context4["catch"](6);
12148
12304
  console.error('failed to unpublish local stream because ' + _context4.t0);
12149
12305
 
@@ -12152,12 +12308,12 @@ var rtc_client_RtcClient = /*#__PURE__*/function () {
12152
12308
  this.leave();
12153
12309
  }
12154
12310
 
12155
- case 20:
12311
+ case 25:
12156
12312
  case "end":
12157
12313
  return _context4.stop();
12158
12314
  }
12159
12315
  }
12160
- }, _callee4, this, [[6, 16]]);
12316
+ }, _callee4, this, [[6, 21]]);
12161
12317
  }));
12162
12318
 
12163
12319
  function unpublish(_x) {
@@ -12926,13 +13082,6 @@ module.exports = require("@vue/babel-helper-vue-jsx-merge-props");
12926
13082
 
12927
13083
  /***/ }),
12928
13084
 
12929
- /***/ "5adc":
12930
- /***/ (function(module, exports, __webpack_require__) {
12931
-
12932
- // extracted by mini-css-extract-plugin
12933
-
12934
- /***/ }),
12935
-
12936
13085
  /***/ "5b6c":
12937
13086
  /***/ (function(module, exports) {
12938
13087
 
@@ -12951,9 +13100,9 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAIAAAD/
12951
13100
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12952
13101
 
12953
13102
  "use strict";
12954
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d4ec");
12955
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("bee2");
12956
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("ade3");
13103
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d4ec");
13104
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("bee2");
13105
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("ade3");
12957
13106
  /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("13e3");
12958
13107
  /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_3__);
12959
13108
  /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("4692");
@@ -12985,26 +13134,26 @@ var ChatSock = /*#__PURE__*/function () {
12985
13134
  * @param {Number} options.reconnectMaxCount 重连最大次数
12986
13135
  */
12987
13136
  function ChatSock(url, options) {
12988
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this, ChatSock);
13137
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this, ChatSock);
12989
13138
 
12990
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "stompClient", void 0);
13139
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "stompClient", void 0);
12991
13140
 
12992
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "reconnectTimer", void 0);
13141
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "reconnectTimer", void 0);
12993
13142
 
12994
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "reconnectionCount", 0);
13143
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "reconnectionCount", 0);
12995
13144
 
12996
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "heartbeatTimer", void 0);
13145
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "heartbeatTimer", void 0);
12997
13146
 
12998
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "options", {});
13147
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "options", {});
12999
13148
 
13000
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "url", '');
13149
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "url", '');
13001
13150
 
13002
13151
  this.url = url;
13003
13152
  this.options = options;
13004
13153
  this.connection();
13005
13154
  }
13006
13155
 
13007
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(ChatSock, [{
13156
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(ChatSock, [{
13008
13157
  key: "connection",
13009
13158
  value: function connection() {
13010
13159
  var _this = this;
@@ -13139,13 +13288,6 @@ module.exports = function (bitmap, value) {
13139
13288
 
13140
13289
  /***/ }),
13141
13290
 
13142
- /***/ "5d17":
13143
- /***/ (function(module, exports, __webpack_require__) {
13144
-
13145
- // extracted by mini-css-extract-plugin
13146
-
13147
- /***/ }),
13148
-
13149
13291
  /***/ "5d3b":
13150
13292
  /***/ (function(module, exports) {
13151
13293
 
@@ -13267,7 +13409,7 @@ module.exports = !$assign || fails(function () {
13267
13409
 
13268
13410
  "use strict";
13269
13411
 
13270
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatFooter.vue?vue&type=template&id=c3a886ac&scoped=true&
13412
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatFooter.vue?vue&type=template&id=c3a886ac&scoped=true&
13271
13413
  var render = function () {
13272
13414
  var this$1 = this;
13273
13415
  var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layout-footer',{directives:[{name:"show",rawName:"v-show",value:(!_vm.queueItem || !_vm.hideQueueBtns),expression:"!queueItem || !hideQueueBtns"}],staticStyle:{"position":"relative","cursor":"pointer"}},[_c('div',{staticClass:"message-operate"},[(_vm.isShow('PICTURE'))?_c('a-upload',{directives:[{name:"decorator",rawName:"v-decorator",value:([
@@ -13731,7 +13873,7 @@ function getPanelSetting(params, setting, clientParams) {
13731
13873
  // EXTERNAL MODULE: ./packages/multi-chat/store/helper.js
13732
13874
  var helper = __webpack_require__("e3c5");
13733
13875
 
13734
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/quickReply.vue?vue&type=template&id=6df19346&
13876
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/quickReply.vue?vue&type=template&id=6df19346&
13735
13877
  var quickReplyvue_type_template_id_6df19346_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"quick-reply"},[_c('div',{staticClass:"quick-search"},[_c('a-input',{attrs:{"allowClear":""},on:{"change":_vm.handleSearch},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}})],1),_c('a-tabs',{model:{value:(_vm.quickReplyKey),callback:function ($$v) {_vm.quickReplyKey=$$v},expression:"quickReplyKey"}},_vm._l((_vm.validQuick),function(data){return _c('a-tab-pane',{key:data.category},[_c('template',{slot:"tab"},[_vm._v(_vm._s(data.category))]),(data.list.length > 0)?_c('ul',{ref:"quick-reply",refInFor:true,staticClass:"quick-reply-wrapper"},[_vm._l((data.list),function(item,index){return [(item.content !== undefined)?_c('li',{key:index,staticClass:"quick-reply-item",class:{ 'quick-input': item.edit }},[(!item.edit)?_c('div',{staticClass:"text",on:{"click":function($event){return _vm.setFooterMessage(item.content)}}},[_vm._v(" "+_vm._s(item.content)+" "),_c('span',{staticClass:"operate"},[(_vm.quickReplyKey === "个人")?_c('svg-icon',{staticClass:"quick-replay-to-top",staticStyle:{"font-size":"16px"},attrs:{"icon-class":"a-xitongtubiaoliaotianzhiding"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'top', data.list, index, _vm.k)}}}):_vm._e(),_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":"fasong"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'send')}}}),(_vm.quickReplyKey === "个人")?_c('a-icon',{attrs:{"type":"edit"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'show')}}}):_vm._e(),(_vm.quickReplyKey === "个人")?_c('a-icon',{attrs:{"type":"delete"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickDelete(item)}}}):_vm._e()],1)]):_c('div',{staticClass:"input"},[_c('a-textarea',{attrs:{"placeholder":_vm.i18nText('1.9.40') + '...',"autoSize":"","maxLength":200},on:{"change":_vm.handleChange},model:{value:(item.editValue),callback:function ($$v) {_vm.$set(item, "editValue", $$v)},expression:"item.editValue"}}),_c('div',{staticClass:"confirm"},[_c('span',{staticStyle:{"color":"#969696"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'cancel')}}},[_vm._v(_vm._s(_vm.i18nText('1.1.1.1.4')))]),_vm._v(" | "),_c('span',{staticStyle:{"color":"#5585F5"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'ok')}}},[_vm._v(_vm._s(_vm.i18nText('1.1.1.1.3')))])])],1)]):_vm._e()]}),_c('div',{staticStyle:{"text-align":"center","margin-top":"10px"}},[_vm._v(_vm._s(_vm.i18nText('3.5.13'))+"~")])],2):_c('div',{staticClass:"quick-reply-no-wrapper"},[_c('img',{attrs:{"src":__webpack_require__("1caa")}}),_c('span',{staticStyle:{"display":"inline-block","margin-top":"20px","font-size":"20px"}},[_vm._v(_vm._s(_vm.i18nText('1.1.6.11')))])])],2)}),1),(_vm.isOrgAdmin || _vm.quickReplyKey === "个人")?_c('div',{staticClass:"quick-add",on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickAdd.apply(null, arguments)}}},[_c('a-icon',{attrs:{"type":"plus"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.355'))+" ")],1):_vm._e()],1)}
13736
13878
  var quickReplyvue_type_template_id_6df19346_staticRenderFns = []
13737
13879
 
@@ -14177,7 +14319,7 @@ var component = Object(componentNormalizer["a" /* default */])(
14177
14319
  )
14178
14320
 
14179
14321
  /* harmony default export */ var quickReply = (component.exports);
14180
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/voice.vue?vue&type=template&id=7e851a0c&scoped=true&
14322
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/voice.vue?vue&type=template&id=7e851a0c&scoped=true&
14181
14323
  var voicevue_type_template_id_7e851a0c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.canRecordering),expression:"canRecordering"}],staticClass:"voice-page"},[_c('div',{staticClass:"voice-containter"},[_c('a-icon',{staticClass:"close-icon",attrs:{"type":"close"},on:{"click":_vm.closeVoice}}),_c('div',{staticClass:"img-wrap"},[(!_vm.isEndRecord)?_c('div',{staticClass:"end-wrap"},[_c('img',{attrs:{"src":__webpack_require__("fdf2"),"alt":""}}),_c('a-progress',{staticClass:"progress-ele",attrs:{"type":"circle","percent":_vm.percent,"showInfo":false,"width":122,"strokeWidth":2,"showText":false,"strokeColor":'#C80606'},nativeOn:{"click":function($event){return _vm.stopRecored.apply(null, arguments)}}})],1):_c('div',{staticClass:"play-wrap"},[(!_vm.isRecordPlay)?_c('img',{attrs:{"src":__webpack_require__("c2ae"),"alt":""},on:{"click":function($event){return _vm.toggleVoice(true)}}}):_c('img',{attrs:{"src":__webpack_require__("320f"),"alt":""},on:{"click":function($event){return _vm.toggleVoice(false)}}})])]),_c('p',[_vm._v(_vm._s(_vm.voiceText))]),_c('div',{staticClass:"time-wrap"},[_vm._v(_vm._s(_vm.handleVoiceTime))]),_c('div',{staticClass:"btn-wrap"},[_c('span',{on:{"click":_vm.deleteVoice}},[_vm._v("删除")]),_c('span',{staticClass:"send-btn",on:{"click":_vm.uploadFile}},[_vm._v("发送")])])],1),_c('div',{staticStyle:{"display":"none"}},[_c('audio',{ref:"audio",attrs:{"controls":"","autoplay":"","preload":"auto","crossOrigin":"anonymous","media-player":"audioPlayer","src":_vm.curAudioUrl},on:{"ended":_vm.audioEnd}})])])}
14182
14324
  var voicevue_type_template_id_7e851a0c_scoped_true_staticRenderFns = []
14183
14325
 
@@ -14619,7 +14761,7 @@ var voice_component = Object(componentNormalizer["a" /* default */])(
14619
14761
  )
14620
14762
 
14621
14763
  /* harmony default export */ var voice = (voice_component.exports);
14622
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/modal-user-transfer.vue?vue&type=template&id=f50a4f90&
14764
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/modal-user-transfer.vue?vue&type=template&id=f50a4f90&
14623
14765
  var modal_user_transfervue_type_template_id_f50a4f90_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"title":_vm.title,"visible":_vm.visible,"maskClosable":false,"mask":true,"width":400,"destroyOnClose":"","okText":_vm.i18nText('1.9.326')},on:{"cancel":_vm.handleCancel,"ok":_vm.handleOk}},[_c('img',{attrs:{"src":__webpack_require__("a703"),"width":"20"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.392'))+": "),_c('br'),_c('a-select',{staticStyle:{"width":"100%","margin":"10px 0"},attrs:{"placeholder":_vm.i18nText('1.9.327'),"showSearch":"","filterOption":_vm.filterOption},model:{value:(_vm.converUserId),callback:function ($$v) {_vm.converUserId=$$v},expression:"converUserId"}},_vm._l((_vm.serviceList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.userId}},[_vm._v(_vm._s(item.userName))])}),1),_c('br'),_vm._v(" "+_vm._s(_vm.i18nText('1.9.328'))+": "),_c('a-textarea',{staticStyle:{"margin":"10px 0"},model:{value:(_vm.converMark),callback:function ($$v) {_vm.converMark=$$v},expression:"converMark"}})],1)}
14624
14766
  var modal_user_transfervue_type_template_id_f50a4f90_staticRenderFns = []
14625
14767
 
@@ -14754,7 +14896,7 @@ var modal_user_transfer_component = Object(componentNormalizer["a" /* default */
14754
14896
  )
14755
14897
 
14756
14898
  /* harmony default export */ var modal_user_transfer = (modal_user_transfer_component.exports);
14757
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/modal-refuse-reason.vue?vue&type=template&id=375e05a7&scoped=true&
14899
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/modal-refuse-reason.vue?vue&type=template&id=375e05a7&scoped=true&
14758
14900
  var modal_refuse_reasonvue_type_template_id_375e05a7_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"wrapClassName":"standard-modal standard-modal-white has-mask","title":_vm.i18nText('1.9.678'),"visible":_vm.visible,"maskClosable":false,"width":400,"destroyOnClose":"","okText":_vm.i18nText('1.9.326')},on:{"cancel":_vm.handleCancel,"ok":_vm.handleOk}},[_c('div',{staticClass:"reason-tips"},[_vm._v(_vm._s(_vm.i18nText('1.1.6.7') + _vm.i18nText('1.9.678')))]),_c('a-radio-group',{staticClass:"reason-options",model:{value:(_vm.reason),callback:function ($$v) {_vm.reason=$$v},expression:"reason"}},[_vm._l((_vm.reasonList),function(item,i){return _c('a-radio',{key:i,attrs:{"value":i}},[_vm._v(" "+_vm._s(item.text)+" ")])}),_c('a-radio',{key:"-1",attrs:{"value":-1}},[_vm._v(_vm._s(_vm.i18nText('1.9.679')))])],2),_c('div',{staticClass:"reason-remark"},[_c('a-textarea',{attrs:{"disabled":_vm.reason != -1,"placeholder":_vm.i18nText('1.9.40') + _vm.i18nText('1.9.679'),"maxLength":100,"auto-size":{ minRows: 3, maxRows: 5 }},model:{value:(_vm.remark),callback:function ($$v) {_vm.remark=$$v},expression:"remark"}}),_c('div',{staticClass:"word-count"},[_vm._v(_vm._s(_vm.i18nText('1.9.272'))+_vm._s(_vm.remarkLen)+"/100")])],1)],1)}
14759
14901
  var modal_refuse_reasonvue_type_template_id_375e05a7_scoped_true_staticRenderFns = []
14760
14902
 
@@ -15952,8 +16094,8 @@ var chatFootervue_type_script_lang_js_components;
15952
16094
  return div.innerHTML;
15953
16095
  },
15954
16096
 
15955
- /**
15956
- * 接入拦截
16097
+ /**
16098
+ * 接入拦截
15957
16099
  */
15958
16100
  handleAccessIntercept: function handleAccessIntercept(result) {
15959
16101
  var _this14 = this;
@@ -16492,6 +16634,17 @@ var chatFooter_component = Object(componentNormalizer["a" /* default */])(
16492
16634
 
16493
16635
  /* harmony default export */ var chatFooter = __webpack_exports__["a"] = (chatFooter_component.exports);
16494
16636
 
16637
+ /***/ }),
16638
+
16639
+ /***/ "62ac":
16640
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
16641
+
16642
+ "use strict";
16643
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_multiVideo_vue_vue_type_style_index_0_id_b055a378_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("09ee");
16644
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_multiVideo_vue_vue_type_style_index_0_id_b055a378_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_multiVideo_vue_vue_type_style_index_0_id_b055a378_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
16645
+ /* unused harmony reexport * */
16646
+
16647
+
16495
16648
  /***/ }),
16496
16649
 
16497
16650
  /***/ "6378":
@@ -16647,17 +16800,6 @@ module.exports = {
16647
16800
  };
16648
16801
 
16649
16802
 
16650
- /***/ }),
16651
-
16652
- /***/ "6a44":
16653
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
16654
-
16655
- "use strict";
16656
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatMain_vue_vue_type_style_index_0_id_f2490ce6_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("f70b");
16657
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatMain_vue_vue_type_style_index_0_id_f2490ce6_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatMain_vue_vue_type_style_index_0_id_f2490ce6_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
16658
- /* unused harmony reexport * */
16659
-
16660
-
16661
16803
  /***/ }),
16662
16804
 
16663
16805
  /***/ "6b75":
@@ -16770,14 +16912,15 @@ module.exports = require("core-js/modules/es.typed-array.find-index.js");
16770
16912
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16771
16913
 
16772
16914
  "use strict";
16915
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return getClientDeviceToken; });
16773
16916
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return fmtRobotMessage; });
16774
16917
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return checkTalkingEnv; });
16775
16918
  /* unused harmony export chatUid */
16776
16919
  /* unused harmony export chatUids */
16777
16920
  /* unused harmony export chatUidUp */
16778
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return getRecallText; });
16921
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getRecallText; });
16779
16922
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return chatAuthentication; });
16780
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1da1");
16923
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1da1");
16781
16924
  /* harmony import */ var ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("f2f7");
16782
16925
  /* harmony import */ var ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1__);
16783
16926
  /* harmony import */ var ant_design_vue_es_message__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("23a4");
@@ -16798,6 +16941,9 @@ module.exports = require("core-js/modules/es.typed-array.find-index.js");
16798
16941
  /* harmony import */ var _utils_sip_device__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_utils_sip_device__WEBPACK_IMPORTED_MODULE_9__);
16799
16942
  /* harmony import */ var _utils_chatFetch__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("cd9f");
16800
16943
  /* harmony import */ var _utils_chatFetch__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_utils_chatFetch__WEBPACK_IMPORTED_MODULE_10__);
16944
+ /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__("cebe");
16945
+ /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_11__);
16946
+
16801
16947
 
16802
16948
 
16803
16949
 
@@ -16816,6 +16962,32 @@ var chatUidUp = function chatUidUp() {
16816
16962
  chatUids.push("multiChat-".concat(chatUid, "/assemblyId"));
16817
16963
  chatUid++;
16818
16964
  };
16965
+
16966
+ var getClientDeviceToken = function getClientDeviceToken(params) {
16967
+ return axios__WEBPACK_IMPORTED_MODULE_11___default()({
16968
+ method: "get",
16969
+ baseURL: "",
16970
+ url: "/ihcrm/rest/callEsb/util/get",
16971
+ params: {
16972
+ customerId: params,
16973
+ interface: 'getDeviceTokenByCustomerId'
16974
+ }
16975
+ }).then(function (_ref) {
16976
+ var data = _ref.data;
16977
+
16978
+ if (data.status === "success" || data.code === "00000") {
16979
+ var result = JSON.parse(data.result);
16980
+
16981
+ if (result.data) {
16982
+ return result.data;
16983
+ }
16984
+ } else {
16985
+ return false;
16986
+ }
16987
+ }).catch(function (error) {
16988
+ console.error(error);
16989
+ });
16990
+ };
16819
16991
  /**
16820
16992
  * 获取撤回文案
16821
16993
  * @param ctx Vue
@@ -16823,7 +16995,6 @@ var chatUidUp = function chatUidUp() {
16823
16995
  * @param flag true:我方|false:对方
16824
16996
  */
16825
16997
 
16826
-
16827
16998
  function getRecallText(ctx, item) {
16828
16999
  var flag = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
16829
17000
  var value = flag ? ctx.i18nText('1.9.366') : ctx.i18nText('1.9.367');
@@ -16864,8 +17035,8 @@ function chatAuthentication(token) {
16864
17035
  params: {
16865
17036
  token: token
16866
17037
  }
16867
- }).then(function (_ref) {
16868
- var data = _ref.data;
17038
+ }).then(function (_ref2) {
17039
+ var data = _ref2.data;
16869
17040
  var r = data.result === 'SUCCESS';
16870
17041
 
16871
17042
  if (r) {
@@ -16910,7 +17081,7 @@ function checkTalkingEnv(_x, _x2, _x3) {
16910
17081
  }
16911
17082
 
16912
17083
  function _checkTalkingEnv() {
16913
- _checkTalkingEnv = Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee(assemblyId, sdkInfo, constraints) {
17084
+ _checkTalkingEnv = Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee(assemblyId, sdkInfo, constraints) {
16914
17085
  var _sips;
16915
17086
 
16916
17087
  var mediaConstraints, getSips, getDeviceAuth, chooseSip, _status, sip, sips, id, status, value;
@@ -17097,6 +17268,17 @@ function _checkTalkingEnv() {
17097
17268
 
17098
17269
  module.exports = require("ant-design-vue/es/date-picker/style");
17099
17270
 
17271
+ /***/ }),
17272
+
17273
+ /***/ "7342":
17274
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
17275
+
17276
+ "use strict";
17277
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_audio_vue_vue_type_style_index_0_id_4305f3ba_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("ca37");
17278
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_audio_vue_vue_type_style_index_0_id_4305f3ba_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_audio_vue_vue_type_style_index_0_id_4305f3ba_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
17279
+ /* unused harmony reexport * */
17280
+
17281
+
17100
17282
  /***/ }),
17101
17283
 
17102
17284
  /***/ "73f9":
@@ -17474,7 +17656,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACN
17474
17656
 
17475
17657
  "use strict";
17476
17658
 
17477
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/user-status.vue?vue&type=template&id=492ed1ae&scoped=true&
17659
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/user-status.vue?vue&type=template&id=492ed1ae&scoped=true&
17478
17660
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('a-dropdown',{attrs:{"placement":_vm.placement,"getPopupContainer":function (triggerNode) {
17479
17661
  return triggerNode.parentNode || _vm.document.body;
17480
17662
  }}},[(_vm.placement === 'bottomCenter')?_c('a-button',[(_vm.statusIcon)?_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":_vm.statusIcon}}):_c('img',{attrs:{"src":_vm.getImg(_vm.status),"height":"16"}}),_vm._v(" "+_vm._s(_vm.statusDesc)+" "),_c('a-icon',{attrs:{"type":"down"}})],1):_c('div',{staticClass:"status-btn"},[(_vm.statusIcon)?_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":_vm.statusIcon}}):_c('img',{attrs:{"src":_vm.getImg(_vm.status),"height":"16"}}),_vm._v(" "+_vm._s(_vm.statusDesc)+" "),_c('a-icon',{attrs:{"type":"up"}})],1),_c('a-menu',{attrs:{"slot":"overlay"},slot:"overlay"},_vm._l((_vm.statusList),function(ref){
@@ -17678,6 +17860,17 @@ module.exports = function (it) {
17678
17860
  };
17679
17861
 
17680
17862
 
17863
+ /***/ }),
17864
+
17865
+ /***/ "8639":
17866
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
17867
+
17868
+ "use strict";
17869
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatMain_vue_vue_type_style_index_0_id_d8de5f46_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("c985");
17870
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatMain_vue_vue_type_style_index_0_id_d8de5f46_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatMain_vue_vue_type_style_index_0_id_d8de5f46_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
17871
+ /* unused harmony reexport * */
17872
+
17873
+
17681
17874
  /***/ }),
17682
17875
 
17683
17876
  /***/ "863b":
@@ -17755,13 +17948,6 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACL
17755
17948
 
17756
17949
  /***/ }),
17757
17950
 
17758
- /***/ "8be8":
17759
- /***/ (function(module, exports, __webpack_require__) {
17760
-
17761
- // extracted by mini-css-extract-plugin
17762
-
17763
- /***/ }),
17764
-
17765
17951
  /***/ "8d16":
17766
17952
  /***/ (function(module, exports, __webpack_require__) {
17767
17953
 
@@ -19220,13 +19406,13 @@ var actions_deepClone = function deepClone(source) {
19220
19406
  },
19221
19407
  initUniRTC: function initUniRTC(_ref14, obj) {
19222
19408
  return Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
19223
- var commit, state, uniAppId, uniSecretKey, params, uniRTC, getLoginToken, timer, n, registerDeviceToken;
19409
+ var commit, state, uniAppId, uniSecretKey, params, vueSelf, uniRTC, getLoginToken, timer, n, registerDeviceToken;
19224
19410
  return regeneratorRuntime.wrap(function _callee3$(_context3) {
19225
19411
  while (1) {
19226
19412
  switch (_context3.prev = _context3.next) {
19227
19413
  case 0:
19228
19414
  commit = _ref14.commit, state = _ref14.state;
19229
- uniAppId = obj.uniAppId, uniSecretKey = obj.uniSecretKey, params = obj.params;
19415
+ uniAppId = obj.uniAppId, uniSecretKey = obj.uniSecretKey, params = obj.params, vueSelf = obj.vueSelf;
19230
19416
  uniRTC = null;
19231
19417
 
19232
19418
  getLoginToken = /*#__PURE__*/function () {
@@ -19240,8 +19426,12 @@ var actions_deepClone = function deepClone(source) {
19240
19426
  paramsData = {
19241
19427
  clientType: '1',
19242
19428
  deviceToken: uniRTC.deviceToken,
19243
- appId: uniAppId,
19244
- secretKey: uniSecretKey
19429
+ // appId: uniAppId,
19430
+ // secretKey: uniSecretKey
19431
+ appId: 'hangchuang',
19432
+ // 测试(9997)账号
19433
+ secretKey: 'hangchuang' // // 测试(9997)秘钥
19434
+
19245
19435
  };
19246
19436
  _context.prev = 1;
19247
19437
  _context.next = 4;
@@ -19282,9 +19472,11 @@ var actions_deepClone = function deepClone(source) {
19282
19472
  return function getLoginToken() {
19283
19473
  return _ref15.apply(this, arguments);
19284
19474
  };
19285
- }();
19475
+ }(); // uniRTC = new UniRTCObject(uniAppId, getLoginToken);
19476
+
19286
19477
 
19287
- uniRTC = new UniRTCv2_default.a(uniAppId, getLoginToken);
19478
+ uniRTC = new UniRTCv2_default.a('hangchuang', getLoginToken, vueSelf);
19479
+ console.log('uniRTC', uniRTC);
19288
19480
 
19289
19481
  uniRTC.onCallComing = function (incoming) {
19290
19482
  commit("setIncoming", incoming);
@@ -19368,7 +19560,7 @@ var actions_deepClone = function deepClone(source) {
19368
19560
  }, 1000);
19369
19561
  commit("setUniRTC", uniRTC);
19370
19562
 
19371
- case 14:
19563
+ case 15:
19372
19564
  case "end":
19373
19565
  return _context3.stop();
19374
19566
  }
@@ -19648,17 +19840,6 @@ module.exports = DESCRIPTORS ? function (object, key, value) {
19648
19840
 
19649
19841
  module.exports = require("ant-design-vue/es/modal");
19650
19842
 
19651
- /***/ }),
19652
-
19653
- /***/ "92eb":
19654
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
19655
-
19656
- "use strict";
19657
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatHeader_vue_vue_type_style_index_0_id_079f6956_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d3f5");
19658
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatHeader_vue_vue_type_style_index_0_id_079f6956_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatHeader_vue_vue_type_style_index_0_id_079f6956_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
19659
- /* unused harmony reexport * */
19660
-
19661
-
19662
19843
  /***/ }),
19663
19844
 
19664
19845
  /***/ "934f":
@@ -19668,12 +19849,12 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADU
19668
19849
 
19669
19850
  /***/ }),
19670
19851
 
19671
- /***/ "9364":
19852
+ /***/ "93ed":
19672
19853
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19673
19854
 
19674
19855
  "use strict";
19675
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_avatar_vue_vue_type_style_index_0_id_2a89184f_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("8be8");
19676
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_avatar_vue_vue_type_style_index_0_id_2a89184f_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_avatar_vue_vue_type_style_index_0_id_2a89184f_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
19856
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatHeader_vue_vue_type_style_index_0_id_bb1e65e0_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("aa24");
19857
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatHeader_vue_vue_type_style_index_0_id_bb1e65e0_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatHeader_vue_vue_type_style_index_0_id_bb1e65e0_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
19677
19858
  /* unused harmony reexport * */
19678
19859
 
19679
19860
 
@@ -19793,7 +19974,7 @@ module.exports = require("core-js/modules/es.string.iterator.js");
19793
19974
 
19794
19975
  "use strict";
19795
19976
 
19796
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/read-record.vue?vue&type=template&id=7034bfab&
19977
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/read-record.vue?vue&type=template&id=7034bfab&
19797
19978
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:(_vm.handleClickOutside),expression:"handleClickOutside"}],staticClass:"chat-read-record"},[_c('div',{staticClass:"chat-read-record__title"},[_c('span',[_vm._v("消息接收人列表")]),_c('a-icon',{attrs:{"type":"close"},on:{"click":_vm.handleClickOutside}})],1),_c('div',[_c('div',{staticClass:"chat-read-record__col"},[_c('div',{staticClass:"chat-read-record__total"},[_c('span',{staticClass:"chat-read-record__num"},[_vm._v(_vm._s(_vm.record.unread.length))]),_vm._v(" 人未读 ")]),_c('div',{staticClass:"chat-read-record__users"},_vm._l((_vm.record.unread),function(item){return _c('div',{key:item.userId,staticClass:"chat-read-record__user"},[_c('Avatar',{attrs:{"customStyle":"font-size:12px","src":item.portrait,"size":24,"name":item.name,"len":2}}),_c('div',{staticClass:"chat-read-record__username"},[_vm._v(_vm._s(item.name))])],1)}),0)]),_c('div',{staticClass:"chat-read-record__col"},[_c('div',{staticClass:"chat-read-record__total"},[_c('span',{staticClass:"chat-read-record__num"},[_vm._v(_vm._s(_vm.record.readed.length))]),_vm._v(" 人已读 ")]),_c('div',{staticClass:"chat-read-record__users"},_vm._l((_vm.record.readed),function(item){return _c('div',{key:item.userId,staticClass:"chat-read-record__user"},[_c('Avatar',{attrs:{"customStyle":"font-size:12px","src":item.portrait,"size":24,"name":item.name,"len":2}}),_c('div',{staticClass:"chat-read-record__username"},[_vm._v(_vm._s(item.name))])],1)}),0)])])])}
19798
19979
  var staticRenderFns = []
19799
19980
 
@@ -19979,10 +20160,10 @@ module.exports = require("ant-design-vue/es/popover/style");
19979
20160
 
19980
20161
  "use strict";
19981
20162
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return RtcClient; });
19982
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("5530");
19983
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("1da1");
19984
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("d4ec");
19985
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("bee2");
20163
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("5530");
20164
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("1da1");
20165
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("d4ec");
20166
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("bee2");
19986
20167
  /* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("d16b");
19987
20168
  /* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_4__);
19988
20169
  /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("f989");
@@ -20016,7 +20197,7 @@ var RtcClient = /*#__PURE__*/function () {
20016
20197
  function RtcClient(options) {
20017
20198
  var _this = this;
20018
20199
 
20019
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, RtcClient);
20200
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, RtcClient);
20020
20201
 
20021
20202
  // this.sdkAppId_ = options.sdkAppId;
20022
20203
  this.sdkAppId_ = options.vendor == 2 ? options.sdkAppId : Number(options.sdkAppId);
@@ -20050,10 +20231,10 @@ var RtcClient = /*#__PURE__*/function () {
20050
20231
  });
20051
20232
  }
20052
20233
 
20053
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(RtcClient, [{
20234
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(RtcClient, [{
20054
20235
  key: "join",
20055
20236
  value: function () {
20056
- var _join = Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
20237
+ var _join = Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
20057
20238
  var _document$getElementB;
20058
20239
 
20059
20240
  return regeneratorRuntime.wrap(function _callee$(_context) {
@@ -20186,7 +20367,7 @@ var RtcClient = /*#__PURE__*/function () {
20186
20367
  }, {
20187
20368
  key: "leave",
20188
20369
  value: function () {
20189
- var _leave = Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
20370
+ var _leave = Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
20190
20371
  return regeneratorRuntime.wrap(function _callee2$(_context2) {
20191
20372
  while (1) {
20192
20373
  switch (_context2.prev = _context2.next) {
@@ -20250,7 +20431,7 @@ var RtcClient = /*#__PURE__*/function () {
20250
20431
  }, {
20251
20432
  key: "publish",
20252
20433
  value: function () {
20253
- var _publish = Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
20434
+ var _publish = Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
20254
20435
  var sip;
20255
20436
  return regeneratorRuntime.wrap(function _callee3$(_context3) {
20256
20437
  while (1) {
@@ -20320,7 +20501,7 @@ var RtcClient = /*#__PURE__*/function () {
20320
20501
  }, {
20321
20502
  key: "unpublish",
20322
20503
  value: function () {
20323
- var _unpublish = Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee4(isLeaving) {
20504
+ var _unpublish = Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee4(isLeaving) {
20324
20505
  return regeneratorRuntime.wrap(function _callee4$(_context4) {
20325
20506
  while (1) {
20326
20507
  switch (_context4.prev = _context4.next) {
@@ -20522,7 +20703,7 @@ var RtcClient = /*#__PURE__*/function () {
20522
20703
  }, {
20523
20704
  key: "toggleScreen",
20524
20705
  value: function () {
20525
- var _toggleScreen = Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee5(flag, options) {
20706
+ var _toggleScreen = Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee5(flag, options) {
20526
20707
  var _this$localStream_, client_, stream;
20527
20708
 
20528
20709
  return regeneratorRuntime.wrap(function _callee5$(_context5) {
@@ -20614,7 +20795,7 @@ var RtcClient = /*#__PURE__*/function () {
20614
20795
 
20615
20796
  case 34:
20616
20797
  this.screen = flag;
20617
- return _context5.abrupt("return", new RtcClient(Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])({}, this.options), {}, {
20798
+ return _context5.abrupt("return", new RtcClient(Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])({}, this.options), {}, {
20618
20799
  options: options,
20619
20800
  openVideo: true,
20620
20801
  screen: this.screen
@@ -20895,6 +21076,13 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
20895
21076
 
20896
21077
  /***/ }),
20897
21078
 
21079
+ /***/ "aa24":
21080
+ /***/ (function(module, exports, __webpack_require__) {
21081
+
21082
+ // extracted by mini-css-extract-plugin
21083
+
21084
+ /***/ }),
21085
+
20898
21086
  /***/ "ab8c":
20899
21087
  /***/ (function(module, exports, __webpack_require__) {
20900
21088
 
@@ -21211,9 +21399,9 @@ module.exports = require("ant-design-vue/es/menu");
21211
21399
 
21212
21400
  "use strict";
21213
21401
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ObserverScroll; });
21214
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d4ec");
21215
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("bee2");
21216
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("ade3");
21402
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d4ec");
21403
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("bee2");
21404
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("ade3");
21217
21405
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("97d3");
21218
21406
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__);
21219
21407
  /* harmony import */ var core_js_modules_es_set_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("8535");
@@ -21238,11 +21426,11 @@ module.exports = require("ant-design-vue/es/menu");
21238
21426
 
21239
21427
  var ObserverScroll = /*#__PURE__*/function () {
21240
21428
  function ObserverScroll(root, cb) {
21241
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this, ObserverScroll);
21429
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this, ObserverScroll);
21242
21430
 
21243
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "list", new Set());
21431
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "list", new Set());
21244
21432
 
21245
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "timer", 0);
21433
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "timer", 0);
21246
21434
 
21247
21435
  this.once = true;
21248
21436
  this.cb = cb;
@@ -21252,7 +21440,7 @@ var ObserverScroll = /*#__PURE__*/function () {
21252
21440
  });
21253
21441
  }
21254
21442
 
21255
- Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(ObserverScroll, [{
21443
+ Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(ObserverScroll, [{
21256
21444
  key: "handler",
21257
21445
  value: function handler(entries) {
21258
21446
  var _this = this;
@@ -21769,6 +21957,13 @@ try {
21769
21957
  module.exports = g;
21770
21958
 
21771
21959
 
21960
+ /***/ }),
21961
+
21962
+ /***/ "c985":
21963
+ /***/ (function(module, exports, __webpack_require__) {
21964
+
21965
+ // extracted by mini-css-extract-plugin
21966
+
21772
21967
  /***/ }),
21773
21968
 
21774
21969
  /***/ "c9f2":
@@ -21778,6 +21973,13 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
21778
21973
 
21779
21974
  /***/ }),
21780
21975
 
21976
+ /***/ "ca37":
21977
+ /***/ (function(module, exports, __webpack_require__) {
21978
+
21979
+ // extracted by mini-css-extract-plugin
21980
+
21981
+ /***/ }),
21982
+
21781
21983
  /***/ "ca84":
21782
21984
  /***/ (function(module, exports, __webpack_require__) {
21783
21985
 
@@ -21918,6 +22120,13 @@ module.exports = function (key, value) {
21918
22120
  };
21919
22121
 
21920
22122
 
22123
+ /***/ }),
22124
+
22125
+ /***/ "cebe":
22126
+ /***/ (function(module, exports) {
22127
+
22128
+ module.exports = require("axios");
22129
+
21921
22130
  /***/ }),
21922
22131
 
21923
22132
  /***/ "cf51":
@@ -22078,13 +22287,6 @@ module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {
22078
22287
  }() : undefined);
22079
22288
 
22080
22289
 
22081
- /***/ }),
22082
-
22083
- /***/ "d3f5":
22084
- /***/ (function(module, exports, __webpack_require__) {
22085
-
22086
- // extracted by mini-css-extract-plugin
22087
-
22088
22290
  /***/ }),
22089
22291
 
22090
22292
  /***/ "d44e":
@@ -22141,7 +22343,7 @@ module.exports = require("core-js/modules/es.typed-array.uint8-array.js");
22141
22343
 
22142
22344
  "use strict";
22143
22345
 
22144
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5e035d90-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/component/svg/index.vue?vue&type=template&id=116546f7&scoped=true&
22346
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"746d0a94-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/component/svg/index.vue?vue&type=template&id=116546f7&scoped=true&
22145
22347
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',_vm._g({class:_vm.svgClass,attrs:{"aria-hidden":"true"}},_vm.$listeners),[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e(),_c('use',{attrs:{"xlink:href":_vm.iconName}})])}
22146
22348
  var staticRenderFns = []
22147
22349
 
@@ -22302,8 +22504,8 @@ module.exports = require("core-js/modules/es.function.name.js");
22302
22504
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22303
22505
 
22304
22506
  "use strict";
22305
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("2909");
22306
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("ade3");
22507
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("2909");
22508
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("ade3");
22307
22509
  /* harmony import */ var ant_design_vue_es_carousel_style__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("7442");
22308
22510
  /* harmony import */ var ant_design_vue_es_carousel_style__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(ant_design_vue_es_carousel_style__WEBPACK_IMPORTED_MODULE_2__);
22309
22511
  /* harmony import */ var ant_design_vue_es_carousel__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("34fc");
@@ -22332,9 +22534,9 @@ module.exports = require("core-js/modules/es.function.name.js");
22332
22534
  /* harmony import */ var ant_design_vue_es_modal_style__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(ant_design_vue_es_modal_style__WEBPACK_IMPORTED_MODULE_14__);
22333
22535
  /* harmony import */ var ant_design_vue_es_modal__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__("929f");
22334
22536
  /* harmony import */ var ant_design_vue_es_modal__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(ant_design_vue_es_modal__WEBPACK_IMPORTED_MODULE_15__);
22335
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__("3835");
22336
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__("1da1");
22337
- /* harmony import */ var D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__("5530");
22537
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__("3835");
22538
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__("1da1");
22539
+ /* harmony import */ var E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__("5530");
22338
22540
  /* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__("d16b");
22339
22541
  /* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_19__);
22340
22542
  /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__("f989");
@@ -22496,7 +22698,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
22496
22698
  readRecordList: []
22497
22699
  };
22498
22700
  },
22499
- computed: Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])(Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({}, Object(_store_helper__WEBPACK_IMPORTED_MODULE_41__[/* mapGetters */ "b"])(['userInfo', 'currentTab', 'isAppendMsg', 'message', 'msgList', 'sessionId', 'serviceId', 'scrollTo', 'isServer', 'clientId', 'sessionEnd', 'assemblyId', 'footerMessage', 'portraitPanelParams', 'assemblySetting', 'clientParams', 'onChating', 'classify', 'collapsed', 'barStatus', 'sessionHistoryList', 'enable', 'appendList', 'queueItem', 'isRecorderVoice'])), {}, {
22701
+ computed: Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])(Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({}, Object(_store_helper__WEBPACK_IMPORTED_MODULE_41__[/* mapGetters */ "b"])(['userInfo', 'currentTab', 'isAppendMsg', 'message', 'msgList', 'sessionId', 'serviceId', 'scrollTo', 'isServer', 'clientId', 'sessionEnd', 'assemblyId', 'footerMessage', 'portraitPanelParams', 'assemblySetting', 'clientParams', 'onChating', 'classify', 'collapsed', 'barStatus', 'sessionHistoryList', 'enable', 'appendList', 'queueItem', 'isRecorderVoice'])), {}, {
22500
22702
  orgId: function orgId() {
22501
22703
  var _this$userInfo, _this$userInfo$sysPar;
22502
22704
 
@@ -22632,7 +22834,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
22632
22834
  created: function created() {
22633
22835
  this.attachEvent();
22634
22836
  },
22635
- methods: Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])(Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])(Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({}, Object(_store_helper__WEBPACK_IMPORTED_MODULE_41__[/* mapMutations */ "c"])(['setIsAppendMsg', 'setMsgList', 'setScrollTo', 'setFooterMessage', 'setIsScrollListChange', 'setListChangeItem', 'setSessionId', 'setOnChating', 'setServiceId', 'setShowAudio', 'setVideoMode', 'setVideoMembers', 'setIsRecorderVoice'])), Object(_store_helper__WEBPACK_IMPORTED_MODULE_41__[/* mapActions */ "a"])({
22837
+ methods: Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])(Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])(Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({}, Object(_store_helper__WEBPACK_IMPORTED_MODULE_41__[/* mapMutations */ "c"])(['setIsAppendMsg', 'setMsgList', 'setScrollTo', 'setFooterMessage', 'setIsScrollListChange', 'setListChangeItem', 'setSessionId', 'setOnChating', 'setServiceId', 'setShowAudio', 'setVideoMode', 'setVideoMembers', 'setIsRecorderVoice'])), Object(_store_helper__WEBPACK_IMPORTED_MODULE_41__[/* mapActions */ "a"])({
22636
22838
  getEarlierMsg: 'setMsgList',
22637
22839
  handleBotChat: 'handleBotChat',
22638
22840
  sendMessage: 'sendMessage'
@@ -22891,7 +23093,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
22891
23093
  _data$params = data.params,
22892
23094
  params = _data$params === void 0 ? [] : _data$params,
22893
23095
  openMode = data.openMode;
22894
- dispatch && this.dispatchEvent('click_templateCard', Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({}, data));
23096
+ dispatch && this.dispatchEvent('click_templateCard', Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({}, data));
22895
23097
  if (!address) return;
22896
23098
 
22897
23099
  if (targetType === 'LINK_ADDRESS') {
@@ -22914,6 +23116,12 @@ var _customerStaffIcon = __webpack_require__("5b6c");
22914
23116
  }
22915
23117
 
22916
23118
  if (openMode === 'EJECT') {
23119
+ // 打开云his页面需要从cookie内获取最新的jsessionids
23120
+ if (address.includes('jsessionidsFlag=1')) {
23121
+ var jsessionids = _utils_vexutils__WEBPACK_IMPORTED_MODULE_51___default.a.cookie.get('jsessionids');
23122
+ address = address + "&jsessionids=".concat(jsessionids);
23123
+ }
23124
+
22917
23125
  this.modalShow = true;
22918
23126
  this.modalData = Object.assign({}, data, {
22919
23127
  address: address
@@ -22997,8 +23205,8 @@ var _customerStaffIcon = __webpack_require__("5b6c");
22997
23205
  if (data.result === 'SUCCESS') {
22998
23206
  var _this5$getContent;
22999
23207
 
23000
- _this5.dispatchEvent('msg_recallSuccess', Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({
23001
- message: Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({}, item)
23208
+ _this5.dispatchEvent('msg_recallSuccess', Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({
23209
+ message: Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({}, item)
23002
23210
  }, params));
23003
23211
 
23004
23212
  _this5.$set(item, 'recallFlag', 1); // 撤回成功提示
@@ -23158,7 +23366,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23158
23366
  });
23159
23367
  },
23160
23368
  postReadMessage: function postReadMessage(data) {
23161
- _utils_chatFetch__WEBPACK_IMPORTED_MODULE_42___default.a.post("/chat/".concat(this.isServer ? 'service' : 'access', "/readMessage"), _utils_chatFetch__WEBPACK_IMPORTED_MODULE_42__["qs"].stringify(Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({
23369
+ _utils_chatFetch__WEBPACK_IMPORTED_MODULE_42___default.a.post("/chat/".concat(this.isServer ? 'service' : 'access', "/readMessage"), _utils_chatFetch__WEBPACK_IMPORTED_MODULE_42__["qs"].stringify(Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({
23162
23370
  assemblyId: this.assemblyId,
23163
23371
  orgId: this.orgId,
23164
23372
  userId: this.userId,
@@ -23233,7 +23441,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23233
23441
  handleOpenPortraitPanel: function handleOpenPortraitPanel(item) {
23234
23442
  var _this9 = this;
23235
23443
 
23236
- return Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_17__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
23444
+ return Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_17__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
23237
23445
  var _this9$assemblySettin;
23238
23446
 
23239
23447
  var portraitPanelParams, clientParams, panelSetting;
@@ -23355,7 +23563,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23355
23563
  */
23356
23564
  handleSessionIdChange: function handleSessionIdChange(e) {
23357
23565
  var _e$target$value$split = e.target.value.split('-'),
23358
- _e$target$value$split2 = Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_16__[/* default */ "a"])(_e$target$value$split, 2),
23566
+ _e$target$value$split2 = Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_16__[/* default */ "a"])(_e$target$value$split, 2),
23359
23567
  sessionId = _e$target$value$split2[0],
23360
23568
  serviceId = _e$target$value$split2[1];
23361
23569
 
@@ -23425,7 +23633,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23425
23633
  },
23426
23634
  getRecallText: function getRecallText(item) {
23427
23635
  var flag = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
23428
- return Object(_utils__WEBPACK_IMPORTED_MODULE_50__[/* getRecallText */ "d"])(this, item, flag);
23636
+ return Object(_utils__WEBPACK_IMPORTED_MODULE_50__[/* getRecallText */ "e"])(this, item, flag);
23429
23637
  }
23430
23638
  }),
23431
23639
  directives: {
@@ -23433,7 +23641,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23433
23641
  },
23434
23642
  components: (_components = {
23435
23643
  AModal: ant_design_vue_es_modal__WEBPACK_IMPORTED_MODULE_15___default.a
23436
- }, Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_13___default.a.Content.name, ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_13___default.a.Content), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_spin__WEBPACK_IMPORTED_MODULE_11___default.a.name, ant_design_vue_es_spin__WEBPACK_IMPORTED_MODULE_11___default.a), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_icon__WEBPACK_IMPORTED_MODULE_9___default.a.name, ant_design_vue_es_icon__WEBPACK_IMPORTED_MODULE_9___default.a), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_popconfirm__WEBPACK_IMPORTED_MODULE_7___default.a.name, ant_design_vue_es_popconfirm__WEBPACK_IMPORTED_MODULE_7___default.a), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_radio__WEBPACK_IMPORTED_MODULE_5___default.a.Button.name, ant_design_vue_es_radio__WEBPACK_IMPORTED_MODULE_5___default.a.Button), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_radio__WEBPACK_IMPORTED_MODULE_5___default.a.Group.name, ant_design_vue_es_radio__WEBPACK_IMPORTED_MODULE_5___default.a.Group), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_carousel__WEBPACK_IMPORTED_MODULE_3___default.a.name, ant_design_vue_es_carousel__WEBPACK_IMPORTED_MODULE_3___default.a), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "SvgIcon", _component_svg_index_vue__WEBPACK_IMPORTED_MODULE_39__[/* default */ "a"]), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "MsgPrescription", _components_msg_prescription__WEBPACK_IMPORTED_MODULE_45__[/* default */ "a"]), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "ReadStatus", _components_read_status__WEBPACK_IMPORTED_MODULE_46__[/* default */ "a"]), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "ReadRecord", _components_read_record__WEBPACK_IMPORTED_MODULE_47__[/* default */ "a"]), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "MsgPicture", _components_msg_picture__WEBPACK_IMPORTED_MODULE_44__[/* default */ "a"]), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "MsgDescribe", _components_msg_describe__WEBPACK_IMPORTED_MODULE_43__[/* default */ "a"]), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "chatHeader", _chatHeader__WEBPACK_IMPORTED_MODULE_48__[/* default */ "a"]), _components),
23644
+ }, Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_13___default.a.Content.name, ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_13___default.a.Content), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_spin__WEBPACK_IMPORTED_MODULE_11___default.a.name, ant_design_vue_es_spin__WEBPACK_IMPORTED_MODULE_11___default.a), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_icon__WEBPACK_IMPORTED_MODULE_9___default.a.name, ant_design_vue_es_icon__WEBPACK_IMPORTED_MODULE_9___default.a), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_popconfirm__WEBPACK_IMPORTED_MODULE_7___default.a.name, ant_design_vue_es_popconfirm__WEBPACK_IMPORTED_MODULE_7___default.a), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_radio__WEBPACK_IMPORTED_MODULE_5___default.a.Button.name, ant_design_vue_es_radio__WEBPACK_IMPORTED_MODULE_5___default.a.Button), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_radio__WEBPACK_IMPORTED_MODULE_5___default.a.Group.name, ant_design_vue_es_radio__WEBPACK_IMPORTED_MODULE_5___default.a.Group), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_carousel__WEBPACK_IMPORTED_MODULE_3___default.a.name, ant_design_vue_es_carousel__WEBPACK_IMPORTED_MODULE_3___default.a), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "SvgIcon", _component_svg_index_vue__WEBPACK_IMPORTED_MODULE_39__[/* default */ "a"]), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "MsgPrescription", _components_msg_prescription__WEBPACK_IMPORTED_MODULE_45__[/* default */ "a"]), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "ReadStatus", _components_read_status__WEBPACK_IMPORTED_MODULE_46__[/* default */ "a"]), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "ReadRecord", _components_read_record__WEBPACK_IMPORTED_MODULE_47__[/* default */ "a"]), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "MsgPicture", _components_msg_picture__WEBPACK_IMPORTED_MODULE_44__[/* default */ "a"]), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "MsgDescribe", _components_msg_describe__WEBPACK_IMPORTED_MODULE_43__[/* default */ "a"]), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "chatHeader", _chatHeader__WEBPACK_IMPORTED_MODULE_48__[/* default */ "a"]), _components),
23437
23645
  watch: {
23438
23646
  msgList: function msgList() {
23439
23647
  this.observeMsg();
@@ -23445,9 +23653,9 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23445
23653
  var newArr = [];
23446
23654
 
23447
23655
  if (_utils_vexutils__WEBPACK_IMPORTED_MODULE_51___default.a.isPlainObject(this.message)) {
23448
- newArr = [].concat(Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.msgList), [this.message]);
23656
+ newArr = [].concat(Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.msgList), [this.message]);
23449
23657
  } else if (_utils_vexutils__WEBPACK_IMPORTED_MODULE_51___default.a.isArray(this.message)) {
23450
- newArr = [].concat(Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.msgList), Object(D_workspace_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.message));
23658
+ newArr = [].concat(Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.msgList), Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.message));
23451
23659
  }
23452
23660
 
23453
23661
  this.setMsgList(newArr);
@@ -24528,24 +24736,6 @@ module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
24528
24736
  };
24529
24737
 
24530
24738
 
24531
- /***/ }),
24532
-
24533
- /***/ "f6d0":
24534
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
24535
-
24536
- "use strict";
24537
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_multiVideo_vue_vue_type_style_index_0_id_3ae72c58_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("06a2");
24538
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_multiVideo_vue_vue_type_style_index_0_id_3ae72c58_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_multiVideo_vue_vue_type_style_index_0_id_3ae72c58_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
24539
- /* unused harmony reexport * */
24540
-
24541
-
24542
- /***/ }),
24543
-
24544
- /***/ "f70b":
24545
- /***/ (function(module, exports, __webpack_require__) {
24546
-
24547
- // extracted by mini-css-extract-plugin
24548
-
24549
24739
  /***/ }),
24550
24740
 
24551
24741
  /***/ "f772":
@@ -24584,6 +24774,13 @@ module.exports = require("core-js/modules/es.number.constructor.js");
24584
24774
 
24585
24775
  /***/ }),
24586
24776
 
24777
+ /***/ "fb9c":
24778
+ /***/ (function(module, exports) {
24779
+
24780
+ module.exports = require("cnhis-design-vue/es/utils/trtc");
24781
+
24782
+ /***/ }),
24783
+
24587
24784
  /***/ "fbec":
24588
24785
  /***/ (function(module, exports) {
24589
24786