From 984b4fea0cb45ad57bb2ecd85b06d2937e368dd0 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期三, 20 三月 2024 18:18:27 +0800
Subject: [PATCH] feat:超出平均皮重限制

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

diff --git a/api/publicInterface.js b/api/publicInterface.js
index 1cf0ebd..b76ee0e 100644
--- a/api/publicInterface.js
+++ b/api/publicInterface.js
@@ -3,7 +3,7 @@
 
 
 import { BaseUrl as wrBaseUrl } from '@/api/request.js'
-// const BaseUrl = 'http://192.168.0.110:9999'
+// const BaseUrl = 'http://192.168.0.22:9999'
 // const BaseUrl = 'http://192.168.0.22:9999'
 const BaseUrl = 'https://mx.jzeg.cn:9195'
 // const BaseUrl = 'http://192.168.31.17:9999'
@@ -174,7 +174,7 @@
 				'Authorization': 'Basic c29jaWFsOnNvY2lhbA==', //app:app
 				'content-type': 'application/x-www-form-urlencoded',
 				'clientToc': 'Y',
-				'CLIENT_TOC': 'Y',
+				'CLIENT_TOC ': 'Y',
 				'isToken': 'false'
 			},
 			success: res => {

--
Gitblit v1.9.1