feat: add task type params for add new mj task

This commit is contained in:
RockYang
2023-09-16 14:01:53 +08:00
parent e64946c3b6
commit 26944f9e39
7 changed files with 56 additions and 56 deletions

View File

@@ -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);
}