diff --git a/stores/userChatGroupStore.js b/stores/userChatGroupStore.js index b714bb2..2c00344 100644 --- a/stores/userChatGroupStore.js +++ b/stores/userChatGroupStore.js @@ -133,7 +133,6 @@ const useChatGroupDBStore = defineStore("messageGroup", () => { displayText: '', // 用于流式渲染展示 dataId: customDataID }; - console.log(messages.value) const index = messages.value.length; messages.value.push(newMsg);