This commit is contained in:
Phoenix 2024-01-30 15:23:15 +08:00
parent 7987a8201c
commit b9ed271957

View File

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