From b9ed271957c080c9178c1babad8329714d8a1ab3 Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:23:15 +0800 Subject: [PATCH] s --- src/views/chat/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/chat/index.vue b/src/views/chat/index.vue index 79faa16..b390b69 100644 --- a/src/views/chat/index.vue +++ b/src/views/chat/index.vue @@ -26,7 +26,6 @@ const { sessionDetail:dataSources ,currentListUuid,gptMode,isStop} = storeToRefs const dialog = useDialog() const ms = useMessage() const chatStore = useChatStore() - const { isMobile } = useBasicLayout() const { addChat, updateChat, updateChatSome, getChatByUuidAndIndex } = useChat() const { scrollRef, scrollToBottom, scrollToBottomIfAtBottom } = useScroll()