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