fix
疯狂的狮子Li
2021-09-30 a006904724a07f0b10e967376c77a7a8c9d88364
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}