refactor: 登录页加载时仅包含最基础的静态资源

--story=1011375 --user=刘瑞斌 登录系统加载耗时优化 https://www.tapd.cn/55049933/s/1359923

Closes #22430
This commit is contained in:
CaptainB 2023-04-06 19:00:24 +08:00 committed by 刘瑞斌
parent 346899694d
commit 8a75fd7ed6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ getApps()
//注册子应用
registerMicroApps(apps);
//启动
start({prefetch: 'all'});
start();
})
.catch(e => {
console.error(e);