From cf38377d2b976068d7d955bd488f69c91d9cb813 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 13 Oct 2022 13:25:33 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=BE=AE=E5=BA=94=E7=94=A8=E9=A2=84?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E4=BD=BF=E7=94=A8=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- framework/sdk-parent/frontend/src/micro-app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/micro-app.js b/framework/sdk-parent/frontend/src/micro-app.js index 4dd7a2927d..d15c1f0456 100644 --- a/framework/sdk-parent/frontend/src/micro-app.js +++ b/framework/sdk-parent/frontend/src/micro-app.js @@ -46,7 +46,7 @@ getApps() //注册子应用 registerMicroApps(apps); //启动 - start({prefetch: 'all'}); + start(); }) .catch(e => { console.error(e);