更新 main.ts

This commit is contained in:
jxxghp
2025-01-15 16:42:12 +08:00
committed by GitHub
parent 61ecb421e6
commit fb1f6abf2e
+1 -1
View File
@@ -111,5 +111,5 @@ initializeApp().then(() => {
}, },
}) })
.mount('#app') .mount('#app')
.$nextTick(() => setTimeout(() => removeEl('#loading-bg'), 500)) .$nextTick(() => removeEl('#loading-bg'))
}) })