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