perf: dynamic

This commit is contained in:
archer
2023-07-28 16:09:10 +08:00
parent 0a689b0ab8
commit 5d0c8fa462
5 changed files with 5 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ const ToolMenu = ({ history }: { history: ChatItemType[] }) => {
icon: 'chat',
label: '新对话',
onClick: () => {
router.push({
router.replace({
query: {
appId
}