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