RuoYi
2023-04-10 1d14ade6b5b75b7f7e37958d95f8bb6a6dcc036d
src/store/modules/app.js
@@ -1,6 +1,5 @@
import Cookies from 'js-cookie'
const useAppStore = defineStore(
  'app',
  {
@@ -26,7 +25,7 @@
          Cookies.set('sidebarStatus', 0)
        }
      },
      closeSideBar(withoutAnimation) {
      closeSideBar({ withoutAnimation }) {
        Cookies.set('sidebarStatus', 0)
        this.sidebar.opened = false
        this.sidebar.withoutAnimation = withoutAnimation