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