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