1.完成ai聊天页面新

This commit is contained in:
2025-08-14 11:42:34 +08:00
parent d3b5f50a2a
commit 114a30acb8
7 changed files with 881 additions and 42 deletions

View File

@@ -15,9 +15,9 @@ export const getHistory = ({
limit
};
// 如果有beforeId参数添加到请求中
// 如果有beforeId参数添加到请求中后端参数名为firstId
if (beforeId) {
params.beforeId = beforeId;
params.firstId = beforeId;
}
return request({