lrf402788946 5 năm trước cách đây
mục cha
commit
b30afadd29
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/live/hall/parts/chat.vue

+ 1 - 1
src/views/live/hall/parts/chat.vue

@@ -62,7 +62,7 @@ export default {
     },
     channel() {
       this.$stomp({
-        [`/exchange/group_chat/1`]: this.onMessage,
+        [`/exchange/public_chat`]: this.onMessage,
       });
     },
     onMessage(message) {