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