From 1ae506a28bc4cd026ee8afb82e1d41898e8d26f2 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 22 一月 2026 15:10:26 +0800
Subject: [PATCH] 湟水峡app: 1.部署修改

---
 src/utils/request.ts |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/utils/request.ts b/src/utils/request.ts
index 7e40c06..932ccdb 100644
--- a/src/utils/request.ts
+++ b/src/utils/request.ts
@@ -22,12 +22,12 @@
     config.url = url
   }
   // 璁板綍璇锋眰鍙傛暟
-  // console.log('璇锋眰鍙戦�佸弬鏁�:', {
-  //   url: (config.baseUrl || baseUrl) + config.url,
-  //   method: config.method || 'GET',
-  //   headers: config.header,
-  //   data: config.data
-  // })
+  console.log('璇锋眰鍙戦�佸弬鏁�:', {
+    url: (config.baseUrl || baseUrl) + config.url,
+    method: config.method || 'GET',
+    headers: config.header,
+    data: config.data
+  })
   return new Promise((resolve, reject) => {
     uni.request({
       method: config.method || 'GET',

--
Gitblit v1.9.3