Merge remote-tracking branch 'origin/feature/0909_主agent优化' into test

This commit is contained in:
rd
2025-09-09 17:21:35 +08:00
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 {