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