From 8304eac2a45a32b00563c03a2f3fd303ecd5872a Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期五, 22 八月 2025 13:54:36 +0800
Subject: [PATCH] 1.解决微信小程序真机MQTT无法连接问题
---
manifest.json | 19 ++++++++-----------
1 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/manifest.json b/manifest.json
index 363f7d0..e251635 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,10 +1,11 @@
{
- "name" : "鏅鸿兘涓崏鑽共鐕ユ満",
+ "name" : "鍏版郸鏅鸿兘骞茬嚗",
"appid" : "__UNI__1E83F66",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
+ "sassImplementationName" : "node-sass",
/* 5+App鐗规湁鐩稿叧 */
"app-plus" : {
"usingComponents" : true,
@@ -17,9 +18,7 @@
"delay" : 0
},
/* 妯″潡閰嶇疆 */
- "modules" : {
- "Push" : {}
- },
+ "modules" : {},
/* 搴旂敤鍙戝竷淇℃伅 */
"distribute" : {
/* android鎵撳寘閰嶇疆 */
@@ -54,11 +53,7 @@
"unipush" : {
"icons" : {
"small" : {
- "ldpi" : "static/push/push_small_18.png",
- "mdpi" : "static/push/push_small_24.png",
- "hdpi" : "static/push/push_small_36.png",
- "xhdpi" : "static/push/push_small_48.png",
- "xxhdpi" : "static/push/push_small_72.png"
+ "hdpi" : "static/logo.png"
}
}
}
@@ -111,7 +106,7 @@
"quickapp" : {},
/* 灏忕▼搴忕壒鏈夌浉鍏� */
"mp-weixin" : {
- "appid" : "wx8aa7310d86d0b80d",
+ "appid" : "wxe6f8a31c3df63a20",
"setting" : {
"urlCheck" : true,
"es6" : true,
@@ -119,12 +114,14 @@
"minified" : true
},
"usingComponents" : true,
+ "lazyCodeLoading" : "requiredComponents", // 鍚敤鎸夐渶娉ㄥ叆
"unipush" : {
"enable" : false
},
"optimization" : {
"subPackages" : true
- }
+ },
+ "runmode" : "liberate"
},
"mp-alipay" : {
"usingComponents" : true
--
Gitblit v1.9.3