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