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