|
@@ -70,7 +70,7 @@ const apps = microApps.map((item) => {
|
|
|
container: '#micro-container', // 子应用挂载的div
|
|
container: '#micro-container', // 子应用挂载的div
|
|
|
props: {
|
|
props: {
|
|
|
routerBase: item.activeRule, // 下发基础路由
|
|
routerBase: item.activeRule, // 下发基础路由
|
|
|
- // actions
|
|
|
|
|
|
|
+ parentWindow: window,
|
|
|
fileMain, //文档上传组件 下发给子应用
|
|
fileMain, //文档上传组件 下发给子应用
|
|
|
store
|
|
store
|
|
|
}
|
|
}
|