RuoYi
2022-03-17 a036b5a1247ebf90c5db81f09400057acbbd2e1a
src/layout/components/Settings/index.vue
@@ -102,6 +102,7 @@
      value: val
    })
    if (!val) {
      store.dispatch('app/toggleSideBarHide', false);
      store.commit("SET_SIDEBAR_ROUTERS", store.state.permission.defaultRoutes);
    }
  }