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