From 0c779fb73aa2906abc8a5da3e84efe2cd971b789 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 16 Oct 2024 16:33:04 +0800
Subject: [PATCH] 页面加载后不显示结果

---
 src/websocket/util/config.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/websocket/util/config.js b/src/websocket/util/config.js
index 30cf37e..2329fa4 100644
--- a/src/websocket/util/config.js
+++ b/src/websocket/util/config.js
@@ -14,6 +14,6 @@
 export function getWebsocketUrl() {
   const token = getToken();
   // const url = CURRENT_CONFIG.websocketURL
-  const url = 'wss://wrj.shuixiongit.com/drone-api/api/v1/ws?x-auth-token=' + encodeURI(token);
+  const url = 'wss://wrj.shuixiongit.com/drone-wss/api/v1/ws?x-auth-token=' + encodeURI(token);
   return url;
 }

--
Gitblit v1.9.3