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 ++++++------
src/manifest.json | 12 +-----------
2 files changed, 7 insertions(+), 17 deletions(-)
diff --git a/src/manifest.json b/src/manifest.json
index 7923bc0..da551c3 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -52,17 +52,7 @@
"dSYMs" : false
},
/* SDK閰嶇疆 */
- "sdkConfigs" : {
- "push" : {
- "unipush" : {
- "icons" : {
- "small" : {
- "ldpi" : "D:/xindao/wenjian/img/logo/app.png"
- }
- }
- }
- }
- },
+ "sdkConfigs" : {},
"icons" : {
"android" : {
"hdpi" : "unpackage/res/icons/72x72.png",
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