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