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