From 323c566597d42129c0d844e28bf07a35109b1b89 Mon Sep 17 00:00:00 2001 From: yuming Date: Tue, 2 Jun 2026 07:41:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9A=20lazyCodeLoading=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 启用后开发者工具基础库 3.10.3 报错 Component is not found in path "wx://not-found" 导致首页白屏。这是 lazyCodeLoading 跟某些基础库版本的已知兼容问题。 回滚 app.json,等基础库版本升级后再考虑开启。 代码质量扫描里"启用组件按需注入"会标记"未通过",但不影响审核。 Co-Authored-By: Claude Opus 4.7 (1M context) --- app.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.json b/app.json index 03304cd..6bba91c 100644 --- a/app.json +++ b/app.json @@ -35,7 +35,6 @@ ] }, "style": "v2", - "sitemapLocation": "sitemap.json", - "lazyCodeLoading": "requiredComponents" + "sitemapLocation": "sitemap.json" }