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