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