From 10c03846ded137a08fcec70090eb4adde5a13588 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 07 十一月 2024 15:51:44 +0800
Subject: [PATCH] feat:取样员页面提交

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

diff --git a/api/request.js b/api/request.js
index 23f086e..2f79c7a 100644
--- a/api/request.js
+++ b/api/request.js
@@ -103,8 +103,8 @@
 // const BaseUrl = "http://192.168.0.110:9896"
 // const webSocketUrl = "ws://192.168.0.110:9896/wrzs/ws/info"
 
-const BaseUrl = "http://192.168.0.22:9896"
-const webSocketUrl = "ws://192.168.0.22:9896/wrzs/ws/info"
+const BaseUrl = "http://192.168.0.23:9896"
+const webSocketUrl = "ws://192.168.0.23:9896/wrzs/ws/info"
 
 export const onlineurl = "https://mr1.res.jzeg.cn:9096";
 // const BaseUrl = "http://192.168.0.100:9997";

--
Gitblit v1.9.1