{
	"easycom": {
		"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
	},
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path": "pages/index/index",
			"style": {
				"navigationStyle":"custom",// 隐藏系统导航栏
				"navigationBarTitleText": "城市智慧停车"
			}
		},
		{
			"path": "pages/center/index",
			"style": {
				"navigationBarTitleText": "城市智慧停车"
			}
		},
		{
			"path": "pages/center/phoneLogin/phoneLogin",
			"style": {
				"navigationBarTitleText": "手机号登录"
			}
		},
		{
			"path": "pages/parkingLists/parkingLists",
			"style": {
				"navigationBarTitleText": "停车场"
			}
		},
		{
			"path": "pages/myCars/myCars",
			"style": {
				"navigationStyle":"custom",// 隐藏系统导航栏
				"navigationBarTitleText": "我的车辆"
			}
		}
	],
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "uView",
		"navigationBarBackgroundColor": "#F8F8F8",
		"backgroundColor": "#F8F8F8"
	},
	"tabBar": {
	    "color": "#909399",
	    "selectedColor": "#303133",
	    "borderStyle": "black",
	    "backgroundColor": "#ffffff",
	    "list": [{
	        "pagePath": "pages/index/index",
	        "iconPath": "static/index.png",
	        "selectedIconPath": "static/index-selected.png",
	        "text": "首页"
	    }, {
	        "pagePath": "pages/center/index",
	        "iconPath": "static/center.png",
	        "selectedIconPath": "static/center-selected.png",
	        "text": "我"
	    }]
	}
}