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