更新 main.ts

This commit is contained in:
jxxghp
2025-01-15 16:42:12 +08:00
committed by GitHub
parent 61ecb421e6
commit fb1f6abf2e

View File

@@ -111,5 +111,5 @@ initializeApp().then(() => {
},
})
.mount('#app')
.$nextTick(() => setTimeout(() => removeEl('#loading-bg'), 500))
.$nextTick(() => removeEl('#loading-bg'))
})