From 9461caf2a459a7ed1eb16f8f439c02cfbcf1930b Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期三, 02 八月 2023 15:06:08 +0800
Subject: [PATCH] 新增功能

---
 pages.json |  144 ++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 132 insertions(+), 12 deletions(-)

diff --git a/pages.json b/pages.json
index 108d9a3..a011a0f 100644
--- a/pages.json
+++ b/pages.json
@@ -42,6 +42,78 @@
 			}
 		},
 		{
+		    "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",
+			    "navigationBarTitleText": "",
+			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
             "path" : "pages/tabBar/response/response",
             "style" :                                                                                    
             {
@@ -58,6 +130,23 @@
 				}
             }
         },
+		{
+		    "path" : "pages/tabBar/information/information",
+		    "style" :                                                                                    
+		    {
+				"navigationStyle": "custom",
+		        "navigationBarTitleText": "",
+		        "enablePullDownRefresh": true,
+				"app-plus": {
+					"scrollIndicator": "none",
+					"pullToRefresh": {
+						"support": true,
+						"color": "#000000",
+						"style": "circle"
+					}
+				}
+		    }
+		},
 		{
 		    "path" : "pages/tabBar/examine/examine",
 		    "style" :                                                                                    
@@ -91,6 +180,35 @@
 					}
 				}
 		    }
+		},
+		{
+		    "path" : "pages/tabBar/current/current",
+		    "style" :                                                                                    
+		    {
+				"navigationStyle": "custom",
+		        "navigationBarTitleText": "",
+		        "enablePullDownRefresh": true,
+				"app-plus": {
+					"scrollIndicator": "none",
+					"pullToRefresh": {
+						"support": true,
+						"color": "#000000",
+						"style": "circle"
+					}
+				}
+		    }
+		},
+		{
+		    "path" : "pages/tabBar/weather/weather",
+		    "style" :                                                                                    
+		    {
+				"navigationStyle": "custom",
+			    "navigationBarTitleText": "",
+			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+		    }
 		}
     ],
 	"globalStyle": {
@@ -109,30 +227,32 @@
 		"custom": true,
 		"list": [
 			{
+				"pagePath": "pages/tabBar/firstPage/firstPage"
+			},
+			{
 				"pagePath": "pages/tabBar/notice/notice"
-				// "iconPath": "static/notice1.png",
-				// "selectedIconPath": "static/notice1-selected.png",
-				// "text": "工作通知"
 			},
 			{
 				"pagePath": "pages/tabBar/response/response"
-				// "iconPath": "static/mine1.png",
-				// "selectedIconPath": "static/mine1-selected.png",
-				// "text": "我的叫应"
+			},
+			{
+				"pagePath": "pages/tabBar/information/information"
 			},
 			{
 				"pagePath": "pages/tabBar/examine/examine"
-				// "iconPath": "static/notice1.png",
-				// "selectedIconPath": "static/notice1-selected.png",
-				// "text": "通知审核"
 			},
 			{
 				"pagePath": "pages/tabBar/count/count"
-				// "iconPath": "static/mine1.png",
-				// "selectedIconPath": "static/mine1-selected.png",
-				// "text": "信息统计"
+			},
+			{
+				"pagePath": "pages/tabBar/current/current"
+			},
+			{
+				"pagePath": "pages/tabBar/weather/weather"
 			}
 
+			
+
 		]
 	}
 }

--
Gitblit v1.9.2