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