From 582e432e6ab63447fdf204801486f6b04edc5fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E5=85=B8=E5=8D=93?= Date: Fri, 18 Apr 2025 16:35:19 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20UI=E6=94=B9=E7=89=88=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stores/userChatGroupStore.js | 1 - 1 file changed, 1 deletion(-) 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);