From 3419e3866b16f4b4ace7e89ea50c74dc0983da9a Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期四, 06 四月 2023 17:28:20 +0800
Subject: [PATCH] 修改转发错误,修正日计划单

---
 api/request.js |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/api/request.js b/api/request.js
index 8d6d256..47a6779 100644
--- a/api/request.js
+++ b/api/request.js
@@ -78,10 +78,18 @@
 	500: responseError
 }
 
-// const BaseUrl = "http://192.168.3.159:9999/";
-// const BaseUrl = "http://192.168.0.120:9997";
-const BaseUrl = "http://192.168.0.120:9997";
+// const BaseUrl = "http://192.168.0.120:9997"
+// const webSocketUrl = "ws://192.168.3.119:9997/wrzs/ws/info"
 
+// const BaseUrl = "http://192.168.3.119:9997";
+const BaseUrl = "http://192.168.0.110:9997";
+const webSocketUrl = "ws://192.168.0.110:9997/wrzs/ws/info"
+// const BaseUrl = "http://hesuancj.cn:9997";
+// 绾夸笂
+// const BaseUrl = "https://hesuancj.cn:9095";
+// const webSocketUrl = "wss://hesuancj.cn:9095/wrzs/ws/info"
+
+// const webSocketUrl = "ws://hesuancj.cn:9997/wrzs/ws/info"
 // 璇锋眰鎷︽埅
 const fetch = (url, opt) => {
 	// 鏌ユ壘瀵瑰簲鍦板潃
@@ -146,5 +154,6 @@
 
 export {
 	fetch,
-	BaseUrl
+	BaseUrl,
+	webSocketUrl
 }

--
Gitblit v1.9.1