From 13bb7a1c1b2bbded055b3a7109a5b1d9443eba1e Mon Sep 17 00:00:00 2001
From: jyy <935090232@qq.com>
Date: Sat, 16 Jan 2021 08:53:59 +0800
Subject: [PATCH] 1
---
project.config.json | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/project.config.json b/project.config.json
index ec6fc68..0175b15 100644
--- a/project.config.json
+++ b/project.config.json
@@ -21,21 +21,22 @@
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
- "useMultiFrameRuntime": false,
+ "useMultiFrameRuntime": true,
"useApiHook": true,
+ "useApiHostProcess": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
+ "enableEngineNative": false,
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
+ "userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
- "enableEngineNative": false,
- "userConfirmedBundleSwitch": false,
"minifyWXSS": true
},
"compileType": "miniprogram",
--
Gitblit v1.9.1