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