From 950c9a8f5e88cc3fe934846b0596419b4795d4cd Mon Sep 17 00:00:00 2001 From: hongjli <3117313295@qq.com> Date: 星期四, 10 四月 2025 15:42:00 +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