From 8a75fd7ed610cd6667fb415daae34f95f753af01 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 6 Apr 2023 19:00:24 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E6=97=B6=E4=BB=85=E5=8C=85=E5=90=AB=E6=9C=80?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E7=9A=84=E9=9D=99=E6=80=81=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1011375 --user=刘瑞斌 登录系统加载耗时优化 https://www.tapd.cn/55049933/s/1359923 Closes #22430 --- 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);