diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue index 1dc2311..1c7f483 100644 --- a/src/pages/index/components/chat/ChatMainList/index.vue +++ b/src/pages/index/components/chat/ChatMainList/index.vue @@ -394,7 +394,6 @@ const getMainPageData = async () => { initData(); mainPageDataModel.value = res.data; agentId.value = res.data.agentId; - setTimeoutScrollToBottom(); } appStore.setSceneId(""); // 清空sceneId,分身二次进入展示默认的 };