{
	"pages": [{
			"path": "pages/home/index",
			"style": {
				"navigationBarTitleText": "首页",
				"enablePullDownRefresh": true,
				"navigationStyle": "custom"
			}
		},
		{
			"path": "pages/mine/index",
			"style": {
				"navigationBarTitleText": "我的",
				"navigationBarBackgroundColor": "#F8F6F9",
				"enablePullDownRefresh": true
			}
		},
		{
			"path": "pages/community/index",
			"style": {
				"navigationBarTitleText": "选择小区",
				"backgroundColor": "#ffffff"
			}
		},
		{
			"path": "pages/announcement/index",
			"style": {
				"navigationBarTitleText": "社区公告"
			}
		},
		{
			"path": "pages/announcementDetails/index",
			"style": {
				"navigationBarTitleText": "公告详情"
			}
		},
		{
			"path": "pages/message/index",
			"style": {
				"navigationBarTitleText": "我的消息",
				"backgroundColor": "#F8F6F9",
				"navigationBarBackgroundColor": "#F8F6F9"
			}
		},
		{
			"path": "pages/housing/index",
			"style": {
				"navigationBarTitleText": "房屋登记认证",
				"backgroundColor": "#F8F6F9",
				"navigationBarBackgroundColor": "#ffffff"
			}
		},
		{
			"path": "pages/housing/residents",
			"style": {
				"navigationBarTitleText": "住户信息",
				"backgroundColor": "#F8F6F9",
				"navigationBarBackgroundColor": "#ffffff"
			}
		},
		{
			"path": "pages/housing/audit",
			"style": {
				"navigationBarTitleText": "物业审核",
				"backgroundColor": "#F8F6F9",
				"navigationBarBackgroundColor": "#ffffff"
			}
		},
		{
			"path": "pages/housing/certification",
			"style": {
				"navigationBarTitleText": "认证成功",
				"backgroundColor": "#F8F6F9",
				"navigationBarBackgroundColor": "#ffffff"
			}
		}
	],
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "uni-app",
		"navigationBarBackgroundColor": "#FFFFFF",
		"backgroundColor": "#ffffff",
		"app-plus": {
			"background": "#ffffff"
		}
	},
	"tabBar": {
		"color": "#A8ABE4",
		"selectedColor": "#5159EA",
		"borderStyle": "white",
		"backgroundColor": "#FFFFFF",
		"list": [{
				"pagePath": "pages/home/index",
				"text": "首页",
				"iconPath": "static/tabbar/home.png",
				"selectedIconPath": "static/tabbar/home_active.png"
			},
			{
				"pagePath": "pages/mine/index",
				"text": "我的",
				"iconPath": "static/tabbar/mine.png",
				"selectedIconPath": "static/tabbar/mine_active.png"
			}
		]
	}
}