From 2a4232b695e79645a33837af857498f1ed5be973 Mon Sep 17 00:00:00 2001 From: yuantao Date: Sun, 28 Sep 2025 14:36:32 +0800 Subject: [PATCH] =?UTF-8?q?IFLOW=E6=96=87=E4=BB=B6=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IFLOW.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IFLOW.md b/IFLOW.md index 7344dd1..8aaca33 100644 --- a/IFLOW.md +++ b/IFLOW.md @@ -90,4 +90,5 @@ npm install ## 页面 * 页面配置在 `pages.json` 中管理。 -* 主包页面放在 `pages/` 目录下,分包页面放在 `subPages/` 目录下。 \ No newline at end of file +* 主包页面放在 `pages/` 目录下,分包页面放在 `subPages/` 目录下。 +* 页面的生命周期按需进行导入,如(`import { onLoad } from '@dcloudio/uni-app'`)。 \ No newline at end of file