From 41c7557b6ba2db6c48a9ebbad232b4fb6407f6d6 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 27 六月 2025 16:13:11 +0800
Subject: [PATCH] 神厨页面同步视频推荐
---
manifest.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/manifest.json b/manifest.json
index 00529e6..f28fd02 100644
--- a/manifest.json
+++ b/manifest.json
@@ -213,7 +213,8 @@
// "version" : "1.3.0",
// "provider" : "wx2b03c6e691cd7370"
// }
- "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ]
+ "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ],
+ "lazyCodeLoading": "requiredComponents"
},
"h5" : {
"devServer" : {
--
Gitblit v1.8.0