lrf402788946 hace 5 años
padre
commit
b30afadd29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {