From 861126eb21cb2ad937449d6a012f225a5fccad38 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期一, 30 十月 2023 16:09:12 +0800
Subject: [PATCH] 验质员称重明细页面,计算净重bugfix

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

diff --git a/api/request.js b/api/request.js
index f654eac..8a6cdc5 100644
--- a/api/request.js
+++ b/api/request.js
@@ -103,8 +103,8 @@
 // const BaseUrl = "http://192.168.31.18:9997"
 // const webSocketUrl = "ws://192.168.31.18:9997/wrzs/ws/info"
 
-const BaseUrl = 'http://192.168.0.134:9896'
-const webSocketUrl = "ws://192.168.0.134:9896/wrzs/ws/info"
+const BaseUrl = 'http://192.168.0.137:9896'
+const webSocketUrl = "ws://192.168.0.137:9896/wrzs/ws/info"
 export const onlineurl = "https://mx.jzeg.cn:9095";
 // const BaseUrl = "http://192.168.0.100:9997";
 // const webSocketUrl = "ws://192.168.0.100:9997/wrzs/ws/info"

--
Gitblit v1.9.1