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