fix
This commit is contained in:
parent
e081068c98
commit
29a175690d
|
|
@ -37,7 +37,9 @@ export const initFrontEnd = async (
|
|||
delete code.internal.frontend[id_site];
|
||||
} catch (e) {}
|
||||
} else {
|
||||
return;
|
||||
if (existing.ctx) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue