diff --git a/frontend/src/app/workspace/chats/[thread_id]/page.tsx b/frontend/src/app/workspace/chats/[thread_id]/page.tsx index 4f1dcf52..e16a7e37 100644 --- a/frontend/src/app/workspace/chats/[thread_id]/page.tsx +++ b/frontend/src/app/workspace/chats/[thread_id]/page.tsx @@ -475,7 +475,7 @@ export default function ChatPage() { XClawUsed: false, }); // 使用完整页面刷新确保组件重新挂载,isNewThread 为 true - window.location.href = "/workspace/chats/new"; + window.location.reload(); }} > 确定