可信代码库-AI大模型创建会话\会话列表\会话详情接口对接及前端功能开发

This commit is contained in:
付民康
2025-05-15 17:02:39 +08:00
parent 9bebf2fdb8
commit 992f6fadd2
2 changed files with 2 additions and 4 deletions

View File

@@ -314,7 +314,7 @@ const getQuestionHistory = async () => {
// Message.error(data.error||'接口异常!')
}
} else {
Message.warning('请先登录!')
Message.error('请先登录!')
}
};