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