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