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 | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/utils/request.js b/utils/request.js
index 4718052..38d11bb 100644
--- a/utils/request.js
+++ b/utils/request.js
@@ -86,9 +86,8 @@
// 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.114:9999';
-// const BaseUrl = 'http://192.168.0.148:9999'; // 椋炲摜
+const BaseUrl = 'https://mxwx.res.jzeg.cn:8887'; //绾夸笂(鏂�)
+ //let BaseUrl = 'http://192.168.0.146:9999';
//const BaseUrl = "https://mx.jzeg.cn:9998"; // 姝e紡鏈嶅姟
@@ -105,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