{
	"easycom": {
		"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
	},
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "爱就业咨询服务平台",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "components/u-avatar-cropper/u-avatar-cropper",
			"style": {
				"navigationBarTitleText": "图片裁剪",
				"navigationBarBackgroundColor": "#000000"
			}
		},
		{
			"path": "pages/statement/index/index",
			"style": {
				"navigationBarTitleText": "结算广场"
			}
		},
		{
			"path": "pages/statement/packages/index",
			"style": {
				"navigationBarTitleText": "结算广场",
				"enablePullDownRefresh": true
			}
		},
		{
			"path": "pages/user/login",
			"style": {
				"navigationBarTitleText": "用户登录",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "pages/statement/auth/index",
			"style": {
				"navigationBarTitleText": "实名认证",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "pages/statement/company/index",
			"style": {
				"navigationBarTitleText": "关联企业",
				"enablePullDownRefresh": true
			}
		},
		{
			"path": "pages/statement/company/search",
			"style": {
				"navigationBarTitleText": "搜索企业",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "pages/user/info",
			"style": {
				"navigationBarTitleText": "个人信息",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "pages/job/full_time",
			"style": {
				"navigationBarTitleText": "找工作",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "pages/job/part_time",
			"style": {
				"navigationBarTitleText": "兼职零工",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "pages/serve/index",
			"style": {
				"navigationBarTitleText": "更多服务",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "pages/user/index",
			"style": {
				"navigationBarTitleText": "我的",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "pages/job/detail",
			"style": {
				"navigationBarTitleText": "工作详情"
			}
		},
		{
			"path": "pages/job/company",
			"style": {
				"navigationBarTitleText": "公司信息"
			}
		},
		{
			"path": "pages/other/webview",
			"style": {
				"navigationBarTitleText": "政策资讯"
			}
		},
		{
			"path": "pages/user/switch",
			"style": {
				"navigationBarTitleText": ""
			}
		},
		{
			"path": "pages/user/resume/index",
			"style": {
				"navigationBarTitleText": "我的简历"
			}
		},
		{
			"path": "pages/user/resume/edit",
			"style": {
				"navigationBarTitleText": "个人信息"
			}
		},
		{
			"path" : "pages/job/position/classification",
			"style" : 
			{
				"navigationBarTitleText" : "选择职位"
			}
		},
		{
			"path" : "pages/job/position/city",
			"style" : 
			{
				"navigationBarTitleText" : "选择城市"
			}
		},
		{
			"path" : "pages/user/enterprise/edit",
			"style" : 
			{
				"navigationBarTitleText" : "企业认证"
			}
		}
	],
	"tabBar": {
		"color": "#7A7E83",
		"selectedColor": "#4581fb",
		"borderStyle": "black",
		"backgroundColor": "#F8F8F8",
		"list": [{
				"pagePath": "pages/index/index",
				"iconPath": "static/tab/sy.png",
				"selectedIconPath": "static/tab/sy_s.png",
				"text": "首页"
			},
			{
				"pagePath": "pages/serve/index",
				"iconPath": "static/tab/serve.png",
				"selectedIconPath": "static/tab/serve_s.png",
				"text": "更多服务"
			},
			{
				"pagePath": "pages/user/index",
				"iconPath": "static/tab/my.png",
				"selectedIconPath": "static/tab/my_s.png",
				"text": "我的"
			}
		]
	},
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "爱就业咨询服务平台",
		"navigationBarBackgroundColor": "#f1f1f1"
	}
}