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() { classObj() {
return { return {
hideSidebar: !this.sidebar.opened, hideSidebar: false, // 侧边栏始终展开
openSidebar: this.sidebar.opened, openSidebar: true, // 侧边栏始终展开
withoutAnimation: this.sidebar.withoutAnimation, withoutAnimation: this.sidebar.withoutAnimation,
mobile: this.device === 'mobile' mobile: this.device === 'mobile'
} }