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