perf: openapi

This commit is contained in:
archer
2023-07-23 20:15:25 +08:00
parent 67e10d6f2c
commit ba965320d5
3 changed files with 11 additions and 17 deletions

View File

@@ -169,7 +169,7 @@ const ShareChat = ({ shareId, chatId }: { shareId: string; chatId: string }) =>
onChangeChat={(chatId) => {
console.log(chatId);
router.push({
router.replace({
query: {
chatId: chatId || '',
shareId