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