RuoYi
2022-03-06 93caadaadb5472f4c368528f7f777d973bc55719
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);
    }
  }