From 5de65851f77186795a90738b3e38563a9e8fb097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BC=A0=E6=B3=A2?= <1455047191@qq.com> Date: Wed, 22 Jan 2025 17:37:32 +0800 Subject: [PATCH] fix --- main/src/micro/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, });