icestark icon indicating copy to clipboard operation
icestark copied to clipboard

主应用向微应用透传 props,子应用通过页面级的 props 获取到的frameworkProps为空;

Open yizhifeimao opened this issue 3 years ago • 0 comments

主应用向微应用透传 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;

yizhifeimao avatar Oct 18 '22 07:10 yizhifeimao