gaoluyang
10 天以前 b3dc9a7a436626fe2b89f24c69f26e9badfeafd2
src/store/modules/app.js
@@ -14,6 +14,7 @@
    }),
    actions: {
      toggleSideBar(withoutAnimation) {
        console.log('toggleSideBar', withoutAnimation)
        if (this.sidebar.hide) {
          return false
        }