From 2e2b132e112c07f87e0abec73f36c6d613363e70 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期三, 22 三月 2023 19:26:52 +0800
Subject: [PATCH] 称重页面,皮重/毛重/净重动态显示判断,红外条件添加

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

diff --git a/api/publicInterface.js b/api/publicInterface.js
index 4e5801f..c295cff 100644
--- a/api/publicInterface.js
+++ b/api/publicInterface.js
@@ -3,7 +3,8 @@
 
 // const BaseUrl = "http://192.168.3.159:9999/";
 import {BaseUrl as wrBaseUrl} from '@/api/request.js'
-const BaseUrl = "http://192.168.0.120:9999"
+// const BaseUrl = "http://192.168.0.120:9999"
+const BaseUrl = "http://192.168.110.101:9999"
 
 // 鐧诲綍
 // function apiLogin({

--
Gitblit v1.9.1