From 707fe99b35c8e090f839d247bea1ad3db06334e8 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期三, 27 三月 2024 15:06:15 +0800
Subject: [PATCH] 更改地址
---
pages.json | 78 +++++++++++++++++++++++++++++++-------
1 files changed, 63 insertions(+), 15 deletions(-)
diff --git a/pages.json b/pages.json
index a5e30f8..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,7 +27,7 @@
"style": "circle"
}
}
- }
+ }
},
{
"path" : "pages/tabBar/notice/detail",
@@ -42,7 +42,55 @@
}
},
{
+ "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",
@@ -101,11 +149,11 @@
},
{
"path" : "pages/tabBar/examine/examine",
- "style" :
- {
+ "style" :
+ {
"navigationStyle": "custom",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true,
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": true,
"app-plus": {
"scrollIndicator": "none",
"pullToRefresh": {
@@ -114,7 +162,7 @@
"style": "circle"
}
}
- }
+ }
},
{
"path" : "pages/tabBar/count/count",
@@ -135,11 +183,11 @@
},
{
"path" : "pages/tabBar/current/current",
- "style" :
- {
+ "style" :
+ {
"navigationStyle": "custom",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true,
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": true,
"app-plus": {
"scrollIndicator": "none",
"pullToRefresh": {
@@ -148,7 +196,7 @@
"style": "circle"
}
}
- }
+ }
},
{
"path" : "pages/tabBar/weather/weather",
--
Gitblit v1.9.2