疯狂的狮子Li
2021-11-08 57df7f8dfe2b1ea4f3d0cb542d5d6d258be54f91
ruoyi-ui/src/layout/components/Navbar.vue
@@ -102,7 +102,7 @@
        type: 'warning'
      }).then(() => {
        this.$store.dispatch('LogOut').then(() => {
          this.$router.push({ path: "/login" })
          location.href = this.$router.options.base + '/index';
        })
      }).catch(() => {});
    }