fuyongxin
2026-06-03 1fd2a709d850c743a6d1da8b65133fc8e51c92d2
ruoyi-ui/src/store/modules/app.js
@@ -13,7 +13,7 @@
const mutations = {
  TOGGLE_SIDEBAR: state => {
    if (state.sidebar.hide) {
      return false;
      return false
    }
    state.sidebar.opened = !state.sidebar.opened
    state.sidebar.withoutAnimation = false