feat(exit): 不要重定向到/new而是刷新
This commit is contained in:
parent
bb2338e65b
commit
eabc0995b9
|
|
@ -475,7 +475,7 @@ export default function ChatPage() {
|
|||
XClawUsed: false,
|
||||
});
|
||||
// 使用完整页面刷新确保组件重新挂载,isNewThread 为 true
|
||||
window.location.href = "/workspace/chats/new";
|
||||
window.location.reload();
|
||||
}}
|
||||
>
|
||||
确定
|
||||
|
|
|
|||
Loading…
Reference in New Issue