{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		
		{
			"path": "pages/index/index",
			"style": {
				"navigationStyle": "custom"
			}
		},
		{
			"path": "pages/user/shopidgo",
			"style": {
				"navigationStyle": "custom"
			}
		},
		{
			"path": "pages/login/empower",
			"style": {
				"navigationBarTitleText": "授权登录"
			}
		},
		
		{
			"path": "pages/user/scanCode",
			"style": {
				"navigationBarTitleText": "扫码"
			}
		},
		
		
		{
			"path": "pages/index/signOut",
			"style": {
				"navigationBarTitleText": "退出登录"
			}
		},
		{
			"path": "pages/index/map",
			"style": {
				"navigationBarTitleText": "导航"
			}
		},
		{
			"path": "pages/index/home",
			"style": {
				"navigationStyle": "custom"
			}
		},
		
		{
			"path": "pages/pay/pay",
			"style": {
				"navigationBarTitleText": "微信支付"
			}
		},
		
		
		
		{
			"path": "pages/login/login",
			"style": {
				"navigationBarTitleText": "登录"
			}
		},
		
		{
			"path": "pages/login/iphoneLogin",
			"style": {
				"navigationBarTitleText": "手机号登录"
			}
		},
		
		
		{
			"path": "pages/home/home",
			"style": {
				"navigationBarTitleText": "首页"
			}
		},
		{
			"path": "pages/user/user",
			"style": {
				"navigationBarTitleText": "我的"
			}
		}
	],
	/* "tabBar": {
		"color": "#8a8a8a",
		"selectedColor": "#FF4F00",
		"borderStyle": "black",
		"backgroundColor": "#ffffff",
		"list": [{
				"pagePath": "pages/index/index",
				"iconPath": "static/img/index1.png",
				"selectedIconPath": "static/img/index2.png",
				"text": "首页"
			},
			{
				"pagePath": "pages/user/user",
				"iconPath": "static/img/me1.png",
				"selectedIconPath": "static/img/me2.png",
				"text": "我的"
			}
	
		]
	}, */
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "",
		"navigationBarBackgroundColor": "#F8F8F8",
		"backgroundColor": "#F8F8F8"
	}
}