From 948c888b1723cb473b53cf90f71588f1cce15721 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期一, 11 十一月 2024 14:16:47 +0800
Subject: [PATCH] 1

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

diff --git a/src/utils/tool.js b/src/utils/tool.js
index 908202b..e184be0 100644
--- a/src/utils/tool.js
+++ b/src/utils/tool.js
@@ -2,7 +2,7 @@
  * @Descripttion: 宸ュ叿闆�
  * @version: 1.2
  * @LastEditors: lzhe lzhe@example.com
- * @LastEditTime: 2024-10-07 00:52:31
+ * @LastEditTime: 2024-11-10 18:49:52
  */
 
 import CryptoJS from 'crypto-js';
@@ -18,7 +18,7 @@
 
 console.log(hostname,port,pathname)
 if (process.env.NODE_ENV=='development') {
-	//var path = "120.46.212.231:85";  //濡傛灉鏄湰鍦拌仈璋冿紝鍐欐垚120.46.212.231:85锛屽彂鐗堝啓鎴恏ostname+":"+port;
+	//var path = "120.46.212.231:86";  //濡傛灉鏄湰鍦拌仈璋冿紝鍐欐垚120.46.212.231:86锛屽彂鐗堝啓鎴恏ostname+":"+port;
 	var path = hostname+":"+port;
 } else {
 	var path = hostname+":"+port;

--
Gitblit v1.9.3