From e7b0b34176549cfec809c6b89c4cab0999e488b9 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 28 三月 2023 16:40:56 +0800
Subject: [PATCH] 修改大部分问题

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

diff --git a/api/request.js b/api/request.js
index da0f940..8e8f968 100644
--- a/api/request.js
+++ b/api/request.js
@@ -81,11 +81,14 @@
 // const BaseUrl = "http://192.168.0.120:9997"
 // const webSocketUrl = "ws://192.168.0.120:9997/wrzs/ws/info"
 
-// const BaseUrl = "http://192.168.3.109:9997";
-const BaseUrl = "http://192.168.0.144:9997";
+// const BaseUrl = "http://192.168.3.119:9997";
+// const BaseUrl = "http://192.168.0.144:9997";
+const BaseUrl = "http://hesuancj.cn:9997";
+// 绾夸笂
+// const BaseUrl = "https://hesuancj.cn:9095";
 
-const webSocketUrl = "ws://192.168.3.109:9997/wrzs/ws/info"
-// const webSocketUrl = "ws://10.101.33.114:9997/wrzs/ws/info"
+// const webSocketUrl = "ws://hesuancj.cn:9095/wrzs/ws/info"
+const webSocketUrl = "ws://hesuancj.cn:9997/wrzs/ws/info"
 // 璇锋眰鎷︽埅
 const fetch = (url, opt) => {
 	// 鏌ユ壘瀵瑰簲鍦板潃

--
Gitblit v1.9.1