{
	"pages": [
		"pages/homepage/homepage",
		"pages/pubu/pubu",
		"pages/examine/examine",
		"pages/index/index",
		"pages/personziliao/personziliao",
		"pages/comment/comment",
		"pages/passPhotos/passPhotos",
		"pages/collectlist/collectlist",
		"pages/commentdetail/commentdetail",
		"pages/usecenter/usecenter",
		"pages/shopdetail/shopdetail",
		"pages/morephoto/morephoto",
		"pages/morecomment/morecomment",
		"pages/searchresult/searchresult",
		"pages/searchcity/searchcity",
		"pages/logs/logs",
		"pages/login/login",
		"pages/recommond/recommond",
		"pages/canting/canting",
		"pages/mycomment/mycomment",
		"pages/personpage/personpage",
		"pages/rank/rankpage",
		"pages/morepic/morepic",
		"custom-tab-bar/custom-tab-bar"
	],
	"window": {
		"backgroundTextStyle": "light",
		"navigationBarBackgroundColor": "#fff",
		"navigationBarTitleText": "WeChat",
		"navigationBarTextStyle": "black"
	},
	"tabBar": {
		"custom": true,
		"color": "#666666",
		"selectedColor": "#FCB952",
		"borderStyle": "black",
		"backgroundColor": "#fff",
		"list": [
			{
				"pagePath": "pages/homepage/homepage",
				"text": "首页",
				"iconPath": "img/index.png",
				"selectedIconPath": "img/indexactive.png"
			},
			{
				"pagePath": "pages/usecenter/usecenter",
				"text": "关于",
				"iconPath": "img/person.png",
				"selectedIconPath": "img/personactive.png"
			}
		]
	},
	"sitemapLocation": "sitemap.json"
}