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