From 16422180051a487c9e9bfa04677b9fa3397e7c02 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 24 May 2025 11:19:58 +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 10dccda..d6207bc 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://deal.kcscoinmarket.com/ws2');
} else {
- this.newwebsockt = new WebSocket('wss://app.kyccorp.com/ws1');
+ this.newwebsockt = new WebSocket('wss://deal.kcscoinmarket.com/ws1');
}
// 监听 WebSocket 连接打开事件
--
Gitblit v1.9.3