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