mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-10 19:44:59 +00:00
【优化】调整 image 列表刷新时间
This commit is contained in:
@@ -99,7 +99,7 @@ onMounted(async () => {
|
|||||||
// 自动刷新 image 列表
|
// 自动刷新 image 列表
|
||||||
imageListInterval.value = setInterval(async () => {
|
imageListInterval.value = setInterval(async () => {
|
||||||
await getImageList()
|
await getImageList()
|
||||||
}, 5000)
|
}, 1000 * 20)
|
||||||
})
|
})
|
||||||
//
|
//
|
||||||
onUnmounted(async () => {
|
onUnmounted(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user