From ff4805d176e7b2696a5fa791e445b9dab8f7b5bf Mon Sep 17 00:00:00 2001 From: lihenian <2629534615@qq.com> Date: Fri, 19 Jun 2020 18:06:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BF=83=E7=90=86=E5=92=A8?= =?UTF-8?q?=E8=AF=A2=20=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epdc-resident-mp-yushan/project.config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/epdc-resident-mp-yushan/project.config.json b/epdc-resident-mp-yushan/project.config.json index 3ad1d0f..e3c3b62 100644 --- a/epdc-resident-mp-yushan/project.config.json +++ b/epdc-resident-mp-yushan/project.config.json @@ -7,6 +7,7 @@ "urlCheck": false, "es6": true, "postcss": true, + "preloadBackgroundData": false, "minified": true, "newFeature": true, "coverView": true, @@ -20,7 +21,9 @@ "ignore": [], "disablePlugins": [], "outputPath": "" - } + }, + "useCompilerModule": false, + "userConfirmedUseCompilerModuleSwitch": false }, "compileType": "miniprogram", "libVersion": "2.10.4",