更新 App.vue

This commit is contained in:
jxxghp
2025-01-26 22:28:30 +08:00
committed by GitHub
parent 51beb53f51
commit f5fe39b2d2
+1 -1
View File
@@ -48,7 +48,7 @@ onMounted(() => {
nextTick(() => { nextTick(() => {
setTimeout(() => { setTimeout(() => {
removeEl('#loading-bg') removeEl('#loading-bg')
}, 1000) }, 1500)
}) })
}) })
}) })