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