Fixes bug 新增 顶部混合菜单

This commit is contained in:
Ah jung
2021-08-06 17:06:33 +08:00
parent 450234e7ea
commit 3e0b8efe7e
19 changed files with 432 additions and 63 deletions

1
types/config.d.ts vendored
View File

@@ -27,6 +27,7 @@ export interface ImenuSetting {
minMenuWidth: number;
menuWidth: number;
fixed: boolean;
mixMenu: boolean;
}
export interface IcrumbsSetting {