From 61ecb421e68861259dba94c119ac71980c18ecea Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 15 Jan 2025 15:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8A=A0=E8=BD=BD=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E5=85=83=E7=B4=A0=E7=9A=84=E7=A7=BB=E9=99=A4=E9=80=BB?= =?UTF-8?q?=E8=BE=91=EF=BC=8C=E7=A1=AE=E4=BF=9D=E6=AD=A3=E7=A1=AE=E6=B8=85?= =?UTF-8?q?=E9=99=A4=E5=8A=A0=E8=BD=BD=E6=8C=87=E7=A4=BA=E5=99=A8?= 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 e92c4599..3348b940 100644 --- a/src/main.ts +++ b/src/main.ts @@ -111,5 +111,5 @@ initializeApp().then(() => { }, }) .mount('#app') - .$nextTick(() => setTimeout(() => removeEl('#app-loading'), 500)) + .$nextTick(() => setTimeout(() => removeEl('#loading-bg'), 500)) })