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