fix: 前端页面架构重构优化
This commit is contained in:
@@ -36,7 +36,7 @@ export const useSessionStore = defineStore('session', () => {
|
||||
try {
|
||||
// 清空当前选中会话信息
|
||||
setCurrentSession(null);
|
||||
router.replace({ name: 'chatConversationWithId' });
|
||||
await router.replace({ name: 'chatConversation' });
|
||||
}
|
||||
catch (error) {
|
||||
console.error('createSessionBtn错误:', error);
|
||||
|
||||
Reference in New Issue
Block a user