src/layout/component/sidebar/components/ChatRecord.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/layout/component/sidebar/components/ChatRecord.vue
@@ -103,13 +103,13 @@ const newChatRoomClick = async () => { const res = await CreateHistoryGroup({ group_title: 'chat room', group_title: '新建对话开始', }); const newRoom = { id: res.history_group_id, isInitial: true, title: 'chat room', title: '新建对话开始', }; if (!chatRoomList.value) { chatRoomList.value = [newRoom];