疯狂的狮子li
2021-10-20 aaa15b403a89490a33a45d68c8b7cfa34d87b175
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(() => {});
    }