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