From eabc0995b96354ccf4242c68c65a5977abff9118 Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Wed, 1 Apr 2026 08:59:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(exit):=20=20=E4=B8=8D=E8=A6=81=E9=87=8D?= =?UTF-8?q?=E5=AE=9A=E5=90=91=E5=88=B0/new=E8=80=8C=E6=98=AF=E5=88=B7?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/app/workspace/chats/[thread_id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }} > 确定