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