feat: 清空sceneId,分身二次进入展示默认的

This commit is contained in:
2025-09-25 18:49:58 +08:00
parent ab88cf6067
commit 3d23e69749

View File

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