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