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