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