pages.json 1.0 KB
{
	"easycom": {
		"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
	},
	"pages": [
		{
			"path": "pages/index/index", // 首页
			"style": {
				"navigationBarTitleText": "任务审批小程序",
				"enablePullDownRefresh": false ,
				"navigationBarBackgroundColor":"#2466e4",
				"navigationStyle": "custom"
			}
		},
		{
			"path": "pages/index/list", // 商品列表
			"style": {
				"navigationStyle": "custom"
			}
		}
	],
	// "tabBar": {
	// 	"iconfontSrc": "",
	// 	"selectedColor": "#225EF9",
	// 	"list": [
	// 		{
	// 			"pagePath": "pages/index/index",
	// 			"text": "首页",
	// 			"iconPath": "/static/tabbar/home1.png",
	// 			"selectedIconPath": "/static/tabbar/home11.png"
	// 		},
	// 		{
	// 			"pagePath": "pages/mine/mine",
	// 			"text": "我的",
	// 			"iconPath": "/static/tabbar/my1.png",
	// 			"selectedIconPath": "/static/tabbar/my11.png"
	// 		}
	// 	]
	// }
	// ,
	"globalStyle": {
		"navigationBarTextStyle": "white",
		"navigationBarTitleText": "uni-app",
		"navigationBarBackgroundColor": "#2466e4",
		"backgroundColor": "#F8F8F8"
	}
}