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