{
	"pages": [
		{
			"path": "pages/index/mall",
			"style": {
				"navigationBarTitleText": "色彩公园手机壳",
				"enablePullDownRefresh": true,
				"navigationStyle": "custom" //禁用uni-app默认的头部导航
			}
		},
		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "",
				"navigationStyle": "custom" //禁用uni-app默认的头部导航
			}
		},
		{
			"path": "pages/index/nick-name",
			"style": {
				"navigationBarTitleText": ""
			}
		},
		{
			"path": "pages/index/start-up",
			"style": {
				"navigationBarTitleText": "打印",
				"enablePullDownRefresh": true,
				"navigationStyle": "custom" //禁用uni-app默认的头部导航
			}
		},
		{
			"path": "pages/index/custom-size",
			"style": {
				"navigationBarTitleText": "自定义宽高",
				"enablePullDownRefresh": false
			}
		}
	],
	"globalStyle": {
		"navigationBarTextStyle": "#61D119",
		"navigationBarTitleText": "定制",
		"navigationBarBackgroundColor": "#141319",
		"backgroundColor": "#141319"
	},
	"subPackages": [{
			"root": "pages/login",
			"pages": [{
				"path": "login",
				"style": {
					"navigationBarTitleText": "色彩公园手机壳"
				}
			}]
		},
		{
			"root": "pages/mall",
			"pages": [{
					"path": "lineUp",
					"style": {
						"navigationBarTitleText": "排队信息",
						"enablePullDownRefresh": true,
						"navigationStyle": "custom" 
					}
				},
				{
					"path": "experience",
					"style": {
						"navigationBarTitleText": "最近色彩站"
					}
				},
				{
					"path": "knowPhone",
					"style": {
						"navigationBarTitleText": "识别手机型号"
					}
				}
			]
		},
		{
			"root": "pages/mine",
			"pages": [{
					"path": "order",
					"style": {
						"navigationBarTitleText": "付款区",
						"navigationStyle": "custom" //禁用uni-app默认的头部导航
					}
				},
				{
					"path": "orderNew",
					"style": {
						"navigationBarTitleText": ""
					}
				},
				{
					"path": "myorder",
					"style": {
						"navigationBarTitleText": "订单列表",
						"enablePullDownRefresh": true
					}
				},
				{
					"path": "ordersize",
					"style": {
						"navigationBarTitleText": "查看尺码"
					}
				},
				/* {
					"path": "self_help_payment_details",
					"style": {
						"navigationBarTitleText": "打印"
					}
				}, */
			/* 	{
					"path": "self_help_payment_details_new",
					"style": {
						"navigationBarTitleText": "打印"
					}
				}, */
				/* {
					"path": "nothingmachineid",
					"style": {
						"navigationBarTitleText": "手机壳打印"
					}
				}, */
				{
					"path": "goodsordersize",
					"style": {
						"navigationBarTitleText": "商品尺码"
					}
				}
			
			]
		}
	]
}