hongjli
2025-04-10 ad47ed6eb99ddb9be84240fc3fd93c7d54016ebc
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 (