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 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/kline-charts/index.vue b/components/kline-charts/index.vue
index 81d3d10..c5643c5 100644
--- a/components/kline-charts/index.vue
+++ b/components/kline-charts/index.vue
@@ -308,9 +308,9 @@
this.newwebsockt.close()
}
if (this.contract == 1) {
- this.newwebsockt = new WebSocket('wss://app.kyccorp.com/ws2');
+ this.newwebsockt = new WebSocket('wss://fly.coinzne.org/ws2');
} else {
- this.newwebsockt = new WebSocket('wss://app.kyccorp.com/ws1');
+ this.newwebsockt = new WebSocket('wss://fly.coinzne.org/ws1');
}
// 监听 WebSocket 连接打开事件
--
Gitblit v1.9.3