icestark
icestark copied to clipboard
主应用向微应用透传 props,子应用通过页面级的 props 获取到的frameworkProps为空;
主应用向微应用透传 props,子应用通过页面级的 props 获取到的frameworkProps为空;
"build-plugin-icestark": "^2.5.3",
icestark: {
Layout: FrameworkLayout,
getApps: async () => {
const apps = [{
path: ',
title: '',
loadScriptMode: 'fetch',
// React app demo: https://github.com/ice-lab/react-materials/tree/master/scaffolds/icestark-child
entry: 'http://xxxxxx:3334',
props: {
isBack:true
}
}];
return apps;