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