RuoYi
2023-08-31 4a78fe116d21e6ccfd94c82a838a6b111f07dc96
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}