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/request.js |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/api/request.js b/api/request.js
index 7458f23..a369ab4 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.102:9896"
-// const webSocketUrl = "ws://192.168.0.102:9896/wrzs/ws/info"
+// const BaseUrl = "http://192.168.0.22:9896"
+// const webSocketUrl = "ws://192.168.0.22:9896/wrzs/ws/info"
 
 export const onlineurl = 'https://mx.jzeg.cn:9195';
 // const BaseUrl = "http://192.168.0.100:9997";
@@ -129,7 +129,8 @@
 	if (uni.getStorageSync('token')) {
 		header = {
 			"Authorization": "Bearer" + ' ' + uni.getStorageSync('token'),
-			"CLIENT_TOC": "Y",
+			"clientToc": "Y",
+			'CLIENT_TOC': 'Y',
 		}
 	}
 

--
Gitblit v1.9.1