{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path": "pages/home/home",
			"style": {
				"navigationBarTitleText": "首页-谛宝多多商城"
			}
		},
		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "白条专区-谛宝多多商城"
			}
		},
		{
			"path": "pages/category/category",
			"style": {
				"enablePullDownRefresh": true,
				"navigationBarTitleText": "白条分类-谛宝多多商城"
			}
		},
		{
			"path": "pages/web/web",
			"style": {
				"navigationBarTitleText": "白条专区-谛宝多多商城"
			}
		},
		{
			"path": "pages/detail/detail",
			"style": {
				"navigationBarTitleText": "白条详情-谛宝多多商城"
			}
		},
		{
			"path": "pages/searchhistory/searchhistory",
			"style": {
				"navigationBarTitleText": "搜索历史-谛宝多多商城"
			}
		},
		{
			"path": "pages/search/search",
			"style": {
				"navigationBarTitleText": "商品搜索-谛宝多多商城"
			}
		},
		{
			"path": "pages/financial/financialstage",
			"style": {
				"navigationBarTitleText": "金融分期-谛宝多多商城"
			}
		},
		{
			"path": "pages/apply/choosetype",
			"style": {
				"navigationBarTitleText": "金融分期-谛宝多多商城"
			}
		},
		{
			"path": "pages/apply/applypage1",
			"style": {
				"navigationBarTitleText": "填写资料-谛宝多多商城"
			}
		},
		{
			"path": "pages/apply/applypage2",
			"style": {
				"navigationBarTitleText": "填写资料-谛宝多多商城"
			}
		},
		{
			"path": "pages/apply/applypage3",
			"style": {
				"navigationBarTitleText": "填写资料-谛宝多多商城"
			}
		},
		{
			"path": "pages/signcontract/signcontract",
			"style": {
				"navigationBarTitleText": "签署合同-谛宝多多商城"
			}
		},
		{
			"path": "pages/installment/installmentinfo",
			"style": {
				"navigationBarTitleText": "商品详情-谛宝多多商城"
			}
		},	
		{
			"path": "pages/refuse/refuse",
			"style": {
				"navigationBarTitleText": "驳回原因-谛宝多多商城"
			}
		},
		{
			"path": "pages/checkstand/checkstand",
			"style": {
				"navigationBarTitleText": "谛宝收银台-谛宝多多商城"
			}
		},
		{
			"path": "pages/checkstand/refund",
			"style": {
				"navigationBarTitleText": "退定金-谛宝多多商城"
			}
		}
  ],
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "谛宝多多商城",
		"navigationBarBackgroundColor": "#F8F8F8",
		"backgroundColor": "#fbfbfb",
		"app-plus": {"titleNView": false}
	}
}