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