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