mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-18 21:38:14 +00:00
feat: 添加project中的config项
This commit is contained in:
parent
cbe5ed7692
commit
33f0fb43c9
@ -70,7 +70,10 @@ const pages = Object.assign(project, {
|
|||||||
componentsMap: [],
|
componentsMap: [],
|
||||||
componentsTree,
|
componentsTree,
|
||||||
id: pages[0].id,
|
id: pages[0].id,
|
||||||
config: project.config,
|
config: {
|
||||||
|
...project.config,
|
||||||
|
...pages[0].config,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
true,
|
true,
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user