feat: 首页任务选择

This commit is contained in:
rd
2025-09-09 17:21:23 +08:00
parent 89310acbea
commit c2e28b62ca
2 changed files with 16 additions and 11 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 {