RuoYi
2023-02-21 1ef82d75b1d4db1570ce15ede8f06aad8f2fb1a8
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}