feat: 会话历史回溯

This commit is contained in:
2026-03-02 11:29:07 +08:00
parent 338c67d5b8
commit bd0a5a8c6b
7 changed files with 76 additions and 21 deletions

View File

@@ -573,7 +573,7 @@
})
// console.log('Create project with:', params)
router.push('/home/agent', { query: params })
router.push(`/home/agent/${projectres}`, { query: params })
}
// 暴露方法给父组件