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