From be3270394f18ff8c60a571a009d1ad15859cd0c2 Mon Sep 17 00:00:00 2001
From: hailu <962012470@qq.com>
Date: 星期五, 30 九月 2022 10:02:20 +0800
Subject: [PATCH] 派单一级单位
---
GoldC/project.config.json | 20 ++++++++------------
1 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/GoldC/project.config.json b/GoldC/project.config.json
index 6f79cc2..6b62507 100644
--- a/GoldC/project.config.json
+++ b/GoldC/project.config.json
@@ -22,6 +22,7 @@
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
+ "lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
@@ -30,31 +31,26 @@
"disablePlugins": [],
"outputPath": ""
},
- "enableEngineNative": false,
- "bundle": false,
- "useIsolateContext": true,
- "useCompilerModule": true,
- "userConfirmedUseCompilerModuleSwitch": false,
+ "useIsolateContext": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
- "lazyloadPlaceholderEnable": false,
- "useStaticServer": true,
- "showES6CompileOption": false,
"disableUseStrict": false,
+ "minifyWXML": true,
+ "showES6CompileOption": false,
"useCompilerPlugins": false,
- "minifyWXML": true
+ "ignoreUploadUnusedFiles": true
},
"compileType": "miniprogram",
"libVersion": "2.12.0",
"appid": "wxe17f21bb8de42202",
- "projectname": "GoldenChicken",
+ "projectname": "GoldC",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
- "condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
- }
+ },
+ "condition": {}
}
\ No newline at end of file
--
Gitblit v1.8.0