From 21a5412237baab3814c9307d7941e7ce5efe2753 Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Tue, 11 Nov 2025 18:26:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(themeConfig):=20=E9=BB=98=E8=AE=A4=E6=8A=98?= =?UTF-8?q?=E5=8F=A0=E8=8F=9C=E5=8D=95=E6=94=B9=E4=B8=BAtrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改默认菜单折叠状态为true,提升用户体验 --- src/stores/themeConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/themeConfig.ts b/src/stores/themeConfig.ts index 17c0e25..7384746 100644 --- a/src/stores/themeConfig.ts +++ b/src/stores/themeConfig.ts @@ -60,7 +60,7 @@ export const useThemeConfig = defineStore('themeConfig', { * 界面设置 */ // 是否开启菜单水平折叠效果 - isCollapse: false, + isCollapse: true, // 是否开启菜单手风琴效果 isUniqueOpened: true, // 是否开启固定 Header