RuoYi
2025-01-07 ef417f3e900dffc24cd10c5a25e6a8f70ccd951d
src/store/modules/app.js
@@ -25,7 +25,7 @@
          Cookies.set('sidebarStatus', 0)
        }
      },
      closeSideBar(withoutAnimation) {
      closeSideBar({ withoutAnimation }) {
        Cookies.set('sidebarStatus', 0)
        this.sidebar.opened = false
        this.sidebar.withoutAnimation = withoutAnimation