From 33f9d611b4862f14ca00f547b37b173eb94e5c2a Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 22 Apr 2025 11:31:26 +0800 Subject: [PATCH] =?UTF-8?q?Fix(AI):[#3661]=E4=BB=8A=E6=97=A5AI=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E8=AE=B0=E5=BD=95=E5=88=A0=E9=99=A4=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/components/historyList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiChat/components/historyList.vue b/aiChat/components/historyList.vue index 06b0741..32b9187 100644 --- a/aiChat/components/historyList.vue +++ b/aiChat/components/historyList.vue @@ -20,7 +20,7 @@ :src="webUrl + '/aiChat/delete.png'" class="icon" mode="widthFix" - @click="deleteRecords(2)" + @click="deleteRecords(1)" />