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