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