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