From 43a0780edd2db8e841325cb73032e819716c3595 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期三, 10 八月 2022 09:27:59 +0800
Subject: [PATCH] 智能咨询模块、台账模块
---
project.config.json | 18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/project.config.json b/project.config.json
index 6a30418..eec38e8 100644
--- a/project.config.json
+++ b/project.config.json
@@ -22,23 +22,29 @@
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
- "useMultiFrameRuntime": true,
+ "useMultiFrameRuntime": false,
"useApiHook": true,
- "useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
- "enableEngineNative": false,
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
- "userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
- "minifyWXSS": true
+ "useApiHostProcess": true,
+ "enableEngineNative": false,
+ "userConfirmedBundleSwitch": false,
+ "minifyWXSS": true,
+ "lazyloadPlaceholderEnable": false,
+ "disableUseStrict": false,
+ "showES6CompileOption": false,
+ "useCompilerPlugins": false,
+ "ignoreUploadUnusedFiles": true,
+ "useStaticServer": true
},
"compileType": "miniprogram",
"libVersion": "2.21.3",
@@ -48,5 +54,7 @@
"tabIndent": "insertSpaces",
"tabSize": 2
},
+ "simulatorType": "wechat",
+ "simulatorPluginLibVersion": {},
"condition": {}
}
\ No newline at end of file
--
Gitblit v1.9.3