wujingjing
2024-10-16 e5146fb2b0230b9a3c4002290639d69a4bc82467
src/components/chat/hooks/useScrollLoad.ts
@@ -79,7 +79,7 @@
    */
   const loadRangeData = async (lastEnd = nextUserMsgEndIndex.value) => {
      const res = await QueryHistoryDetail({
         history_group_id: unref(historyGroupId),,
         history_group_id: unref(historyGroupId),
         last_end: lastEnd,
         last_count: LOAD_CHAT_LIMIT,
      });