Commit 87ffd38d by cherishsince

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

parent 8f2c6ab0
...@@ -99,7 +99,7 @@ onMounted(async () => { ...@@ -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 () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment