疯狂的狮子Li
2021-11-10 d2ec3e7d9ab484563e208d761888a17a7d3675bc
ruoyi-ui/src/layout/components/Navbar.vue
@@ -102,7 +102,7 @@
        type: 'warning'
      }).then(() => {
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
          location.href = process.env.VUE_APP_CONTEXT_PATH;
        })
      }).catch(() => {});
    }