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