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