feat: 更新分页大小
aiartstudio-deploy / deploy (push) Successful in 2m4s

This commit is contained in:
2026-04-29 11:53:56 +08:00
parent f044ac05c2
commit 72f82dbbd2
+1 -1
View File
@@ -44,7 +44,7 @@ export const useHistoryStore = defineStore("history", () => {
errorMessage.value = "";
try {
const res = await ImageService.GetImageHistory(1, 20);
const res = await ImageService.GetImageHistory(1, 100);
if (res.code === 0 && res.data) {
histories.value = res.data.items;