From 37b30f4ddbf9215d7671ad496276eefd6cd7e3db Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 16 Jan 2026 20:10:05 +0800 Subject: [PATCH] 1 --- src/layout/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 919c0f6..d74ed00 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -52,8 +52,8 @@ export default { }, classObj() { return { - hideSidebar: !this.sidebar.opened, - openSidebar: this.sidebar.opened, + hideSidebar: false, // 侧边栏始终展开 + openSidebar: true, // 侧边栏始终展开 withoutAnimation: this.sidebar.withoutAnimation, mobile: this.device === 'mobile' }