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