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