From fb1f6abf2e10ce87268da45b794a965731604769 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 15 Jan 2025 16:42:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20main.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 3348b940..79ec4bce 100644 --- a/src/main.ts +++ b/src/main.ts @@ -111,5 +111,5 @@ initializeApp().then(() => { }, }) .mount('#app') - .$nextTick(() => setTimeout(() => removeEl('#loading-bg'), 500)) + .$nextTick(() => removeEl('#loading-bg')) })