From f5d67b69142c78be1ee996f53b6bb8e4c954761c Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期三, 15 十一月 2023 10:06:38 +0800
Subject: [PATCH] 页面跳转修改

---
 pages.json |  132 ++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 122 insertions(+), 10 deletions(-)

diff --git a/pages.json b/pages.json
index 99edc45..6454a2a 100644
--- a/pages.json
+++ b/pages.json
@@ -14,11 +14,11 @@
 		},
         {
             "path" : "pages/tabBar/notice/notice",
-            "style" :                                                                                    
-            {
+			"style" :
+			{
 				"navigationStyle": "custom",
-                "navigationBarTitleText": "",
-                "enablePullDownRefresh": true,
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": true,
 				"app-plus": {
 					"scrollIndicator": "none",
 					"pullToRefresh": {
@@ -27,10 +27,82 @@
 						"style": "circle"
 					}
 				}
-            }
+			}
         },
 		{
 		    "path" : "pages/tabBar/notice/detail",
+			"style" :
+			{
+				"navigationStyle": "custom",
+			    "navigationBarTitleText": "",
+			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
+		    "path" : "pages/tabBar/responsivity/countyResponsivity",
+			"style" :
+			{
+				"navigationStyle": "custom",
+			    "navigationBarTitleText": "",
+			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
+		    "path" : "pages/tabBar/responsivity/cityResponsivity",
+			"style" :
+			{
+				"navigationStyle": "custom",
+			    "navigationBarTitleText": "",
+			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
+		    "path" : "pages/tabBar/responsivity/villageResponsivity",
+			"style" :
+			{
+				"navigationStyle": "custom",
+			    "navigationBarTitleText": "",
+			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
+		    "path" : "pages/tabBar/notice/measures",
+			"style" :
+			{
+				"navigationStyle": "custom",
+			    "navigationBarTitleText": "",
+			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
+		    "path" : "pages/tabBar/responsivity/showMeasures",
+			"style" :
+			{
+				"navigationStyle": "custom",
+			    "navigationBarTitleText": "",
+			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
+		    "path" : "pages/tabBar/firstPage/firstPage",
 			"style" :
 			{
 				"navigationStyle": "custom",
@@ -77,6 +149,23 @@
 		},
 		{
 		    "path" : "pages/tabBar/examine/examine",
+			"style" :
+			{
+				"navigationStyle": "custom",
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": true,
+				"app-plus": {
+					"scrollIndicator": "none",
+					"pullToRefresh": {
+						"support": true,
+						"color": "#000000",
+						"style": "circle"
+					}
+				}
+			}
+		},
+		{
+		    "path" : "pages/tabBar/count/count",
 		    "style" :                                                                                    
 		    {
 				"navigationStyle": "custom",
@@ -93,12 +182,12 @@
 		    }
 		},
 		{
-		    "path" : "pages/tabBar/count/count",
-		    "style" :                                                                                    
-		    {
+		    "path" : "pages/tabBar/current/current",
+			"style" :
+			{
 				"navigationStyle": "custom",
-		        "navigationBarTitleText": "",
-		        "enablePullDownRefresh": true,
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": true,
 				"app-plus": {
 					"scrollIndicator": "none",
 					"pullToRefresh": {
@@ -106,6 +195,18 @@
 						"color": "#000000",
 						"style": "circle"
 					}
+				}
+			}
+		},
+		{
+		    "path" : "pages/tabBar/weather/weather",
+		    "style" :                                                                                    
+		    {
+				"navigationStyle": "custom",
+			    "navigationBarTitleText": "",
+			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
 				}
 		    }
 		}
@@ -126,6 +227,9 @@
 		"custom": true,
 		"list": [
 			{
+				"pagePath": "pages/tabBar/firstPage/firstPage"
+			},
+			{
 				"pagePath": "pages/tabBar/notice/notice"
 			},
 			{
@@ -139,8 +243,16 @@
 			},
 			{
 				"pagePath": "pages/tabBar/count/count"
+			},
+			{
+				"pagePath": "pages/tabBar/current/current"
+			},
+			{
+				"pagePath": "pages/tabBar/weather/weather"
 			}
 
+			
+
 		]
 	}
 }

--
Gitblit v1.9.2