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 |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/api/request.js b/api/request.js
index d1c1d26..a369ab4 100644
--- a/api/request.js
+++ b/api/request.js
@@ -100,20 +100,21 @@
 	500: responseError
 }
 
-const BaseUrl = "http://192.168.31.14:9997"
-const webSocketUrl = "ws://192.168.31.14:9997/wrzs/ws/info"
+// const BaseUrl = "http://192.168.0.110:9896"
+// const webSocketUrl = "ws://192.168.0.110:9896/wrzs/ws/info"
 
-// const BaseUrl = "http://localhost:9997";
-// const webSocketUrl = "ws://localhost:9997/wrzs/ws/info"
-export const onlineurl = "https://mx.jzeg.cn:9096";
+// 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";
 // const webSocketUrl = "ws://192.168.0.100:9997/wrzs/ws/info"
 
 // const BaseUrl = "http://192.168.0.108:9997";
 // const webSocketUrl = "ws://192.168.0.108:9997/wrzs/ws/info"
 // 绾夸笂鐢熶骇
-// const BaseUrl = "https://mx.jzeg.cn:9096";
-// const webSocketUrl = "wss://mx.jzeg.cn:9096/wrzs/ws/info"
+const BaseUrl = 'https://mx.jzeg.cn:9195';
+const webSocketUrl = "wss://mx.jzeg.cn:9195/wrzs/ws/info"
 
 
 // 璇锋眰鎷︽埅
@@ -128,7 +129,8 @@
 	if (uni.getStorageSync('token')) {
 		header = {
 			"Authorization": "Bearer" + ' ' + uni.getStorageSync('token'),
-			"CLIENT_TOC": "Y",
+			"clientToc": "Y",
+			'CLIENT_TOC': 'Y',
 		}
 	}
 
@@ -190,4 +192,4 @@
 	fetch,
 	BaseUrl,
 	webSocketUrl
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1