diff --git a/main/src/micro/index.js b/main/src/micro/index.js index 4ac40ce..2e71ae1 100644 --- a/main/src/micro/index.js +++ b/main/src/micro/index.js @@ -30,7 +30,7 @@ const registerGlobalMicroApps = () => { }); start({ - prefetch: 'all', // 取消预加载 + prefetch: false, // 取消预加载 sandbox: { experimentalStyleIsolation: true }, });