lrf402788946 5 年之前
父节点
当前提交
b30afadd29
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {