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