From d36eb757af8867278125c6999fcaa5bdb902151c Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期二, 21 三月 2023 17:38:45 +0800
Subject: [PATCH] 司机称重页面,签到页面
---
api/request.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/api/request.js b/api/request.js
index 31b67e2..6b7e1b8 100644
--- a/api/request.js
+++ b/api/request.js
@@ -80,8 +80,8 @@
// const BaseUrl = "http://192.168.0.120:9997"
// const webSocketUrl = "ws://192.168.0.120:9997/wrzs/ws/info"
-const BaseUrl = "http://192.168.0.130:9997";
-const webSocketUrl = "ws://192.168.0.130:9997/wrzs/ws/info"
+const BaseUrl = "http://192.168.3.130:9997";
+const webSocketUrl = "ws://192.168.3.130:9997/wrzs/ws/info"
// 璇锋眰鎷︽埅
const fetch = (url, opt) => {
--
Gitblit v1.9.1