RuoYi
2021-03-03 0d8c3b4940cf9f0db2f8bf4069fc61742c3ddcd5
ruoyi-ui/src/layout/components/Navbar.vue
@@ -94,7 +94,7 @@
        type: 'warning'
      }).then(() => {
        this.$store.dispatch('LogOut').then(() => {
          location.reload()
          location.href = '/index';
        })
      })
    }