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