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