From 1a0eadccb2da773fdb8e9d1428b490ce4601df7b Mon Sep 17 00:00:00 2001 From: hzhaoy Date: Tue, 20 Jun 2023 15:54:11 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20#675:=20=E8=A7=A3=E5=86=B3=E5=9B=A0vue?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BB=A3=E7=A0=81=E6=9C=89=E8=AF=AF=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E9=95=9C=E5=83=8F=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/src/views/chat/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/src/views/chat/index.vue b/views/src/views/chat/index.vue index b9eac9b..814005c 100644 --- a/views/src/views/chat/index.vue +++ b/views/src/views/chat/index.vue @@ -555,7 +555,7 @@ const options = computed(() => { return common }) -function handleSelect(key: 'copyText' | 'delete' | 'toggleRenderType') { +function handleSelect(key: string) { if (key == '清除会话') { handleClear() } @@ -658,7 +658,6 @@ function searchfun() {