【修改】AI Image 列表自动刷新改为5秒

This commit is contained in:
cherishsince 2024-05-28 11:37:15 +08:00
parent fdeedcfe7b
commit c8d26db4b4

View File

@ -101,7 +101,7 @@ onMounted(async () => {
// image // image
imageListInterval.value = setInterval(async () => { imageListInterval.value = setInterval(async () => {
await getImageList() await getImageList()
}, 3000) }, 5000)
}) })
// //
onUnmounted(async () => { onUnmounted(async () => {