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