From fbf32d6afc55d19360233472b3c40e9eb487f032 Mon Sep 17 00:00:00 2001 From: wanchun <445436867@qq.com> Date: Tue, 7 Jun 2022 20:07:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B9=BE=E5=9D=A4=20b?= =?UTF-8?q?ug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fes-plugin-qiankun/src/main/runtime/MicroApp.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fes-plugin-qiankun/src/main/runtime/MicroApp.tpl b/packages/fes-plugin-qiankun/src/main/runtime/MicroApp.tpl index 30809037..4e524891 100644 --- a/packages/fes-plugin-qiankun/src/main/runtime/MicroApp.tpl +++ b/packages/fes-plugin-qiankun/src/main/runtime/MicroApp.tpl @@ -76,7 +76,7 @@ export const MicroApp = defineComponent({ // 只有当name变化时才重新加载新的子应用 const loadApp = () => { const appConfig = appConfigRef.value; - const { name, cacheName } = appConfig; + const { name, entry } = appConfig; // 加载新的 const app = loadMicroApp( {