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