【优化】调整 image 列表刷新时间

This commit is contained in:
cherishsince 2024-05-30 16:12:42 +08:00
parent 8f2c6ab0db
commit 87ffd38dcd

View File

@ -99,7 +99,7 @@ onMounted(async () => {
// image // image
imageListInterval.value = setInterval(async () => { imageListInterval.value = setInterval(async () => {
await getImageList() await getImageList()
}, 5000) }, 1000 * 20)
}) })
// //
onUnmounted(async () => { onUnmounted(async () => {