From 0ad28dbac74ba51b604c31c2dee7494d4e7f8fe4 Mon Sep 17 00:00:00 2001
From: hailu <962012470@qq.com>
Date: 星期一, 27 十一月 2023 17:21:15 +0800
Subject: [PATCH] 安装流程

---
 GoldC/project.config.json |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/GoldC/project.config.json b/GoldC/project.config.json
index 85f980a..0ac13ff 100644
--- a/GoldC/project.config.json
+++ b/GoldC/project.config.json
@@ -1,9 +1,5 @@
 {
   "description": "椤圭洰閰嶇疆鏂囦欢",
-  "packOptions": {
-    "ignore": [],
-    "include": []
-  },
   "setting": {
     "urlCheck": false,
     "es6": true,
@@ -24,8 +20,6 @@
     "compileHotReLoad": false,
     "lazyloadPlaceholderEnable": false,
     "useMultiFrameRuntime": true,
-    "useApiHook": true,
-    "useApiHostProcess": true,
     "babelSetting": {
       "ignore": [],
       "disablePlugins": [],
@@ -44,14 +38,16 @@
     "condition": false
   },
   "compileType": "miniprogram",
-  "libVersion": "2.12.0",
-  "appid": "wxbe7578f86ae97314",
-  "projectname": "water",
   "simulatorType": "wechat",
   "simulatorPluginLibVersion": {},
   "condition": {},
   "editorSetting": {
     "tabIndent": "insertSpaces",
     "tabSize": 2
-  }
+  },
+  "packOptions": {
+    "ignore": [],
+    "include": []
+  },
+  "appid": "wxbe7578f86ae97314"
 }
\ No newline at end of file

--
Gitblit v1.8.0