RuoYi
2022-05-29 ec6b87c3c419cae47ee2853061dca5faac1b78d6
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);
    }
  }