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