From a2595cdfc4a8ee55220585119bcb39fdd29da6b1 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 26 八月 2024 11:40:25 +0800
Subject: [PATCH] 禁止跳转

---
 src/components/chat/chatComponents/hooks/useDrawChatChart.ts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/components/chat/chatComponents/hooks/useDrawChatChart.ts b/src/components/chat/chatComponents/hooks/useDrawChatChart.ts
index 564216f..fc80503 100644
--- a/src/components/chat/chatComponents/hooks/useDrawChatChart.ts
+++ b/src/components/chat/chatComponents/hooks/useDrawChatChart.ts
@@ -19,7 +19,6 @@
 	onMounted(() => {
 		setTimeout(() => {
 			const parent = chartRef.value.parentElement;
-
 			const parentBound = parent.getBoundingClientRect();
 			chartInstance.value = echarts.init(chartRef.value, undefined, {
 				width: parentBound.width,

--
Gitblit v1.9.3