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