fix: 加载进度优化与登录弹窗优化

This commit is contained in:
Gsh
2025-07-28 13:43:46 +08:00
parent 1986901031
commit 5c85ed13fd
3 changed files with 8 additions and 6 deletions

View File

@@ -29,6 +29,3 @@ app.use(store);
// 挂载 Vue 应用
// mount 完成说明应用初始化完毕,此时手动通知 loading 动画结束
app.mount('#app');
// 通知 index.html 的 loading 动画进度拉满并淡出
(window as any).finishLoading?.();