Skip to content

Commit c8d26db

Browse files
committed
【修改】AI Image 列表自动刷新改为5秒
1 parent fdeedcf commit c8d26db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/ai/image/ImageTask.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ onMounted(async () => {
101101
// 自动刷新 image 列表
102102
imageListInterval.value = setInterval(async () => {
103103
await getImageList()
104-
}, 3000)
104+
}, 5000)
105105
})
106106
//
107107
onUnmounted(async () => {

0 commit comments

Comments
 (0)