修改加载背景元素的移除逻辑,确保正确清除加载指示器

This commit is contained in:
jxxghp
2025-01-15 15:37:59 +08:00
parent 0098f9db2f
commit 61ecb421e6

View File

@@ -111,5 +111,5 @@ initializeApp().then(() => {
},
})
.mount('#app')
.$nextTick(() => setTimeout(() => removeEl('#app-loading'), 500))
.$nextTick(() => setTimeout(() => removeEl('#loading-bg'), 500))
})