fix console.log
This commit is contained in:
parent
c2f85a5735
commit
9acf151c23
File diff suppressed because one or more lines are too long
|
|
@ -38,7 +38,6 @@ export const initBaseRoute = async () => {
|
||||||
base.layout.meta = {};
|
base.layout.meta = {};
|
||||||
if (base.layout.root) {
|
if (base.layout.root) {
|
||||||
await scanComponent(base.layout.root.childs);
|
await scanComponent(base.layout.root.childs);
|
||||||
console.log(Object.values(base.comp.list).map((e) => e.name));
|
|
||||||
rebuildMeta(base.layout.meta, base.layout.root);
|
rebuildMeta(base.layout.meta, base.layout.root);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue