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