v3.7.2 版本代码合并

This commit is contained in:
JEECG
2024-12-09 15:10:46 +08:00
parent 64b29f47e0
commit b0c4194602
118 changed files with 12729 additions and 1596 deletions

10
jeecgboot-vue3/types/main.d.ts vendored Normal file
View File

@@ -0,0 +1,10 @@
// 应用参数
export type MainAppProps = {
container?: HTMLElement;
// 隐藏侧边栏(菜单)
hideSider?: boolean;
// 隐藏顶部
hideHeader?: boolean;
// 隐藏 多Tab 切换
hideMultiTabs?: boolean;
}