From 92755e844ce270b1fbd7055d657c90a831714516 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 13 十一月 2025 13:51:21 +0800
Subject: [PATCH] feat: 1.3.0.2
---
apps/cMiniApp/project.config.json | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/apps/cMiniApp/project.config.json b/apps/cMiniApp/project.config.json
index a7a541b..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,11 +50,10 @@
},
"srcMiniprogramRoot": "dist/",
"condition": {},
- "libVersion": "3.10.0",
+ "simulatorPluginLibVersion": {},
+ "appid": "wxb9e0baf4f87aa0de",
"packOptions": {
"ignore": [],
"include": []
- },
- "appid": "wxb9e0baf4f87aa0de",
- "simulatorPluginLibVersion": {}
+ }
}
\ No newline at end of file
--
Gitblit v1.9.1