10.10综合交易所原始源码_移动端
1
admin
2026-01-10 b719b3b66ec4893057df275e3871a6bd0029ac3c
src/components/fx-kline/index.vue
@@ -83,6 +83,7 @@
onBeforeUnmount(() => {
  closeSocket()
  clearTimeout(timer.value)
})
const closeSocket = () => {
@@ -216,7 +217,6 @@
      chart.applyNewData(data.value);
    })
  }
}
const initData1 = async () => {