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