feat: 更新聊天视图样式和功能,增加首页任务选择API及数据展示

This commit is contained in:
rd
2025-09-12 15:18:46 +08:00
14 changed files with 252 additions and 227 deletions

View File

@ -30,6 +30,11 @@ export const getConversationList = (params: {}) => {
return Http.get(`/v1/conversation/message/list`, params);
};
// 首页任务选择
export const getHotTask = () => {
return Http.get(`/v1/multi-agent/hot-task`);
};
export const getHeaders = () => {
const store = useEnterpriseStore();
return {