Skip to content

Commit 87ffd38

Browse files
committed
【优化】调整 image 列表刷新时间
1 parent 8f2c6ab commit 87ffd38

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
@@ -99,7 +99,7 @@ onMounted(async () => {
9999
// 自动刷新 image 列表
100100
imageListInterval.value = setInterval(async () => {
101101
await getImageList()
102-
}, 5000)
102+
}, 1000 * 20)
103103
})
104104
//
105105
onUnmounted(async () => {

0 commit comments

Comments
 (0)