pages.json 1.6 KB
{

	"easycom": {
		"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
	},

	"pages": [{
		"path": "pages/home/home",
		"style": {
			"navigationBarTitleText": "",
			"enablePullDownRefresh": false,
			"navigationStyle":"custom"
		}

	}, {
		"path": "pages/share/share",
		"style": {
			"navigationBarTitleText": "",
			"enablePullDownRefresh": false
		}

	}, {
		"path": "pages/kefu/kefu",
		"style": {
			"navigationBarTitleText": "",
			"enablePullDownRefresh": false
		}

	}, {
		"path": "pages/laowu/laowu",
		"style": {
			"navigationBarTitleText": "",
			"enablePullDownRefresh": false
		}

	}],
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "",
		"navigationBarBackgroundColor": "#F8F8F8",
		"backgroundColor": "#F8F8F8",
		"app-plus": {
			"background": "#efeff4"
		}
	},
	"tabBar": {
		"selectedColor": "#FE9515",
		"color": "#969799",
		"list": [{
				"pagePath": "pages/home/home",
				"text": "找工作",
				"iconPath": "static/taber/ic_home_chane.png",
				"selectedIconPath": "static/taber/ic_home_chane.png"
			}, 
			{
				"pagePath": "pages/share/share",
				"text": "分享",
				"iconPath": "static/taber/icon_fenxiang.png",
				"selectedIconPath": "static/taber/icon_fenxiang.png"
			},
			{
				"pagePath": "pages/kefu/kefu",
				"text": "在线客服",
				"iconPath": "static/taber/icon_kefu.png",
				"selectedIconPath": "static/taber/icon_kefu.png"
			},
			{
				"pagePath": "pages/laowu/laowu",
				"text": "劳务管理",
				"iconPath": "static/taber/icon_laowu.png",
				"selectedIconPath": "static/taber/icon_laowu_chane.png"
			}

		]
	}
}