{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path": "pages/index/index",
			"style": {
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/bagStorage/login",
			"style": {
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/bagStorage/orders",
			"style": {
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/bagStorage/success",
			"style": {
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/fetchPacket/index",
			"style": {
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/fetchPacket/success",
			"style": {
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/order/details",
			"style": {
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/order/list",
			"style": {
				"enablePullDownRefresh": true,
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/admin/login",
			"style": {
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/admin/index",
			"style": {
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/admin/port",
			"style": {
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/admin/setting",
			"style": {
				"navigationStyle": "custom"
			}
		}
	],
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "uni-app",
		"navigationBarBackgroundColor": "#F8F8F8",
		"backgroundColor": "#F8F8F8"
	}
}