From ff81fb75505db07e2f7b757a5f8f417dde7fad8f Mon Sep 17 00:00:00 2001 From: donghaolin <17667510818@163.com> Date: Fri, 14 Mar 2025 16:21:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86ai=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AIchat.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/AIchat.vue b/src/views/AIchat.vue index bcf99b7..9587f98 100644 --- a/src/views/AIchat.vue +++ b/src/views/AIchat.vue @@ -26,7 +26,6 @@ const dialogVisible = ref(false); const currentNews = ref(""); const showNews = (news) => { currentNews.value = news; - dialogVisible.value = true; // 触发自定义事件 emit("updateMessage", news.title); emit("sendMessage");