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