From 5cb6cc172de04a8c0f5fd837aa960b428587e2a7 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 18 十一月 2025 16:33:58 +0800
Subject: [PATCH] fix: bug

---
 apps/cMiniApp/project.config.json |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/apps/cMiniApp/project.config.json b/apps/cMiniApp/project.config.json
index 1e59176..f5ca40f 100644
--- a/apps/cMiniApp/project.config.json
+++ b/apps/cMiniApp/project.config.json
@@ -3,8 +3,8 @@
     "description": "",
     "setting": {
         "urlCheck": false,
-        "es6": false,
-        "enhance": false,
+        "es6": true,
+        "enhance": true,
         "postcss": false,
         "preloadBackgroundData": false,
         "minified": false,
@@ -50,12 +50,10 @@
     },
     "srcMiniprogramRoot": "dist/",
     "condition": {},
-    "libVersion": "3.10.0",
+    "simulatorPluginLibVersion": {},
+    "appid": "wxb9e0baf4f87aa0de",
     "packOptions": {
         "ignore": [],
         "include": []
-    },
-    "appid": "wxb9e0baf4f87aa0de",
-    "simulatorPluginLibVersion": {},
-    "projectname": "cMiniApp"
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1