From 947ab096af42fc827b82f38a8c2be6e7e7cdaccb Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 08 一月 2025 16:05:09 +0800
Subject: [PATCH] 页面

---
 h5/utils/service.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/h5/utils/service.js b/h5/utils/service.js
index 70e1617..0a05213 100644
--- a/h5/utils/service.js
+++ b/h5/utils/service.js
@@ -15,7 +15,7 @@
 			uni.request({
 				url: baseUrl + options.url,
 				data: options.data || {},
-				method: options.method || 'GET',
+				method: options.method || 'POST',
 				header: options.header || {
 					// 鏍规嵁瀹為檯鎺ュ彛璁捐 key 鍙� token 鎴栬�� authorization
 					dm_user_token: token,

--
Gitblit v1.9.3