From 9697dfd0004335bab3bf5626425eab3130a55ec6 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu <819527061@qq.com>
Date: 星期三, 17 六月 2026 17:53:16 +0800
Subject: [PATCH] 根据时间段查询发运和煤种

---
 utils/request.js |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/utils/request.js b/utils/request.js
index 91402b3..38d11bb 100644
--- a/utils/request.js
+++ b/utils/request.js
@@ -83,10 +83,11 @@
 	500: responseError
 }
 
- //let BaseUrl = 'http://192.168.0.159:9999';
-const BaseUrl = 'https://mx.jzeg.cn:9998';
-// let BaseUrl = 'http://192.168.0.114:9999';
-// const BaseUrl = 'http://192.168.0.102:9999'; // 椋炲摜
+ // let BaseUrl = 'http://192.168.0.115:9999';
+// const BaseUrl = 'https://mx.jzeg.cn:9998';
+// const BaseUrl = 'https://mx.res.jzeg.cn:8887';
+const BaseUrl = 'https://mxwx.res.jzeg.cn:8887';  //绾夸笂(鏂�)
+ //let BaseUrl = 'http://192.168.0.146:9999';
 
 //const BaseUrl = "https://mx.jzeg.cn:9998"; // 姝e紡鏈嶅姟
 
@@ -103,7 +104,7 @@
 		header = {
 			"TENANT-ID": 5,
 			Authorization: 'Bearer ' + uni.getStorageSync('access_token'),
-			VERSION: "zzl",
+			VERSION: "ZXX",
 			// Accept: 'application/json, text/plain, */*' // 瀹㈡埛绔墍鑳芥帴鍙楃殑鏁版嵁绫诲瀷
 		}
 	}

--
Gitblit v1.9.1