From aa3e4e0a6ea36ce897c97f8ccb0e54475a9435c8 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Mon, 23 Sep 2024 10:11:30 +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