| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 | {	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages		{			"path": "pages/homePage/homePage",			"style": {				"navigationBarTitleText": "业主工会",				"enablePullDownRefresh": true,				"onReachBottomDistance": 50,				"scrollIndicator": "none",				"app-plus": {					"pullToRefresh": {						"support": true,						"color": "#ff3333",						"style": "circle"					}				}			}		},		{			"path": "pages/houseDetail/houseDetail",			"style": {				"navigationBarTitleText": "项目详情",				"enablePullDownRefresh": true,				"onReachBottomDistance": 100,				"scrollIndicator": "none",				"app-plus": {					"pullToRefresh": {						"support": true,						"color": "#ff3333",						"style": "circle"					}				}			}		},		{			"path": "pages/reportPage/reportPage",			"style": {				"navigationBarTitleText": "效果报表",				"enablePullDownRefresh": true,				"onReachBottomDistance": 100,				"scrollIndicator": "none",				"app-plus": {					"pullToRefresh": {						"support": true,						"color": "#ff3333",						"style": "circle"					}				}			}		}        ,{            "path" : "pages/revenueRankingPage/revenueRankingPage",            "style": {            	"navigationBarTitleText": "收益排行榜",            	"enablePullDownRefresh": true,            	"onReachBottomDistance": 50,            	"scrollIndicator": "none",            	"app-plus": {            		"pullToRefresh": {            			"support": true,            			"color": "#ff3333",            			"style": "circle"            		}            	}            }                    }        ,{            "path" : "pages/ownerCertification/ownerCertification",            "style" :                                                                                                {                "navigationBarTitleText": "业主认证",                "enablePullDownRefresh": false            }                    }        ,{            "path" : "pages/certificationResultPage/certificationResultPage",            "style" :                                                                                                {                "navigationBarTitleText": "业主认证",                "enablePullDownRefresh": false            }                    },{			"path" : "pages/developSetting/developSetting",			"style" :                                                                                    			{			    "navigationBarTitleText": "设置页面",			    "enablePullDownRefresh": false			}		}        ,{            "path" : "pages/shareCardPage/shareCardPage",            "style" :                                                                                                {                "navigationBarTitleText": "",                "enablePullDownRefresh": false            }                    }    ],	"globalStyle": {		"navigationBarTextStyle": "black",		"navigationBarTitleText": "uni-app",		"navigationBarBackgroundColor": "#F8F8F8",		"backgroundColor": "#F8F8F8",		"navigationStyle":"custom",		"app-plus": {			"titleView": false		}	},	"tabBar": {		"color": "#999999",		"selectedColor": "#333333",		"borderStyle": "black",		"backgroundColor": "#ffffff",		"list": []	}}
 |