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