fix cssCodeSplit

This commit is contained in:
jxxghp
2023-09-20 15:35:49 +08:00
parent 999af85262
commit 628164d2bd
2 changed files with 2 additions and 6 deletions

View File

@@ -28,9 +28,4 @@ app
})
.use(VuetifyUseDialog)
.mount('#app')
// 小屏幕下1s后移除loading
if (window.innerWidth < 1024)
setTimeout(() => removeEl('#loading-bg'), 1000)
else
removeEl('#loading-bg')
.$nextTick(() => removeEl('#loading-bg'))