From a16edd992e14a6a00db81745f2b489185b190cfb Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 14 十一月 2025 16:06:32 +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