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