maven
2025-10-11 0ad2c4106d6f570e0ca63c8fe5093e6f97492534
src/store/modules/app.js
@@ -14,7 +14,6 @@
    }),
    actions: {
      toggleSideBar(withoutAnimation) {
        console.log('toggleSideBar', withoutAnimation)
        if (this.sidebar.hide) {
          return false
        }