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