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