From b73f871d7f1571cd4e276ca51ca6d6d6f35e7147 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 30 十二月 2025 17:10:01 +0800
Subject: [PATCH] fix: bug

---
 apps/cStandardMiniApp/project.config.json |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/apps/cStandardMiniApp/project.config.json b/apps/cStandardMiniApp/project.config.json
index f5ca40f..65342d4 100644
--- a/apps/cStandardMiniApp/project.config.json
+++ b/apps/cStandardMiniApp/project.config.json
@@ -3,8 +3,8 @@
     "description": "",
     "setting": {
         "urlCheck": false,
-        "es6": true,
-        "enhance": true,
+        "es6": false,
+        "enhance": false,
         "postcss": false,
         "preloadBackgroundData": false,
         "minified": false,
@@ -55,5 +55,6 @@
     "packOptions": {
         "ignore": [],
         "include": []
-    }
+    },
+    "libVersion": "3.11.2"
 }
\ No newline at end of file

--
Gitblit v1.10.0