From 585a767e9ada896ed040b0abfc6fe453c1efe8e2 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Wed, 11 Sep 2024 10:32:26 +0800
Subject: [PATCH] webScoket URL 修改
---
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