sxq
2021-10-20 3eeeb27d70ad7d761b1e280d24d717a4ee775a3b
ruoyi-ui/src/layout/components/Navbar.vue
@@ -102,7 +102,7 @@
        type: 'warning'
      }).then(() => {
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
          this.$router.push({ path: "/login" })
        })
      }).catch(() => {});
    }