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