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