From 31dea532c57b4a8ea467b7fe5a05faf383092a6f Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 19 Sep 2023 14:57:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20App.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 2f4352d5..8f44f9c7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -49,7 +49,7 @@ onBeforeMount(async () => { if (!isLargeScreen.value) { setTimeout(() => { isLoaded.value = true - }, 1000) + }, 500) } else { isLoaded.value = true