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