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