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