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