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