董国庆
2025-05-15 069ef85293bb4baa74dd9251e8b3fd8cc4355410
laboratory/src/layouts/components/HeaderNav.vue
@@ -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) {