From 9dfbc038667839631578c12ff748534e5939bc82 Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期二, 02 九月 2025 14:34:23 +0800
Subject: [PATCH] 1.修复微信小程序canvans显示在最上层问题

---
 manifest.json |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/manifest.json b/manifest.json
index bfde525..8d72244 100644
--- a/manifest.json
+++ b/manifest.json
@@ -5,8 +5,14 @@
     "versionName" : "1.0.0",
     "versionCode" : "100",
     "transformPx" : false,
+    "sassImplementationName" : "node-sass",
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
+        "compatible" : {
+            "ignoreVersion" : true
+        },
+        // "runtimeVersion": "4.75",   // 濡傛灉闇�瑕佹寚瀹氬吋瀹圭殑杩愯鐜鐗堟湰锛屽彲浠ュ彇娑堟敞閲婂苟淇敼
+        // "compilerVersion": "4.75"   // 濡傛灉闇�瑕佹寚瀹氱紪璇戝櫒鐗堟湰锛屽彲浠ュ彇娑堟敞閲婂苟淇敼
         "usingComponents" : true,
         "nvueStyleCompiler" : "uni-app",
         "compilerVersion" : 3,
@@ -17,9 +23,7 @@
             "delay" : 0
         },
         /* 妯″潡閰嶇疆 */
-        "modules" : {
-            "Push" : {}
-        },
+        "modules" : {},
         /* 搴旂敤鍙戝竷淇℃伅 */
         "distribute" : {
             /* android鎵撳寘閰嶇疆 */
@@ -54,11 +58,7 @@
                     "unipush" : {
                         "icons" : {
                             "small" : {
-                                "ldpi" : "static/logo.png",
-                                "mdpi" : "static/logo.png",
-                                "hdpi" : "static/logo.png",
-                                "xhdpi" : "static/logo.png",
-                                "xxhdpi" : "static/logo.png"
+                                "hdpi" : "static/logo.png"
                             }
                         }
                     }
@@ -111,7 +111,7 @@
     "quickapp" : {},
     /* 灏忕▼搴忕壒鏈夌浉鍏� */
     "mp-weixin" : {
-        "appid" : "wx8aa7310d86d0b80d",
+        "appid" : "wxe6f8a31c3df63a20",
         "setting" : {
             "urlCheck" : true,
             "es6" : true,
@@ -119,12 +119,14 @@
             "minified" : true
         },
         "usingComponents" : true,
+        "lazyCodeLoading" : "requiredComponents", // 鍚敤鎸夐渶娉ㄥ叆
         "unipush" : {
             "enable" : false
         },
         "optimization" : {
             "subPackages" : true
-        }
+        },
+        "runmode" : "liberate"
     },
     "mp-alipay" : {
         "usingComponents" : true

--
Gitblit v1.9.3