更新 App.vue

This commit is contained in:
jxxghp
2025-01-26 22:28:30 +08:00
committed by GitHub
parent 51beb53f51
commit f5fe39b2d2

View File

@@ -48,7 +48,7 @@ onMounted(() => {
nextTick(() => {
setTimeout(() => {
removeEl('#loading-bg')
}, 1000)
}, 1500)
})
})
})