{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path": "pages/index/init",
			"navigationStyle":"custom"
			,"style": {
				"navigationBarBackgroundColor":"#fff",
				"navigationBarTitleText": "入口页"//入口页
				// ,"titleNView": false
			}
		},
		{
			"path": "pages/index/guide",
			"navigationStyle":"custom"
			,"style": {
				"navigationBarBackgroundColor":"#fff",
				"navigationBarTitleText": "引导页",
				"navigationStyle":"custom"
			}
		},
		{
			"path": "pages/login/loginType",
			"style": {
				"navigationBarTitleText": "",
				"navigationStyle":"custom"
			}
		},
		{
			"path": "pages/login/companyLogin",
			"style": {
				"navigationBarTitleText": "企业用户登录"
			}
		},
		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "",
				"navigationStyle":"custom"
			}
		},
		{
			"path": "pages/product/product",
			"style": {
				"navigationBarTitleText": ""
			}
		},
		{
			"path": "pages/confirmOrder/confirmOrder",
			"style": {
				"navigationBarTitleText": ""
			}
		},
		{
			"path": "pages/use/use",
			"style": {
				"navigationBarTitleText": "价值实现"
			}
		},
		{
			"path": "pages/usercenter/usercenter",
			"style": {
				"navigationBarTitleText": "",
				"navigationStyle":"custom"
			}
		},
		{
			"path": "pages/usercenter/certificateList/certificateList",
			"style": {
				"navigationBarTitleText": "我的证书"
			}
		},
		{
			"path": "pages/usercenter/certificateList/certificate/certificate",
			"style": {
				"navigationBarTitleText": "证书"
			}
		},
		{
			"path": "pages/usercenter/orderList/orderList",
			"style": {
				"navigationBarTitleText": "我的订单"
			}
		},
		{
			"path": "pages/usercenter/orderList/orderdetails/orderdetails",
			"style": {
				"navigationBarTitleText": "订单详情"
			}
		},
		{
			"path": "pages/usercenter/subscribe/subscribe",
			"style": {
				"navigationBarTitleText": "我的认购"
			}
		},
		{
			"path": "pages/usercenter/question/question",
			"style": {
				"navigationBarTitleText": "常见问题"
			}
		}
		,{
			"path": "pages/offlineBuy/offlineBuy",
			"style": {
				"navigationBarTitleText": "线下认购"
			}
		}
	],
	"tabBar": {
	    "color": "#999",
	    "selectedColor": "#26D18B",
	    "borderStyle": "white",
	    "backgroundColor": "#ffffff",
	    "list": [{
	        "pagePath": "pages/index/index",
	        "iconPath": "/static/img/icon_home.png",
			"selectedIconPath":"static/img/icon_home_active.png",
	        "text": "首页"
	    },{
	        "pagePath": "pages/use/use",
	        "iconPath": "static/img/icon_use.png",
			"selectedIconPath":"static/img/icon_use_active.png",
	        "text": "价值实现"
	    },{
	        "pagePath": "pages/usercenter/usercenter",
	        "iconPath": "static/img/icon_usercenter.png",
			"selectedIconPath":"static/img/icon_usercenter_active.png",
	        "text": "我的信息"
	    }]
	},
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "碳汇",
		"navigationBarBackgroundColor": "#fff",
		"backgroundColor": "#F5F5F5"
	}
	
}