zouhuu
2023-04-17 f04ca57f7a3d8112e6c7f5c5a4dc72f1ba9e8edc
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}