From 3d23e69749858e9f2eb946d8bfee2b436b363776 Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 25 Sep 2025 18:49:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B8=85=E7=A9=BAsceneId,=E5=88=86?= =?UTF-8?q?=E8=BA=AB=E4=BA=8C=E6=AC=A1=E8=BF=9B=E5=85=A5=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/components/chat/ChatMainList/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue index 2b56123..bad29be 100644 --- a/src/pages/index/components/chat/ChatMainList/index.vue +++ b/src/pages/index/components/chat/ChatMainList/index.vue @@ -430,12 +430,12 @@ const getMainPageData = async () => { const res = await mainPageData({ sceneId }); if (res.code === 0) { - appStore.setSceneId(""); initData(); mainPageDataModel.value = res.data; agentId.value = res.data.agentId; setTimeoutScrollToBottom(); } + appStore.setSceneId(""); // 清空sceneId,分身二次进入展示默认的 }; /// =============对话↓================