From c989d5b4ab1cb6ec0637f96c41af74ced1a4c61a Mon Sep 17 00:00:00 2001 From: zoujing Date: Fri, 31 Oct 2025 01:17:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AF=B7=E6=B1=82=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=8D=E6=BB=9A=E5=88=B0=E5=BA=95=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/components/chat/ChatMainList/index.vue | 1 - 1 file changed, 1 deletion(-) 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,分身二次进入展示默认的 };