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