10.10综合交易所原始源码_移动端
1
admin
2026-01-07 2681c93f5611dbf9417cf4ef06435d10142a28a7
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 () => {