From ad47ed6eb99ddb9be84240fc3fd93c7d54016ebc Mon Sep 17 00:00:00 2001 From: hongjli <3117313295@qq.com> Date: 星期四, 10 四月 2025 15:01:13 +0800 Subject: [PATCH] 聊天页面优化 --- src/components/SceneIntroDialog.tsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/SceneIntroDialog.tsx b/src/components/SceneIntroDialog.tsx index c5d8a36..dd8c578 100644 --- a/src/components/SceneIntroDialog.tsx +++ b/src/components/SceneIntroDialog.tsx @@ -46,7 +46,7 @@ const handleStartChat = () => { onClose(); - router.push('/ai-scene/chat'); + router.push(`/ai-scene/chat?scene=${scene.chatbotId}`); }; return ( -- Gitblit v1.9.3