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