mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-06-29 10:04:44 +08:00
fix: qiankun plugin props error
This commit is contained in:
parent
87a59d5d87
commit
87f8bc5ec3
@ -94,7 +94,7 @@ export function genMount(mountElementId) {
|
||||
}
|
||||
hasMountedAtLeastOnce = true;
|
||||
cacheAppPromise.then((app)=>{
|
||||
if(!cache[props.name]) {
|
||||
if(props?.name && !cache[props.name]) {
|
||||
cache[props.name] = app;
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user