build: 微应用预加载使用默认配置
This commit is contained in:
parent
89322d4b32
commit
cf38377d2b
|
@ -46,7 +46,7 @@ getApps()
|
||||||
//注册子应用
|
//注册子应用
|
||||||
registerMicroApps(apps);
|
registerMicroApps(apps);
|
||||||
//启动
|
//启动
|
||||||
start({prefetch: 'all'});
|
start();
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
|
|
Loading…
Reference in New Issue