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,分身二次进入展示默认的 }; /// =============对话↓================