From 5b0ffe6aed3c349f8510becda5543dde97cd7cde Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Sat, 20 Feb 2021 17:40:09 +0800
Subject: [PATCH] fix

---
 project.config.json |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/project.config.json b/project.config.json
index 9d5fabf..a251ded 100644
--- a/project.config.json
+++ b/project.config.json
@@ -21,27 +21,28 @@
     "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": [],
-    "minifyWXSS": true,
-    "bundle": false
+    "minifyWXSS": true
   },
   "compileType": "miniprogram",
   "libVersion": "1.9.98",
-  "appid": "wx3836ab3c1490ff29",
-  "projectname": "%E8%82%BD%E7%A0%94",
+  "appid": "wx5cc58f796224af61",
+  "projectname": "讯聪美业",
   "isGameTourist": false,
   "simulatorType": "wechat",
   "simulatorPluginLibVersion": {},

--
Gitblit v1.9.1