Dincat
2022-08-11 d504a7df2f0c97b29a5ddebc8d46e7fbfa05fa47
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}