{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages

		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "填写爱车信息"
			}
		},
		{
			"path": "pages/shop/shopList",
			"style": {
				"navigationBarTitleText": "4S门店"
			}
		},
		{
			"path": "pages/me/me",
			"style": {
				"navigationBarTitleText": "",
				"navigationBarBackgroundColor": "#FFEDEA"
			}
		},
		{
			"path": "pages/login/login",
			"style": {
				"navigationStyle": "custom"
			}
		},
		{
			"path": "pages/login/empower",
			"style": {
				"navigationBarTitleText": "天下养车"
			}
		},
		{
			"path": "pages/login/iphoneLogin",
			"style": {
				"navigationBarTitleText": "",
				"navigationBarBackgroundColor": "#FFFFFF"
			}
		}


		, {
			"path": "pages/index/addCar",
			"style": {
				"navigationBarTitleText": "添加爱车",
				"enablePullDownRefresh": false
			}

		},
		{
			"path": "pages/index/cailist",
			"style": {
				"navigationBarTitleText": "我的车库",
				"navigationBarBackgroundColor": "#FFFFFF"
			}
		},
		{
			"path": "pages/index/carModel",
			"style": {
				// "navigationBarTitleText": "自主选车",
				// "navigationBarBackgroundColor": "#FFFFFF"
				"navigationStyle": "custom" 
			}
		},
		{
			"path": "pages/me/setup",
			"style": {
				 "navigationBarTitleText": "账号设置",
				 "navigationBarBackgroundColor":"#FFFFFF"     
				
			}
		},
		{
			"path": "pages/iPhone/phoneList",
			"style": {
				"navigationBarTitleText": "联系人管理"
				
			}
		},
		{
			"path": "pages/iPhone/addphone",
			"style": {
				"navigationBarTitleText": "新增联系人"
				
			}
		},
		{
		    "path" : "pages/me/treaty",
		    "style" :                                                                                    
		    {
		        "navigationBarTitleText": "服务协议",
		        "enablePullDownRefresh": false
		    }
		    
		}
		,{
		    "path" : "pages/me/intimity",
		    "style" :                                                                                    
		    {
		        "navigationBarTitleText": "隐私政策",
		        "enablePullDownRefresh": false
		    }
		    
		},
		{
			"path": "pages/order/myorder",
			"style": {
				"navigationBarTitleText": "我的订单",
				"navigationBarBackgroundColor":"#FFFFFF",
				"enablePullDownRefresh": true
			}
		},
		{
			"path": "pages/order/orderDetail",
			"style": {
				 "navigationStyle": "custom",
				 "enablePullDownRefresh": true
			}
		},
		{
			"path": "pages/order/evaluate",
			"style": {
				"navigationBarTitleText": "评价" 
			}
		}
	],
	"tabBar": {
		"color": "#8a8a8a",
		"selectedColor": "#FF4F00",
		"borderStyle": "black",
		"backgroundColor": "#ffffff",
		"list": [{
				"pagePath": "pages/index/index",
				"iconPath": "static/img/tabme1.png",
				"selectedIconPath": "static/img/tabme2.png",
				"text": "4S保养"
			},

			{
				"pagePath": "pages/shop/shopList",
				"iconPath": "static/img/tabshop1.png",
				"selectedIconPath": "static/img/tabshop2.png",
				"text": "4S门店"
			},
			{
				"pagePath": "pages/me/me",
				"iconPath": "static/img/tabme1.png",
				"selectedIconPath": "static/img/tabme2.png",
				"text": "我的"
			}

		]
	},
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "uni-app",
		"navigationBarBackgroundColor": "#F8F8F8",
		"backgroundColor": "#F8F8F8"
	}
}