From 17138ae89dc5a445cb5a910afa234f06c35cf07a Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期四, 19 六月 2025 09:16:48 +0800
Subject: [PATCH] insert 完成商品广场

---
 pages.json |   29 +++++++++++++++++++----------
 1 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/pages.json b/pages.json
index ea4a9f3..47451d7 100644
--- a/pages.json
+++ b/pages.json
@@ -138,16 +138,6 @@
 				}
 			}
 		},
-		// {
-		// 	"path": "components/popups/popups",
-		// 	"style": {
-		// 		"navigationBarTitleText": "",
-		// 		"navigationStyle": "custom",
-		// 		"componentPlaceholder": {
-		// 			"u-icon": "view"
-		// 		}
-		// 	}
-		// },
 		{
 			"path": "components/m-buy/goods",
 			"style": {
@@ -1424,6 +1414,25 @@
 					}
 				}
 			]
+		},
+		{
+			"root": "pages/health",
+			"pages": [{
+				"path": "healthVideo",
+				"style": {
+					"navigationBarTitleText": "澶у仴搴�"
+				}
+			}]
+		},
+		{
+			"root": "pages/commodity-square",
+			"pages": [{
+				"path" : "commoditySquare",
+				"style" :
+				{
+					"navigationBarTitleText" : "鍟嗗搧骞垮満"
+				}
+			}]
 		}
 	],
 	"globalStyle": {

--
Gitblit v1.8.0