This commit is contained in:
Leo
2026-01-16 20:10:05 +08:00
parent 0053741c05
commit 37b30f4ddb

View File

@@ -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'
}