culture/src/layouts/components/HeaderNav.vue
@@ -57,7 +57,7 @@ // 退出登录 outLogin() { sessionStorage.clear() this.$router.replace({ path: "/login" }); this.$router.replace({ path: "/" }); }, // 关闭标签 closeTag(tag) { @@ -73,7 +73,10 @@ }, // 跳转标签 goTag(tag) { this.$router.push(tag.path) this.$router.push({ path: tag.path, query: tag.query }) }, handleWheel(e) { if (this.scrollTimer) {