build: 微应用预加载使用默认配置

This commit is contained in:
CaptainB 2022-10-13 13:25:33 +08:00 committed by 刘瑞斌
parent 89322d4b32
commit cf38377d2b
1 changed files with 1 additions and 1 deletions

View File

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