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