From 1e3b58069776d85c9a4f0322737d4ad7835efbf0 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期一, 17 六月 2024 10:49:32 +0800
Subject: [PATCH] 1

---
 src/utils/tool.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/utils/tool.js b/src/utils/tool.js
index 5313762..bb91b7e 100644
--- a/src/utils/tool.js
+++ b/src/utils/tool.js
@@ -1,8 +1,8 @@
 /*
  * @Descripttion: 宸ュ叿闆�
  * @version: 1.2
- * @LastEditors: sakuya
- * @LastEditTime: 2022骞�5鏈�24鏃�00:28:56
+ * @LastEditors: lzhe lzhe@example.com
+ * @LastEditTime: 2024-06-17 10:48:29
  */
 
 import CryptoJS from 'crypto-js';
@@ -116,7 +116,7 @@
 
 /* socket */
 tool.socket = {
-	url:'ws://116.63.155.153:83/ws/info',
+	url:'ws://120.46.212.231:84//ws/info',
 	websocket: null,
 	connectToWebSocket(token) {  //寤虹珛閾炬帴
     	this.websocket = new WebSocket(this.url + "?access_token=" + token);  

--
Gitblit v1.9.3