【修改】AI Image 列表自动刷新改为5秒
This commit is contained in:
parent
fdeedcfe7b
commit
c8d26db4b4
@ -101,7 +101,7 @@ onMounted(async () => {
|
||||
// 自动刷新 image 列表
|
||||
imageListInterval.value = setInterval(async () => {
|
||||
await getImageList()
|
||||
}, 3000)
|
||||
}, 5000)
|
||||
})
|
||||
//
|
||||
onUnmounted(async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user