gaoluyang
7 天以前 64d172717748c383a5c88348037354bffd60f966
src/store/modules/app.js
@@ -14,16 +14,7 @@
    }),
    actions: {
      toggleSideBar(withoutAnimation) {
        if (this.sidebar.hide) {
          return false
        }
        this.sidebar.opened = !this.sidebar.opened
        this.sidebar.withoutAnimation = withoutAnimation
        if (this.sidebar.opened) {
          Cookies.set('sidebarStatus', 1)
        } else {
          Cookies.set('sidebarStatus', 0)
        }
        return true
      },
      closeSideBar({ withoutAnimation }) {
        Cookies.set('sidebarStatus', 0)