renmingwang
2026-03-30 2a21c41c5a700641eb2f0ac2437144eeac94ff1c
ÏîÄ¿´úÂë/´óÆÁ/src/views/indexs/inventory-stats.vue
@@ -83,7 +83,7 @@
    // æ¯10秒刷新一次数据
    this.refreshInterval = setInterval(() => {
      this.getData();
    }, 10000);
    }, 30000);
  },
  beforeDestroy() {
    if (this.refreshInterval) {