gaoluyang
2025-05-30 5bf0a8aed768ca5314d41264a964ee26b51f8837
src/store/modules/app.js
@@ -14,6 +14,7 @@
    }),
    actions: {
      toggleSideBar(withoutAnimation) {
        console.log('toggleSideBar', withoutAnimation)
        if (this.sidebar.hide) {
          return false
        }