疯狂的狮子li
2021-11-11 223ff4ebffa9f611444d9634f09aa70fb20bd654
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(() => {});
    }