luma create and list api is ready

This commit is contained in:
RockYang
2024-09-02 18:08:50 +08:00
parent dfc6c87250
commit 2e5bd238b7
9 changed files with 311 additions and 115 deletions

View File

@@ -547,7 +547,7 @@ const removeChat = function (chat) {
return e1.id === e2.id
})
// 重置会话
newChat();
_newChat();
}).catch(e => {
ElMessage.error("操作失败:" + e.message);
})