Commit eeb667fe authored by 邓晓峰's avatar 邓晓峰

fix: micro sanbox

parent 0cff1a38
Pipeline #21706 passed with stages
...@@ -50,16 +50,6 @@ export const initMicroApps = loader => { ...@@ -50,16 +50,6 @@ export const initMicroApps = loader => {
], ],
beforeMount: [ beforeMount: [
app => { app => {
// hookRequest()
// ReactDOM.unmountComponentAtNode(
// document.getElementById('subapp-container'),
// );
// console.log(
// '[LifeCycle] before mount %c%s',
// 'color: green;',
// JSON.stringify(app),
// );
// window.share.event.removeAllListeners();
Logger.info(`[LifeCycle] before mount %c%s ${app.name}`); Logger.info(`[LifeCycle] before mount %c%s ${app.name}`);
}, },
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment