Commit 0e8f6915 authored by 邓晓峰's avatar 邓晓峰

fix: 修复loading 加载时机

parent a5f82f10
Pipeline #23193 skipped with stages
......@@ -53,13 +53,12 @@ export const initMicroApps = (loader, store) => {
],
beforeMount: [
app => {
debugger
store.dispatch(actionCreators.updateMicroMounted(false));
Logger.info(`[LifeCycle] before mount %c%s ${app.name}`);
},
],
afterMount: [
app => {
store.dispatch(actionCreators.updateMicroMounted(false));
Logger.info(`[LifeCycle] after 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