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