From 4b48bacef8646cee8b66f5e10b0ed7124534e93e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 12 五月 2023 17:10:47 +0800
Subject: [PATCH] 首页修改

---
 project.config.json |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/project.config.json b/project.config.json
index b455d55..6a7802d 100644
--- a/project.config.json
+++ b/project.config.json
@@ -16,12 +16,20 @@
         "minified": false,
         "enhance": true,
         "showShadowRootInWxmlPanel": false,
-        "packNpmRelationList": [],
+        "packNpmRelationList": [
+            {
+                "packageJsonPath": "./package.json",
+                "miniprogramNpmDistDir": "./miniprogram/"
+            }
+        ],
         "ignoreUploadUnusedFiles": true,
-        "es6": true
+        "es6": true,
+        "packNpmManually": true
     },
     "simulatorType": "wechat",
-    "simulatorPluginLibVersion": {},
+    "simulatorPluginLibVersion": {
+        "wxext14566970e7e9f62": "2.27.3"
+    },
     "condition": {},
     "srcMiniprogramRoot": "miniprogram/",
     "editorSetting": {
@@ -33,5 +41,5 @@
         "ignore": [],
         "include": []
     },
-    "appid": "wx15ee01704b3c9dd0"
+    "appid": "wxd7bb3a22cfb97aaa"
 }
\ No newline at end of file

--
Gitblit v1.8.0