mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	【修改】AI Image 列表自动刷新改为5秒
This commit is contained in:
		@@ -101,7 +101,7 @@ onMounted(async () => {
 | 
			
		||||
  // 自动刷新 image 列表
 | 
			
		||||
  imageListInterval.value = setInterval(async () => {
 | 
			
		||||
    await getImageList()
 | 
			
		||||
  }, 3000)
 | 
			
		||||
  }, 5000)
 | 
			
		||||
})
 | 
			
		||||
//
 | 
			
		||||
onUnmounted(async () => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user