refactor: 登录页加载时仅包含最基础的静态资源
--story=1011375 --user=刘瑞斌 登录系统加载耗时优化 https://www.tapd.cn/55049933/s/1359923 Closes #22430
This commit is contained in:
parent
346899694d
commit
8a75fd7ed6
|
@ -46,7 +46,7 @@ getApps()
|
|||
//注册子应用
|
||||
registerMicroApps(apps);
|
||||
//启动
|
||||
start({prefetch: 'all'});
|
||||
start();
|
||||
})
|
||||
.catch(e => {
|
||||
console.error(e);
|
||||
|
|
Loading…
Reference in New Issue