chenhj
2025-06-04 8959959e59f5a95ca7e61aa60decba4364f36339
src/store/modules/app.js
@@ -5,7 +5,7 @@
  {
    state: () => ({
      sidebar: {
        opened: Cookies.get('sidebarStatus') ? !!+Cookies.get('sidebarStatus') : true,
        opened: true,
        withoutAnimation: false,
        hide: false
      },