Commit c8d26db4 by cherishsince

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

parent fdeedcfe
......@@ -101,7 +101,7 @@ onMounted(async () => {
// 自动刷新 image 列表
imageListInterval.value = setInterval(async () => {
await getImageList()
}, 3000)
}, 5000)
})
//
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