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