diff --git a/src/views/option/kline.vue b/src/views/option/kline.vue index 70264a6..76d7584 100644 --- a/src/views/option/kline.vue +++ b/src/views/option/kline.vue @@ -372,16 +372,16 @@ methods: { })); widget.onChartReady(function () { let buttonArr = [ - { - title: "1" + _this.$t("exchange.min"), - resolution: "1", - chartType: 1 - }, - { - title: "5" + _this.$t("exchange.min"), - resolution: "5", - chartType: 1 - }, + // { + // title: "1" + _this.$t("exchange.min"), + // resolution: "1", + // chartType: 1 + // }, + // { + // title: "5" + _this.$t("exchange.min"), + // resolution: "5", + // chartType: 1 + // }, { title: "15" + _this.$t("exchange.min"), resolution: "15",