mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
修改加载背景元素的移除逻辑,确保正确清除加载指示器
This commit is contained in:
@@ -111,5 +111,5 @@ initializeApp().then(() => {
|
||||
},
|
||||
})
|
||||
.mount('#app')
|
||||
.$nextTick(() => setTimeout(() => removeEl('#app-loading'), 500))
|
||||
.$nextTick(() => setTimeout(() => removeEl('#loading-bg'), 500))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user