mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
fix: 修复乾坤 bug
This commit is contained in:
parent
cee623b6b8
commit
fbf32d6afc
@ -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(
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user