更新 App.vue

This commit is contained in:
jxxghp
2023-09-19 14:57:38 +08:00
committed by GitHub
parent 3d54e5d965
commit 31dea532c5

View File

@@ -49,7 +49,7 @@ onBeforeMount(async () => {
if (!isLargeScreen.value) {
setTimeout(() => {
isLoaded.value = true
}, 1000)
}, 500)
}
else {
isLoaded.value = true