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() {