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