1
PC-20250623MANY\Administrator
2025-08-27 34f560a862e6c904a94382f0da5a4bcf3826fc91
src/views/home/Home.vue
@@ -39,7 +39,7 @@
        if (this.timer) clearInterval(this.timer);
        this.timer = setInterval(() => {
          this.getSingDetails(val);
        }, 5000);
        }, 3000);
      },
    },
  },