营销:优化装修编辑器

This commit is contained in:
owen
2023-11-05 12:40:32 +08:00
parent 0b0ba1f313
commit 434aa864da
4 changed files with 267 additions and 208 deletions

View File

@ -51,7 +51,7 @@ export interface PageConfig {
// 顶部导航栏属性
navigationBar: NavigationBarProperty
// 底部导航菜单属性
tabBar: TabBarProperty
tabBar?: TabBarProperty
// 页面组件列表
components: PageComponent[]
}