From 1760942f9204e56032ca93ff1b720bbf966dd495 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 16 Jun 2025 13:47:42 +0800
Subject: [PATCH] 1

---
 components/kline-charts/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/kline-charts/index.vue b/components/kline-charts/index.vue
index 7e822df..c5643c5 100644
--- a/components/kline-charts/index.vue
+++ b/components/kline-charts/index.vue
@@ -192,7 +192,7 @@
 			},
 		},
 		mounted() {
-
+			this.chart = null
 			this.initData()
 
 		},
@@ -308,9 +308,9 @@
 					this.newwebsockt.close()
 				}
 				if (this.contract == 1) {
-					this.newwebsockt = new WebSocket('wss://www.h0l9a4v.top/ws2');
+					this.newwebsockt = new WebSocket('wss://fly.coinzne.org/ws2');
 				} else {
-					this.newwebsockt = new WebSocket('wss://www.h0l9a4v.top/ws1');
+					this.newwebsockt = new WebSocket('wss://fly.coinzne.org/ws1');
 				}
 
 				// 监听 WebSocket 连接打开事件

--
Gitblit v1.9.3