fix(themeConfig): 默认折叠菜单改为true

修改默认菜单折叠状态为true,提升用户体验
This commit is contained in:
34701892@qq.com 2025-11-11 18:26:41 +08:00
parent 4e6d0b06e2
commit 21a5412237
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export const useThemeConfig = defineStore('themeConfig', {
*
*/
// 是否开启菜单水平折叠效果
isCollapse: false,
isCollapse: true,
// 是否开启菜单手风琴效果
isUniqueOpened: true,
// 是否开启固定 Header