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