From 6c58484b36adc62d13a203c2c9f463c2ac36e2e2 Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 30 Apr 2026 11:23:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8E=BB=E6=8E=89=E4=BA=86=E5=8E=9F?= =?UTF-8?q?=E6=9D=A5=E7=9A=84=E6=AC=A2=E8=BF=8E=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ChatMain/ChatMainList/index.vue | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/pages/ChatMain/ChatMainList/index.vue b/src/pages/ChatMain/ChatMainList/index.vue index 93ca33f..479f81d 100644 --- a/src/pages/ChatMain/ChatMainList/index.vue +++ b/src/pages/ChatMain/ChatMainList/index.vue @@ -35,13 +35,7 @@ @scroll="handleScroll" @scrolltolower="handleScrollToLower" > - - - + { initData(); mainPageDataModel.value = res.data; agentId.value = res.data.agentId; - // 数据更新后再次测量欢迎区高度 - welcomeRef.value.measureWelcomeHeight((data) => { - console.log("🚀 ~ getMainPageData ~ data:", data); - welcomeHeight.value = data.height; - }); } appStore.setSceneId(""); // 清空sceneId,分身二次进入展示默认的 };