wangfei
2024-07-25 6671a156075e3fafe63b7768f2e81df4634f04f8
UI-Project/src/utils/WebSocketService.js
@@ -18,7 +18,6 @@
      if (!msg.data) {
        return;
      }
      const isLastChunk = msg.data.endsWith('<END>');
      //是否为最后一块消息
      messages += msg.data;