1
PC-20250623MANY\Administrator
2025-09-29 668fcc32e9b9d47ed616865a4df1f4cab68fc582
src/views/home/Home.vue
@@ -39,7 +39,7 @@
        if (this.timer) clearInterval(this.timer);
        this.timer = setInterval(() => {
          this.getSingDetails(val);
        }, 5000);
        }, 2000);
      },
    },
  },