|
@@ -166,6 +166,69 @@
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
}
|
|
|
+ ,{
|
|
|
+ "path" : "pages/article/article",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/article/newsNotice",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/article/articleDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/search/search",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/searchPile/searchPile",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/searchPile/stationAndPile/stationDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/searchPile/searchPileList",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
],
|
|
|
"globalStyle": {
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|