From 23db8ee6063226480f964ed1de3ece9310e221a2 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期三, 21 八月 2024 09:37:43 +0800
Subject: [PATCH] 提交

---
 pages.json |   66 ++++++---------------------------
 1 files changed, 12 insertions(+), 54 deletions(-)

diff --git a/pages.json b/pages.json
index bd37345..009bebd 100644
--- a/pages.json
+++ b/pages.json
@@ -25,18 +25,6 @@
 			}
 		},
 		{
-			"path" : "pages/tabBar/firstPage/exam",
-			"style" :
-			{
-				"navigationStyle": "custom",
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					"scrollIndicator": "none"
-				}
-			}
-		},
-		{
 		    "path" : "pages/tabBar/count/count",
 		    "style" :                                                                                    
 		    {
@@ -66,6 +54,18 @@
 			}
 		},
 		{
+			"path" : "pages/tabBar/count/productDetail",
+			"style" :
+			{
+				"navigationStyle": "custom",
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
 		    "path" : "pages/tabBar/current/current",
 			"style" :
 			{
@@ -79,42 +79,6 @@
 						"color": "#000000",
 						"style": "circle"
 					}
-				}
-			}
-		},
-		{
-			"path" : "pages/tabBar/current/detail",
-			"style" :
-			{
-				"navigationStyle": "custom",
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					"scrollIndicator": "none"
-				}
-			}
-		},
-		{
-		    "path" : "pages/tabBar/wearhouse/wearhouse",
-		    "style" :                                                                                    
-		    {
-				"navigationStyle": "custom",
-			    "navigationBarTitleText": "",
-			    "enablePullDownRefresh": false,
-				"app-plus": {
-					"scrollIndicator": "none"
-				}
-		    }
-		},
-		{
-			"path" : "pages/tabBar/wearhouse/questions",
-			"style" :
-			{
-				"navigationStyle": "custom",
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					"scrollIndicator": "none"
 				}
 			}
 		}
@@ -142,13 +106,7 @@
 			},
 			{
 				"pagePath": "pages/tabBar/current/current"
-			},
-			{
-				"pagePath": "pages/tabBar/wearhouse/wearhouse"
 			}
-
-			
-
 		]
 	}
 }

--
Gitblit v1.9.2