From 4ffe82b5315aa3a15b988ea7a400dd3829bff979 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期一, 23 六月 2025 15:33:20 +0800 Subject: [PATCH] update 解决商品广场瀑布流两列长度跨度大问题 --- 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