RuoYi
2022-11-17 d2bd73b4dca8208807233f849a5cbb5d7d30e3e3
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}