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