From 59df75c72299bf4f2979734e4552d4260cc61a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Mon, 14 Jul 2025 11:34:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E7=A0=81=E5=99=A8=E6=8A=98=E7=BA=BF?= =?UTF-8?q?=E7=AA=81=E5=87=BA=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/emotionDecod.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/emotionDecod.vue b/src/views/components/emotionDecod.vue index d694853..c7c3c2e 100644 --- a/src/views/components/emotionDecod.vue +++ b/src/views/components/emotionDecod.vue @@ -20,8 +20,8 @@ const heatmapData = ref([]); // 存储热力图数据 const rawData2 = ref([]); const lineData3 = ref([]); function initQXNLZHEcharts(kline, qxnlzhqData) { - qxnlzhqData[9][9] = 1; - qxnlzhqData[2][9] = 1; + // qxnlzhqData[9][9] = 1; + // qxnlzhqData[2][9] = 1; rawData2.value = qxnlzhqData; // 处理热力图数据 const processedHeatmap = [];