mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 04:03:42 +08:00
feat: add task type params for add new mj task
This commit is contained in:
@@ -543,7 +543,7 @@ const connect = function (chat_id, role_id) {
|
||||
content: _role['hello_msg'],
|
||||
orgContent: _role['hello_msg'],
|
||||
})
|
||||
ElMessage.success("对话连接成功!")
|
||||
ElMessage.success({message: "对话连接成功!", duration: 500})
|
||||
} else { // 加载聊天记录
|
||||
loadChatHistory(chat_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user