Browse Source

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

cherishsince 1 năm trước cách đây
mục cha
commit
87ffd38dcd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/ai/image/ImageTask.vue

+ 1 - 1
src/views/ai/image/ImageTask.vue

@@ -99,7 +99,7 @@ onMounted(async () => {
   // 自动刷新 image 列表
   imageListInterval.value = setInterval(async () => {
     await getImageList()
-  }, 5000)
+  }, 1000 * 20)
 })
 //
 onUnmounted(async () => {