feat(exit): 不要重定向到/new而是刷新

This commit is contained in:
肖应宇 2026-04-01 08:59:11 +08:00
parent bb2338e65b
commit eabc0995b9
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ export default function ChatPage() {
XClawUsed: false, XClawUsed: false,
}); });
// 使用完整页面刷新确保组件重新挂载isNewThread 为 true // 使用完整页面刷新确保组件重新挂载isNewThread 为 true
window.location.href = "/workspace/chats/new"; window.location.reload();
}} }}
> >