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