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