mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 14:04:28 +00:00
feat: 添加project中的config项
This commit is contained in:
parent
cbe5ed7692
commit
33f0fb43c9
@ -70,8 +70,11 @@ 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,
|
||||||
);
|
);
|
||||||
// FIXME: 在页面节点初始化结束后,还有响应式变量变化导致了多次变化
|
// FIXME: 在页面节点初始化结束后,还有响应式变量变化导致了多次变化
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user