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