pages.json 1.5 KB
{
	"easycom": {
		"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
		"^c-(.*)": "@/components/c-$1/c-$1.vue"
	},
	"condition": { //模式配置,仅开发期间生效
		"current": 0, //当前激活的模式(list 的索引项)
		"list": [{
			"name": "defult", //模式名称
			"path": "pages/main/position/positionDetail/positionDetail",
			"query": "jobId=1544925053173403649&brokerId=1000007"
		}]
	},
	"pages": [{
			"path": "pages/tabBar/home/home",
			"style": {
				"navigationBarTitleText": "人人推",
				"navigationBarTextStyle": "black",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "pages/tabBar/my/my",
			"style": {
				"navigationStyle": "custom"
				// "navigationBarTitleText": "校企职通车人人推"
			}
		}
	],
	"subPackages": [],

	"preloadRule": {

	},

	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "uView",
		"navigationBarBackgroundColor": "#FFFFFF",
		"backgroundColor": "#FFFFFF",
		"fontSize": "36rpx"
	},

	"tabBar": {
		"color": "#000000",
		"selectedColor": "#F64114",
		"backgroundColor": "#FFFFFF",
		"borderStyle": "black",
		"height": "100rpx",
		"fontSize": "40rpx",
		"list": [{
			"pagePath": "pages/tabBar/home/home",
			"iconPath": "/static/img/tabbar/home.png",
			"selectedIconPath": "/static/img/tabbar/homeHL.png",
			"text": "首页"
		}, {
			"pagePath": "pages/tabBar/my/my",
			"iconPath": "/static/img/tabbar/my.png",
			"selectedIconPath": "/static/img/tabbar/myHL.png",
			"text": "我的"
		}]
	}
}