From 903afe339142785105c6aa2285b96b519e7d557d Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 10 十一月 2025 10:13:54 +0800
Subject: [PATCH] fix: bug

---
 apps/underTakeMiniApp/project.config.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/underTakeMiniApp/project.config.json b/apps/underTakeMiniApp/project.config.json
index 2fe356c..cf95ad3 100644
--- a/apps/underTakeMiniApp/project.config.json
+++ b/apps/underTakeMiniApp/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,

--
Gitblit v1.9.1