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